blob: 1f3253f9d04a236c5177737b86a9f4d4c86fd50b [file] [log] [blame]
Delphine CC Chiu5c7dabe2023-12-15 17:58:13 +08001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8# Ignore bbappend related to ASPEED in meta-yosemite4
9BBMASK += ".*aspeed.*\.bbappend"
10
11BBFILE_COLLECTIONS += "yosemite4n-layer"
12BBFILE_PATTERN_yosemite4n-layer := "^${LAYERDIR}/"
13
14LAYERSERIES_COMPAT_yosemite4n-layer := "nanbield scarthgap"