From f66f0fce3b25f22b749f98290436ca9541b44a62 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 2 Mar 2022 16:34:44 +0800 Subject: layer.conf: add kirkstone to LAYERSERIES_COMPAT Signed-off-by: Anuj Mittal --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_dpdk = "1" -LAYERSERIES_COMPAT_dpdk = "dunfell hardknott honister" +LAYERSERIES_COMPAT_dpdk = "dunfell hardknott honister kirkstone" -- cgit v1.2.3-54-g00ecf