summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-10-14 12:30:49 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2019-10-21 13:01:40 +0200
commitc0cd8356834088b273e14a9da98ca445b4b5368b (patch)
treea33563a8899526c26aa951be460009d4de3f574f
parent29a1bd84bac8c273f5cec40560165df15f11638a (diff)
downloadmeta-updater-c0cd8356834088b273e14a9da98ca445b4b5368b.tar.gz
layer.conf: Update LAYERDEPENDS_sota.
It was missing a few dependencies. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
-rw-r--r--conf/layer.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 98fee2a..aeb33d8 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,7 +9,9 @@ BBFILE_COLLECTIONS += "sota"
9BBFILE_PATTERN_sota = "^${LAYERDIR}/" 9BBFILE_PATTERN_sota = "^${LAYERDIR}/"
10BBFILE_PRIORITY_sota = "7" 10BBFILE_PRIORITY_sota = "7"
11 11
12LAYERDEPENDS_sota = "filesystems-layer" 12LAYERDEPENDS_sota = "openembedded-layer"
13LAYERDEPENDS_sota += "meta-python"
14LAYERDEPENDS_sota += "filesystems-layer"
13LAYERSERIES_COMPAT_sota = "thud warrior" 15LAYERSERIES_COMPAT_sota = "thud warrior"
14 16
15SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ 17SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \