summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2025-02-24 19:45:56 -0800
committerKhem Raj <raj.khem@gmail.com>2025-02-24 21:31:38 -0800
commite5abf9a3b98e0a64d8c73b3786c84e84083a4e48 (patch)
treec81d1e3a589f7eda487a70ed0f01117ea0ffbdb8
parentd4a9fe65a58cb731cfe2f659250f1b3eb1d167c3 (diff)
downloadmeta-openembedded-e5abf9a3b98e0a64d8c73b3786c84e84083a4e48.tar.gz
conf/layer.conf: meta-clang -> clang-layer
It should be clang-layer, not meta-clang. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/conf/layer.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index 42fff2ce18..b75a3ccaf9 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -26,8 +26,8 @@ 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 meta-clang:${LAYERDIR}/dynamic-layers/clang-layer/recipes-*/*/*.bb \ 29 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/recipes-*/*/*.bb \
30 meta-clang:${LAYERDIR}/dynamic-layers/clang-layer/recipes-*/*/*.bbappend \ 30 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/recipes-*/*/*.bbappend \
31 meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ 31 meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
32 meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \ 32 meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \
33 multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/recipes-*/*/*.bb \ 33 multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/recipes-*/*/*.bb \