blob: 81369bc90cc69fd9b3a39775a1922e23aca2c8e6 [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 Williams9d21a942023-11-24 18:20:05 -06009LAYERSERIES_COMPAT_sbp1-layer = "nanbield scarthgap"