Vijay Khemka | 40434ce | 2018-09-24 12:34:53 -0700 | [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 | |
Delphine CC Chiu | 5c7dabe | 2023-12-15 17:58:13 +0800 | [diff] [blame] | 8 | BBFILES_DYNAMIC += " \ |
| 9 | aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bb \ |
| 10 | aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bbappend \ |
| 11 | nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bb \ |
| 12 | nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bbappend \ |
| 13 | " |
| 14 | |
Vijay Khemka | 40434ce | 2018-09-24 12:34:53 -0700 | [diff] [blame] | 15 | BBFILE_COLLECTIONS += "facebook-layer" |
Patrick Williams | 49f18cb | 2021-08-09 21:46:55 -0500 | [diff] [blame] | 16 | BBFILE_PATTERN_facebook-layer := "^${LAYERDIR}/" |
Patrick Williams | 9d21a94 | 2023-11-24 18:20:05 -0600 | [diff] [blame] | 17 | LAYERSERIES_COMPAT_facebook-layer := "nanbield scarthgap" |