summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorJiaying Song <jiaying.song.cn@windriver.com>2026-05-19 16:33:26 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-20 21:18:31 -0700
commita07b2ddc51d0538269eb156f546df39f180fb9e7 (patch)
tree6f34d982f93097ce4eba9f0cbfd5e564dfc1c1d6 /meta-oe
parent44c8962f48a67fbe0fbc8fd830d2f51ae15541a4 (diff)
downloadmeta-openembedded-a07b2ddc51d0538269eb156f546df39f180fb9e7.tar.gz
layer.conf: remove dead BBFILES_DYNAMIC entry for clang-layer
The dynamic-layers/clang-layer/ directory does not exist under meta-oe. Remove the stale BBFILES_DYNAMIC references as they match nothing. Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/conf/layer.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index 78df6e3c03..357cca8cc6 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -26,8 +26,6 @@ BBFILE_PRIORITY_openembedded-layer = "5"
26# only activates content when identified layers are present, 26# only activates content when identified layers are present,
27# to ensure yocto compatibility check pass 27# to ensure yocto compatibility check pass
28BBFILES_DYNAMIC += " \ 28BBFILES_DYNAMIC += " \
29 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/recipes-*/*/*.bb \
30 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/recipes-*/*/*.bbappend \
31 meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ 29 meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
32 meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \ 30 meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \
33 multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/recipes-*/*/*.bb \ 31 multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/recipes-*/*/*.bb \