Samuel Jiang | 3501fdf | 2018-12-28 14:32:14 +0800 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
| 4 | # We have recipes-* directories, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 7 | |
| 8 | BBFILE_COLLECTIONS += "runbmc-nuvoton-layer" |
Joseph Liu | 9bcdc32 | 2019-09-16 14:20:27 +0800 | [diff] [blame] | 9 | BBFILE_PATTERN_runbmc-nuvoton-layer := "^${LAYERDIR}/" |
Patrick Venture | bee6771 | 2019-09-19 12:31:29 -0700 | [diff] [blame] | 10 | LAYERSERIES_COMPAT_runbmc-nuvoton-layer = "warrior zeus" |