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