diff options
| author | Jiaying Song <jiaying.song.cn@windriver.com> | 2026-05-19 16:33:26 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-05-29 09:29:32 +0530 |
| commit | 34debec4d80b3c0cbc37be60cf96d1c239562cd9 (patch) | |
| tree | f68bdf1458a58eb31f83125aa42038669637e777 | |
| parent | 7d1f4b0940fddec78536f90f8242b23c6ad309c0 (diff) | |
| download | meta-openembedded-34debec4d80b3c0cbc37be60cf96d1c239562cd9.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>
(cherry picked from commit a07b2ddc51d0538269eb156f546df39f180fb9e7)
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
| -rw-r--r-- | meta-oe/conf/layer.conf | 2 |
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 |
| 28 | BBFILES_DYNAMIC += " \ | 28 | BBFILES_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 \ |
