summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2020-03-25 14:06:48 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2020-03-25 14:06:48 +0100
commit92ab3bbf186d93736c36b35c22ecb86d72f944d7 (patch)
tree007ace31ae03da7a115d3334e8913f45ba537288
parent1d581dd2fc4f8e1082ac20fc11153664ceec5963 (diff)
downloadmeta-updater-92ab3bbf186d93736c36b35c22ecb86d72f944d7.tar.gz
layer.conf: update LAYERSERIES_COMPAT for dunfell
Signed-off-by: Martin Jansa <Martin.Jansa@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 225875b..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 = "thud warrior zeus" 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 \