077aa546da
Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
16 lines
372 B
Plaintext
16 lines
372 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have recipes-* directories, add to BBFILES
|
|
BBFILES += " \
|
|
${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend \
|
|
"
|
|
|
|
BBFILE_COLLECTIONS += "meta-bbb"
|
|
BBFILE_PATTERN_meta-bbb = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_meta-bbb = "7"
|
|
|
|
LAYERSERIES_COMPAT_meta-bbb = "thud sumo rocko"
|
|
|