baa49abfdd
Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
17 lines
388 B
Plaintext
17 lines
388 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}/images/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend \
|
|
"
|
|
|
|
BBFILE_COLLECTIONS += "meta-bbb"
|
|
BBFILE_PATTERN_meta-bbb = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_meta-bbb = "8"
|
|
|
|
LAYERSERIES_COMPAT_meta-bbb = "thud"
|
|
|