summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-10-15 13:29:48 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-10-15 13:29:48 +0800
commita064295cd5e40f83e86378f86dd42d7f783a6eea (patch)
tree037f453fa0e047104be8ed866354c6a0a9c2a3ad
parent4f9aa9cd83a18f4cf4ee5ae593d449f46c5f31e8 (diff)
downloadmeta-intel-a064295cd5e40f83e86378f86dd42d7f783a6eea.tar.gz
layer.conf: add gatesgarth to LAYERSERIES_COMPAT
We'd still like to remain compatible with dunfell core as well. 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 6b379a6c..1a0dd298 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -18,7 +18,7 @@ LAYERRECOMMENDS_intel = "dpdk intel-qat"
18# This should only be incremented on significant changes that will 18# This should only be incremented on significant changes that will
19# cause compatibility issues with other layers 19# cause compatibility issues with other layers
20LAYERVERSION_intel = "5" 20LAYERVERSION_intel = "5"
21LAYERSERIES_COMPAT_intel = "dunfell" 21LAYERSERIES_COMPAT_intel = "dunfell gatesgarth"
22 22
23BBFILES_DYNAMIC += " \ 23BBFILES_DYNAMIC += " \
24 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ 24 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \