Files
2026-04-23 17:07:55 +08:00

10 lines
307 B
Plaintext

# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}/"
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "sbp1-layer"
BBFILE_PATTERN_sbp1-layer := "^${LAYERDIR}/"
LAYERSERIES_COMPAT_sbp1-layer = "langdale mickledore"