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 | c7e8df9 | 2020-04-30 11:31:47 -0500 | [diff] [blame] | 10 | LAYERSERIES_COMPAT_nuvoton-layer = "warrior zeus dunfell" |