summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-02-18 23:52:55 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-02-22 21:04:04 +0300
commit1a71b292c7f7eb1b84a1d7e87374df3ebcf03f98 (patch)
tree61b9c7552205a4c08eddbd77ca8a228d21025ee3 /meta-phosphor
parenta95e0907e4ced0ba950449b7ef1b04e2c75a5381 (diff)
downloadopenbmc-1a71b292c7f7eb1b84a1d7e87374df3ebcf03f98.tar.xz
meta-phosphor: remove custom BBFILE_COLLECTION parsing
Switch from custom BBFILE_COLLECTION parsing to relying on BBFILES_DYNAMIC for any new layers. The existing layers (aspeed, nuvoton) have already been moved to the BBFILES_DYNAMIC mechanism. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie67b95684349b6419e4608afba660607d0566803
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/conf/layer.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-phosphor/conf/layer.conf b/meta-phosphor/conf/layer.conf
index 0041dfc29e..28d17d5fb9 100644
--- a/meta-phosphor/conf/layer.conf
+++ b/meta-phosphor/conf/layer.conf
@@ -12,14 +12,6 @@ LAYERSERIES_COMPAT_phosphor-layer = "hardknott honister"
IMAGE_FEATURES[validitems] += "tools-profile"
-# 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())}"
-# Add layer-specific bb files too
-BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bb' % layer \
- for layer in BBFILE_COLLECTIONS.split())}"
-
BBFILES_DYNAMIC += " \
aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bb \
aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bbappend \