Patrick Venture | 279e251 | 2018-09-14 09:40:26 -0700 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
| 4 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 5 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 6 | |
William A. Kennington III | 409900c | 2021-03-09 02:51:38 -0800 | [diff] [blame] | 7 | BBFILES_DYNAMIC += " \ |
| 8 | aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bb \ |
| 9 | aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bbappend \ |
| 10 | nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bb \ |
| 11 | nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bbappend \ |
| 12 | " |
| 13 | |
Patrick Venture | 279e251 | 2018-09-14 09:40:26 -0700 | [diff] [blame] | 14 | BBFILE_COLLECTIONS += "google-layer" |
Willy Tu | f058529 | 2021-08-07 21:49:09 -0700 | [diff] [blame] | 15 | BBFILE_PATTERN_google-layer := "^${LAYERDIR}/" |
| 16 | LAYERVERSION_google-layer = "1" |
Andrew Geissler | c0ef7ee | 2022-09-30 14:09:35 -0500 | [diff] [blame] | 17 | LAYERSERIES_COMPAT_google-layer = "kirkstone langdale" |
William A. Kennington III | 69e0d4c | 2021-11-17 14:05:49 -0800 | [diff] [blame] | 18 | LAYERDEPENDS_google-layer += "core phosphor-layer" |