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" |
Patrick Venture | 6c55f1f | 2019-05-07 14:02:42 -0700 | [diff] [blame] | 15 | BBFILE_PATTERN_google-layer := "^${LAYERDIR}/" |
Patrick Venture | 279e251 | 2018-09-14 09:40:26 -0700 | [diff] [blame] | 16 | LAYERVERSION_google-layer = "1" |
Andrew Geissler | 5cbb9c9 | 2021-03-31 15:08:43 -0500 | [diff] [blame] | 17 | LAYERSERIES_COMPAT_google-layer = "gatesgarth hardknott" |