diff mbox series

[meta-oe] layer.conf: remove dead BBFILES_DYNAMIC entry for clang-layer

Message ID 20260519083326.658995-1-jiaying.song.cn@windriver.com
State New
Headers show
Series [meta-oe] layer.conf: remove dead BBFILES_DYNAMIC entry for clang-layer | expand

Commit Message

Song, Jiaying (CN) May 19, 2026, 8:33 a.m. UTC
From: Jiaying Song <jiaying.song.cn@windriver.com>

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>
---
 meta-oe/conf/layer.conf | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

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"
 # only activates content when identified layers are present,
 # to ensure yocto compatibility check pass
 BBFILES_DYNAMIC += " \
-    clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/recipes-*/*/*.bb \
-    clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/recipes-*/*/*.bbappend \
     meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
     meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \
     multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/recipes-*/*/*.bb \