meta-bbb/conf/layer.conf
Thomas Klaehn 077aa546da meta-bbb: Switch branch sumo -> thud
Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
2019-01-25 15:17:44 +01:00

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"