blob: dabffc379402d6338ffec18c862f2cfbbba93a75 [file] [log] [blame]
Naresh Solanki891229d2023-04-12 10:02:46 +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 += "sbp1-layer"
8BBFILE_PATTERN_sbp1-layer := "^${LAYERDIR}/"
Patrick Williams1222bd42023-11-24 10:24:09 -06009LAYERSERIES_COMPAT_sbp1-layer = "mickledore nanbield"