summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2023-10-03 11:30:25 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-10-03 14:57:53 +0800
commit49a0a031842b87a5e463e5e1fda82c66ab902fc7 (patch)
treee8c1a349a362ac47f4c53603f1bbbe50a2a05bf5
parentcb685ae5746cda6175e97e0758dc3c669eaa6633 (diff)
downloadmeta-dpdk-49a0a031842b87a5e463e5e1fda82c66ab902fc7.tar.gz
layer.conf: update LAYERSERIES_COMPAT
LAYERSERIES_COMPAT add nanbield and drop EOL langdale. Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> 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 7063238..26bbf8f 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 mickledore" 17LAYERSERIES_COMPAT_dpdk = "kirkstone mickledore nanbield"
18 18
19BBFILES_DYNAMIC += " \ 19BBFILES_DYNAMIC += " \
20 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ 20 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \