Move bbappends into a bbappend subdirectory

They are now sorted depending on which layer the origin bb recipe is
located.

BugzID: 74466
This commit is contained in:
Alexandre Bard 2021-08-26 11:23:17 +02:00
parent 4d842039a5
commit 51f817524b
24 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@ BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
${LAYERDIR}/recipes-*/*/*.bbappend \
${LAYERDIR}/bbappends/*/recipes-*/*/*.bbappend \
"
BBFILE_COLLECTIONS += "netmodule-distro"
BBFILE_PATTERN_netmodule-distro = "^${LAYERDIR}/"