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" |
Tim Lee | 38c8770 | 2023-06-16 16:26:02 +0800 | [diff] [blame] | 8 | BBFILE_PATTERN_nuvoton-layer := "^${LAYERDIR}/" |
Benjamin Fair | 5d04f1a | 2018-07-10 18:02:38 -0700 | [diff] [blame] | 9 | LAYERVERSION_nuvoton-layer = "1" |
Patrick Williams | 9d21a94 | 2023-11-24 18:20:05 -0600 | [diff] [blame] | 10 | LAYERSERIES_COMPAT_nuvoton-layer = "nanbield scarthgap" |
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 | " |