blob: f64f67acc562bc5e3babe779b418463d0c82cc95 [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}/"
9LAYERSERIES_COMPAT_sbp1-layer = "langdale mickledore"