# 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 += "helium" BBFILE_PATTERN_helium = "^${LAYERDIR}/" BBFILE_PRIORITY_helium = "6" # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_helium = "2" LAYERDEPENDS_helium = "core openembedded-layer networking-layer" LAYERSERIES_COMPAT_helium = "scarthgap"