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