Patrick Rudolph | 9b5109d | 2022-04-19 16:14:03 +0200 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}/" | ||||
3 | |||||
4 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||||
5 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||||
6 | |||||
7 | BBFILE_COLLECTIONS += "genesis3-layer" | ||||
8 | BBFILE_PATTERN_genesis3-layer := "^${LAYERDIR}/" | ||||
9 | LAYERSERIES_COMPAT_genesis3-layer = "langdale mickledore" |