# We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" # We have a recipes-* directories, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "v1000" BBFILE_PATTERN_v1000 = "^${LAYERDIR}/" BBFILE_PRIORITY_v1000 = "14" LAYERSERIES_COMPAT_v1000 = "sumo" LAYERDEPENDS_v1000 = "amd openembedded-layer meta-python"