10 lines
307 B
Plaintext
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"
|