summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2022-09-30 08:27:42 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-09-30 08:27:42 +0800
commit33decb1431d9a37dfccc7e60a6257940a7e38e6b (patch)
tree75f833e3c6707e9e7399ce31b157ba3bdb85c7c6
parent0474fd940ecd2c1d3157eff9507a60e717afca86 (diff)
downloadmeta-dpdk-33decb1431d9a37dfccc7e60a6257940a7e38e6b.tar.gz
conf/layer.conf: add langdale to LAYERSERIES_COMPAT
Make sure we're compatible with upcoming release. Also remove compatibility with old releases. 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 7ff2dd1..9bef296 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,4 +14,4 @@ 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 = "dunfell hardknott honister kirkstone" 17LAYERSERIES_COMPAT_dpdk = "kirkstone langdale"