# We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}:${LAYERDIR}/common" # We have recipes-* directories, add to BBFILES BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \ ${LAYERDIR}/common/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "intel" BBFILE_PATTERN_intel := "^${LAYERDIR}/common/" BBFILE_PRIORITY_intel = "5" # Additional license directories. LICENSE_PATH += "${LAYERDIR}/common/custom-licenses" # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_intel = "3"