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" |
Patrick Williams | 757831f | 2022-02-25 15:28:30 -0600 | [diff] [blame] | 10 | LAYERSERIES_COMPAT_nuvoton-layer = "honister kirkstone" |