summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-10-13 00:07:17 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-10-13 11:23:41 +0800
commita809b8c531f6f0176f7148977b1237319abdd660 (patch)
tree88ce637013b0ea30224d778413417c5fe9e972cf /conf/layer.conf
parent467d15d57afea208fb7bc35e486ee274700dca70 (diff)
downloadmeta-intel-a809b8c531f6f0176f7148977b1237319abdd660.tar.gz
Remove support for gatesgarth
Building with oe-core gatesgarth is no longer supported. Remove from LAYERSERIES_COMPAT and remove the LLVM 11 patches as well. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index b48cf611..eb8ab7f1 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -18,7 +18,7 @@ LAYERRECOMMENDS_intel = "dpdk"
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 gatesgarth hardknott honister" 21LAYERSERIES_COMPAT_intel = "dunfell hardknott honister"
22 22
23BBFILES_DYNAMIC += " \ 23BBFILES_DYNAMIC += " \
24 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ 24 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \