From e5abf9a3b98e0a64d8c73b3786c84e84083a4e48 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Mon, 24 Feb 2025 19:45:56 -0800 Subject: [PATCH] conf/layer.conf: meta-clang -> clang-layer It should be clang-layer, not meta-clang. Signed-off-by: Robert Yang Signed-off-by: Khem Raj --- meta-oe/conf/layer.conf | 4 ++-- 1 file 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" # only activates content when identified layers are present, # to ensure yocto compatibility check pass BBFILES_DYNAMIC += " \ - meta-clang:${LAYERDIR}/dynamic-layers/clang-layer/recipes-*/*/*.bb \ - meta-clang:${LAYERDIR}/dynamic-layers/clang-layer/recipes-*/*/*.bbappend \ + 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 \