summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-01-04 09:27:47 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-01-04 10:19:54 +0800
commit9595cf0e49cad3993ab7ac7d07060cf0d198341c (patch)
tree69ec1155c6f63ec735c1658ff84f26ed59e5c9f0 /conf
parent7f8e1c53752210261627a29e8877579df06bdece (diff)
downloadmeta-intel-9595cf0e49cad3993ab7ac7d07060cf0d198341c.tar.gz
layer.conf: update LAYERSERIES_COMPAT to include mickledore
OE-Core has switched to mickledore: https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index b805de06..179ff37b 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -19,7 +19,7 @@ LAYERRECOMMENDS_intel = "dpdk"
19# This should only be incremented on significant changes that will 19# This should only be incremented on significant changes that will
20# cause compatibility issues with other layers 20# cause compatibility issues with other layers
21LAYERVERSION_intel = "5" 21LAYERVERSION_intel = "5"
22LAYERSERIES_COMPAT_intel = "kirkstone langdale" 22LAYERSERIES_COMPAT_intel = "kirkstone langdale mickledore"
23 23
24BBFILES_DYNAMIC += " \ 24BBFILES_DYNAMIC += " \
25 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ 25 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \