# 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" |