blob: ae10060fab8c517586489fdb9cbd309a9815296d [file] [log] [blame]
Patrick Rudolph9b5109d2022-04-19 16:14:03 +02001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}/"
3
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
5 ${LAYERDIR}/recipes-*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "genesis3-layer"
8BBFILE_PATTERN_genesis3-layer := "^${LAYERDIR}/"
Patrick Williams1222bd42023-11-24 10:24:09 -06009LAYERSERIES_COMPAT_genesis3-layer = "mickledore nanbield"