From d1118a121810c5c76e33a63909d43b4e25439250 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Mon, 14 Oct 2019 12:30:49 +0200 Subject: layer.conf: Update LAYERDEPENDS_sota. It was missing a few dependencies. Signed-off-by: Patrick Vacek --- conf/layer.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 4bc341a..f25c5c9 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,7 +9,9 @@ BBFILE_COLLECTIONS += "sota" BBFILE_PATTERN_sota = "^${LAYERDIR}/" BBFILE_PRIORITY_sota = "7" -LAYERDEPENDS_sota = "filesystems-layer" +LAYERDEPENDS_sota = "openembedded-layer" +LAYERDEPENDS_sota += "meta-python" +LAYERDEPENDS_sota += "filesystems-layer" LAYERSERIES_COMPAT_sota = "thud warrior zeus" SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ -- cgit v1.2.3-54-g00ecf