summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-01-04 09:49:40 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-01-04 09:52:43 +0800
commitf244352c4cd4de71658c0b043065b3455f535fa1 (patch)
treea16e67b0b9038cd950dd913eacfee3de553b1b54
parent58b60ea11b2742bbb92eb481ba47e66d681ca9d9 (diff)
downloadmeta-dpdk-f244352c4cd4de71658c0b043065b3455f535fa1.tar.gz
layer.conf: add mickledore to LAYERSERIES_COMPAT
OE-Core has switched to mickledore: https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 45e5bd9..7063238 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,7 +14,7 @@ LAYERDEPENDS_dpdk = "core"
14# This should only be incremented on significant changes that will 14# This should only be incremented on significant changes that will
15# cause compatibility issues with other layers 15# cause compatibility issues with other layers
16LAYERVERSION_dpdk = "1" 16LAYERVERSION_dpdk = "1"
17LAYERSERIES_COMPAT_dpdk = "kirkstone langdale" 17LAYERSERIES_COMPAT_dpdk = "kirkstone langdale mickledore"
18 18
19BBFILES_DYNAMIC += " \ 19BBFILES_DYNAMIC += " \
20 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ 20 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \