summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2021-03-25 09:46:20 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-03-25 09:40:40 +0800
commit6965aae1c2a513f84886dce543d1958ece7e56dd (patch)
tree556b56f5447d329ad2ce779bf53b752a032403ae
parentc1b8e5e910950e9ce02fdadbc92a42a24e95e115 (diff)
downloadmeta-dpdk-6965aae1c2a513f84886dce543d1958ece7e56dd.tar.gz
layer.conf: add hardknott to LAYERSERIES_COMPAT
Signed-off-by: Naveen Saini <naveen.kumar.saini@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 f7d0dda..1173e6d 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 gatesgarth" 17LAYERSERIES_COMPAT_dpdk = "dunfell gatesgarth hardknott"