summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2020-10-19 09:30:51 +0200
committerGitHub <noreply@github.com>2020-10-19 09:30:51 +0200
commitba6a6d933b4798e98396ebbdbdc5103f9ad1d8ad (patch)
tree09e80af4df1081d74206b8dceed4ea3db942ca79
parent9a633371b557114443194246bbc22c3fad56c9eb (diff)
parent4372dfe4a72e658558923c39a255cef0ed365e2b (diff)
downloadmeta-updater-ba6a6d933b4798e98396ebbdbdc5103f9ad1d8ad.tar.gz
Merge pull request #778 from ricardosalveti/master
layer.conf: add gatesgarth to LAYERSERIES_COMPAT
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index a002e96..381cc7c 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" 15LAYERSERIES_COMPAT_sota = "dunfell gatesgarth"
16 16
17SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ 17SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
18 aktualizr-device-prov->aktualizr \ 18 aktualizr-device-prov->aktualizr \