summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatoliy Odukha <aodukha@gmail.com>2020-11-04 14:59:41 +0200
committerAnatoliy Odukha <aodukha@gmail.com>2020-11-04 14:59:41 +0200
commit8ee170983192a4980435eccea32d86c345c1916d (patch)
treebbe0a9b38c35991833064a90c11cbfb5a55ca2e7
parent14f693fc330812c289e2be24a338426f99e2a151 (diff)
downloadmeta-updater-feat/repair-ci-for-master.tar.gz
CI cannot build if LAYERSERIES_COMPAT has gatesgarth. remove it temporaryfeat/repair-ci-for-master
Signed-off-by: Anatoliy Odukha <aodukha@gmail.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 381cc7c..a002e96 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -12,7 +12,7 @@ BBFILE_PRIORITY_sota = "7"
12LAYERDEPENDS_sota = "openembedded-layer" 12LAYERDEPENDS_sota = "openembedded-layer"
13LAYERDEPENDS_sota += "meta-python" 13LAYERDEPENDS_sota += "meta-python"
14LAYERDEPENDS_sota += "filesystems-layer" 14LAYERDEPENDS_sota += "filesystems-layer"
15LAYERSERIES_COMPAT_sota = "dunfell gatesgarth" 15LAYERSERIES_COMPAT_sota = "dunfell"
16 16
17SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ 17SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
18 aktualizr-device-prov->aktualizr \ 18 aktualizr-device-prov->aktualizr \