mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-04 06:54:36 +02:00
Also allow bbs in addition to bbappends
This commit is contained in:
@@ -9,7 +9,7 @@ LAYERDEPENDS_sourcery = "core"
|
||||
|
||||
# Let us add layer-specific bbappends which are only applied when that
|
||||
# layer is included in our configuration
|
||||
BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \
|
||||
for layer in BBFILE_COLLECTIONS.split())}"
|
||||
BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.%s' % (layer, ext) \
|
||||
for layer in BBFILE_COLLECTIONS.split() for ext in ['bb', 'bbappend'])}"
|
||||
|
||||
TCMODE = "external-sourcery"
|
||||
|
||||
Reference in New Issue
Block a user