summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2020-03-25 16:05:08 +0100
committerGitHub <noreply@github.com>2020-03-25 16:05:08 +0100
commit4a62d331a2170a20e76f4984d31de38b25c76463 (patch)
tree81d8af67a587107c188fd7641e2fe16e3624355d
parent36c0d42d38120b6d154e6fd44343d23ee634a9e4 (diff)
parent92ab3bbf186d93736c36b35c22ecb86d72f944d7 (diff)
downloadmeta-updater-4a62d331a2170a20e76f4984d31de38b25c76463.tar.gz
Merge pull request #704 from shr-project/jansa/dunfell
layer.conf: update LAYERSERIES_COMPAT for dunfell
-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 \