Samuel Jiang | aa2b3f2 | 2019-10-18 08:56:58 +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 += "olympus-nuvoton-layer" |
| 9 | BBFILE_PATTERN_olympus-nuvoton-layer := "^${LAYERDIR}/" |
David Wang | 026925d | 2021-08-13 11:39:20 +0800 | [diff] [blame] | 10 | LAYERSERIES_COMPAT_olympus-nuvoton-layer = "gatesgarth hardknott honister" |