summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2022-03-02 16:34:44 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-03-02 16:34:44 +0800
commitf66f0fce3b25f22b749f98290436ca9541b44a62 (patch)
treeeac56864b5f4d4841bbd80063937f54118721f24
parent2b4470df8b832b5d549c29162e891ca4c51faafc (diff)
downloadmeta-dpdk-f66f0fce3b25f22b749f98290436ca9541b44a62.tar.gz
layer.conf: add kirkstone to LAYERSERIES_COMPAT
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 d65d33c..7ff2dd1 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" 17LAYERSERIES_COMPAT_dpdk = "dunfell hardknott honister kirkstone"