summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-10-30 15:56:19 +0100
committerGitHub <noreply@github.com>2019-10-30 15:56:19 +0100
commit8d340b0cc95bf98e844bd550bd779ae4fe772d9f (patch)
tree4ee9a28ec98c4b1230d7bfd41ae8f8e7b5c8df67 /conf
parent4d2ff5c6c3e6edf286bacfe92cd5c63685865621 (diff)
parent1e0015a2592bd9e4dee5de041b0fc4962de033df (diff)
downloadmeta-updater-8d340b0cc95bf98e844bd550bd779ae4fe772d9f.tar.gz
Merge pull request #617 from advancedtelematic/feat/warrior/2019.9-backport
Feat/warrior/2019.9 backport
Diffstat (limited to 'conf')
-rw-r--r--conf/include/bblayers/sota_raspberrypi4-64.inc3
-rw-r--r--conf/include/bblayers/sota_raspberrypi4.inc3
-rw-r--r--conf/layer.conf12
3 files changed, 17 insertions, 1 deletions
diff --git a/conf/include/bblayers/sota_raspberrypi4-64.inc b/conf/include/bblayers/sota_raspberrypi4-64.inc
new file mode 100644
index 0000000..7e320af
--- /dev/null
+++ b/conf/include/bblayers/sota_raspberrypi4-64.inc
@@ -0,0 +1,3 @@
1BBLAYERS += "${METADIR}/meta-updater-raspberrypi"
2BBLAYERS += "${METADIR}/meta-raspberrypi"
3BBLAYERS += "${METADIR}/meta-openembedded/meta-networking"
diff --git a/conf/include/bblayers/sota_raspberrypi4.inc b/conf/include/bblayers/sota_raspberrypi4.inc
new file mode 100644
index 0000000..7e320af
--- /dev/null
+++ b/conf/include/bblayers/sota_raspberrypi4.inc
@@ -0,0 +1,3 @@
1BBLAYERS += "${METADIR}/meta-updater-raspberrypi"
2BBLAYERS += "${METADIR}/meta-raspberrypi"
3BBLAYERS += "${METADIR}/meta-openembedded/meta-networking"
diff --git a/conf/layer.conf b/conf/layer.conf
index ec791bb..035a46b 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,5 +9,15 @@ 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"
16
17SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
18 aktualizr-device-prov->aktualizr \
19 aktualizr-device-prov-hsm->aktualizr \
20 aktualizr-shared-prov->aktualizr \
21 aktualizr-shared-prov-creds->aktualizr \
22 aktualizr-uboot-env-rollback->aktualizr \
23"