Tomer Maimon | 757eeed | 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 | 9717374 | 2018-07-10 18:02:38 -0700 | [diff] [blame] | 4 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 5 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
Tomer Maimon | 757eeed | 2018-01-29 17:36:16 +0200 | [diff] [blame] | 6 | |
Benjamin Fair | 9717374 | 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 Venture | 2c1b028 | 2019-01-11 11:01:51 -0800 | [diff] [blame] | 10 | LAYERSERIES_COMPAT_nuvoton-layer = "thud" |