Tomer Maimon | dbd6fa1 | 2018-01-29 17:36:16 +0200 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
Benjamin Fair | 5d04f1a | 2018-07-10 18:02:38 -0700 | [diff] [blame] | 4 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 5 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
Tomer Maimon | dbd6fa1 | 2018-01-29 17:36:16 +0200 | [diff] [blame] | 6 | |
Benjamin Fair | 5d04f1a | 2018-07-10 18:02:38 -0700 | [diff] [blame] | 7 | BBFILE_COLLECTIONS += "nuvoton-layer" |
| 8 | BBFILE_PATTERN_nuvoton-layer = "" |
| 9 | LAYERVERSION_nuvoton-layer = "1" |
Andrew Geissler | a93aa3e | 2023-01-13 09:41:33 -0600 | [diff] [blame] | 10 | LAYERSERIES_COMPAT_nuvoton-layer = "langdale mickledore" |
Tim Lee | bcccb4a | 2022-07-11 11:56:45 +0800 | [diff] [blame] | 11 | LAYERDEPENDS_nuvoton-layer:append:npcm8xx = " meta-arm" |
| 12 | |
| 13 | BBFILES_DYNAMIC += " \ |
| 14 | meta-arm:${LAYERDIR}/dynamic-layers/arm-layer/recipes-*/*/*.bb \ |
| 15 | meta-arm:${LAYERDIR}/dynamic-layers/arm-layer/recipes-*/*/*.bbappend \ |
| 16 | " |