diff options
| -rw-r--r-- | meta-oe/conf/layer.conf | 4 |
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 |
| 28 | BBFILES_DYNAMIC += " \ | 28 | BBFILES_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 \ |
