summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-03-16 06:48:06 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-03-16 06:48:06 +0800
commite35522c28c63e981ed5f8502000fb40c408c7fa5 (patch)
treeaf8bf13913cd66b93d31ba2dd0c60a920c623d59
parent60773e8496370d821309e00f2c312128a130c22b (diff)
downloadmeta-intel-e35522c28c63e981ed5f8502000fb40c408c7fa5.tar.gz
layer.conf: update LAYERSERIES_COMPAT to dunfell
There are changes in current master that will work only with dunfell so remove all other branches. 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 3ed939d9..7a7283ca 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 = "thud warrior zeus" 21LAYERSERIES_COMPAT_intel = "dunfell"
22 22
23BBFILES_DYNAMIC += " \ 23BBFILES_DYNAMIC += " \
24 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ 24 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \