Index: meta-leahi-bsp/conf/layer.conf =================================================================== diff -u --- meta-leahi-bsp/conf/layer.conf (revision 0) +++ meta-leahi-bsp/conf/layer.conf (revision 48acf0d06801237f3294fdb65467e3b81a110a41) @@ -0,0 +1,13 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "meta-leahi-bsp" +BBFILE_PATTERN_meta-leahi-base = "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-leahi-base = "9" + +LAYERDEPENDS_meta-leahi-base = "core" +LAYERSERIES_COMPAT_meta-leahi-base = "kirkstone" \ No newline at end of file Index: meta-leahi-bsp/recipe-core/images/ely-image-qt.bb =================================================================== diff -u --- meta-leahi-bsp/recipe-core/images/ely-image-qt.bb (revision 0) +++ meta-leahi-bsp/recipe-core/images/ely-image-qt.bb (revision 48acf0d06801237f3294fdb65467e3b81a110a41) @@ -0,0 +1,14 @@ +# +# Diality's image recipe for +# * Embedded Leahi Yocto +# + +require ../../meta-digi/meta-digi-dey/recipes-core/images/dey-image-graphical.inc + +DESCRIPTION = "Custom image for Leahi project based on dey-image-qt" +LICENSE = "" + +SOC_PACKAGES = "\ + nano \ + htop \ +"