diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-10-14 12:30:49 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-10-21 13:01:40 +0200 |
commit | c0cd8356834088b273e14a9da98ca445b4b5368b (patch) | |
tree | a33563a8899526c26aa951be460009d4de3f574f /conf | |
parent | 29a1bd84bac8c273f5cec40560165df15f11638a (diff) | |
download | meta-updater-c0cd8356834088b273e14a9da98ca445b4b5368b.tar.gz |
layer.conf: Update LAYERDEPENDS_sota.
It was missing a few dependencies.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 4 |
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" | |||
9 | BBFILE_PATTERN_sota = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_sota = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_sota = "7" | 10 | BBFILE_PRIORITY_sota = "7" |
11 | 11 | ||
12 | LAYERDEPENDS_sota = "filesystems-layer" | 12 | LAYERDEPENDS_sota = "openembedded-layer" |
13 | LAYERDEPENDS_sota += "meta-python" | ||
14 | LAYERDEPENDS_sota += "filesystems-layer" | ||
13 | LAYERSERIES_COMPAT_sota = "thud warrior" | 15 | LAYERSERIES_COMPAT_sota = "thud warrior" |
14 | 16 | ||
15 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | 17 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ |