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