summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@foundries.io>2020-10-16 16:25:35 -0300
committerRicardo Salveti <ricardo@foundries.io>2020-10-16 16:25:35 -0300
commit4372dfe4a72e658558923c39a255cef0ed365e2b (patch)
tree09e80af4df1081d74206b8dceed4ea3db942ca79
parent9a633371b557114443194246bbc22c3fad56c9eb (diff)
downloadmeta-updater-4372dfe4a72e658558923c39a255cef0ed365e2b.tar.gz
layer.conf: add gatesgarth to LAYERSERIES_COMPAT
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
-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 \