BBPATH .= ":${LAYERDIR}" BBFILES += "${LAYERDIR}/recipes*/*/*.bb \ ${LAYERDIR}/recipes*/*/*.bbappend" # Let us add layer-specific bbs & bbappends which are only applied # when that layer is included in our configuration BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bb' % layer \ for layer in BBFILE_COLLECTIONS.split())} \ ${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \ for layer in BBFILE_COLLECTIONS.split())}" BBFILE_COLLECTIONS += "amd-bsp" BBFILE_PRIORITY_amd-bsp = "13" BBFILE_PATTERN_amd-bsp = "^${LAYERDIR}/" LAYERSERIES_COMPAT_amd-bsp = "warrior" LICENSE_PATH += "${LAYERDIR}/licenses" LAYERDEPENDS_r1000 = "openembedded-layer meta-python" LAYERDEPENDS_v1000 = "openembedded-layer meta-python" LAYERDEPENDS_e3000 = "openembedded-layer meta-python meta-networking"