# 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 += "ox64-bsp" BBFILE_PATTERN_ox64-bsp = "^${LAYERDIR}/" BBFILE_PRIORITY_ox64-bsp = "6" # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_ox64-bsp = "2" LAYERDEPENDS_ox64-bsp = "core" LAYERSERIES_COMPAT_ox64-bsp = "scarthgap"