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:
parent
4d842039a5
commit
51f817524b
|
|
@ -3,7 +3,9 @@ BBPATH .= ":${LAYERDIR}"
|
||||||
|
|
||||||
# We have recipes-* directories, add to BBFILES
|
# We have recipes-* directories, add to BBFILES
|
||||||
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
||||||
${LAYERDIR}/recipes-*/*/*.bbappend"
|
${LAYERDIR}/recipes-*/*/*.bbappend \
|
||||||
|
${LAYERDIR}/bbappends/*/recipes-*/*/*.bbappend \
|
||||||
|
"
|
||||||
|
|
||||||
BBFILE_COLLECTIONS += "netmodule-distro"
|
BBFILE_COLLECTIONS += "netmodule-distro"
|
||||||
BBFILE_PATTERN_netmodule-distro = "^${LAYERDIR}/"
|
BBFILE_PATTERN_netmodule-distro = "^${LAYERDIR}/"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue