summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 672fed8..bce1439 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -6,13 +6,13 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend" 6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7 7
8BBFILE_COLLECTIONS += "sota" 8BBFILE_COLLECTIONS += "sota"
9BBFILE_PATTERN:sota = "^${LAYERDIR}/" 9BBFILE_PATTERN_sota = "^${LAYERDIR}/"
10BBFILE_PRIORITY:sota = "7" 10BBFILE_PRIORITY_sota = "7"
11 11
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 gatesgarth hardknott" 15LAYERSERIES_COMPAT_sota = "dunfell gatesgarth hardknott"
16 16
17SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ 17SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
18 aktualizr-device-prov->aktualizr \ 18 aktualizr-device-prov->aktualizr \