meta-rpi/conf/layer.conf
Thomas Klaehn 24b3b339ef meta-rpi: Remove recipes moved to meta-blackfinn
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
2019-03-03 08:25:52 +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-rpi"
BBFILE_PATTERN_meta-rpi = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-rpi = "7"
LAYERSERIES_COMPAT_meta-rpi = "thud sumo rocko"