Compare commits

..

1 Commits

Author SHA1 Message Date
56e9f0c5f1 meta-rpi: Remove recipes moved to meta-blackfinn
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
2019-03-02 07:12:48 +01:00

View File

@ -4,6 +4,7 @@ BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += " \
${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/images/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend \
"
@ -11,5 +12,3 @@ BBFILE_COLLECTIONS += "meta-rpi"
BBFILE_PATTERN_meta-rpi = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-rpi = "7"
LAYERSERIES_COMPAT_meta-bbb = "thud sumo rocko"