diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2019-10-30 15:56:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-30 15:56:19 +0100 |
| commit | 8d340b0cc95bf98e844bd550bd779ae4fe772d9f (patch) | |
| tree | 4ee9a28ec98c4b1230d7bfd41ae8f8e7b5c8df67 /conf | |
| parent | 4d2ff5c6c3e6edf286bacfe92cd5c63685865621 (diff) | |
| parent | 1e0015a2592bd9e4dee5de041b0fc4962de033df (diff) | |
| download | meta-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.inc | 3 | ||||
| -rw-r--r-- | conf/include/bblayers/sota_raspberrypi4.inc | 3 | ||||
| -rw-r--r-- | conf/layer.conf | 12 |
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 @@ | |||
| 1 | BBLAYERS += "${METADIR}/meta-updater-raspberrypi" | ||
| 2 | BBLAYERS += "${METADIR}/meta-raspberrypi" | ||
| 3 | BBLAYERS += "${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 @@ | |||
| 1 | BBLAYERS += "${METADIR}/meta-updater-raspberrypi" | ||
| 2 | BBLAYERS += "${METADIR}/meta-raspberrypi" | ||
| 3 | BBLAYERS += "${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" | |||
| 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" |
| 16 | |||
| 17 | SIGGEN_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 | " | ||
