blob: 1f3253f9d04a236c5177737b86a9f4d4c86fd50b [file] [log] [blame]
# 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"
# Ignore bbappend related to ASPEED in meta-yosemite4
BBMASK += ".*aspeed.*\.bbappend"
BBFILE_COLLECTIONS += "yosemite4n-layer"
BBFILE_PATTERN_yosemite4n-layer := "^${LAYERDIR}/"
LAYERSERIES_COMPAT_yosemite4n-layer := "nanbield scarthgap"