Extend search depth for bb/bbappend files by one

This commit is contained in:
Andreas Cord-Landwehr
2022-07-12 15:51:35 +02:00
parent 8bd8b85a11
commit bbdd1e6098

View File

@@ -8,8 +8,10 @@ BBPATH .= ":${LAYERDIR}"
BBFILES += " \
${LAYERDIR}/recipes-*/*.bb \
${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*/*.bb \
${LAYERDIR}/recipes-*/*.bbappend \
${LAYERDIR}/recipes-*/*/*.bbappend \
${LAYERDIR}/recipes-*/*/*/*.bbappend \
"
BBFILE_COLLECTIONS += "kde"