diff options
author | Anatoliy Odukha <aodukha@gmail.com> | 2020-11-02 18:02:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-02 18:02:51 +0200 |
commit | b2d70898cc09d8edbf474d09cd74b8e0cbc50d4f (patch) | |
tree | aa8030318e8d29c8a0c04a92ce543fc56b345dfd /classes/sota.bbclass | |
parent | fbc67c12879d1797873b56d8f29012c69e84dae9 (diff) | |
parent | ab4f02a233efebb038cadd73e9cbaab4428b155c (diff) | |
download | meta-updater-b2d70898cc09d8edbf474d09cd74b8e0cbc50d4f.tar.gz |
Merge pull request #784 from advancedtelematic/feat/thud/2020.10
aktualizr: Upgrade thud to 2020.10 release
Diffstat (limited to 'classes/sota.bbclass')
-rw-r--r-- | classes/sota.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/classes/sota.bbclass b/classes/sota.bbclass index fbd92b5..9241952 100644 --- a/classes/sota.bbclass +++ b/classes/sota.bbclass | |||
@@ -6,8 +6,7 @@ SOTA_HARDWARE_ID ??= "${MACHINE}" | |||
6 | 6 | ||
7 | IMAGE_CLASSES += " image_types_ostree image_types_ota image_repo_manifest" | 7 | IMAGE_CLASSES += " image_types_ostree image_types_ota image_repo_manifest" |
8 | IMAGE_INSTALL_append_sota = " aktualizr aktualizr-info ${SOTA_CLIENT_PROV} \ | 8 | IMAGE_INSTALL_append_sota = " aktualizr aktualizr-info ${SOTA_CLIENT_PROV} \ |
9 | ostree os-release ostree-kernel \ | 9 | ostree os-release ostree-kernel ostree-initramfs \ |
10 | ${@'ostree-initramfs' if d.getVar('KERNEL_IMAGETYPE') != 'fitImage' else ''} \ | ||
11 | ${@'ostree-devicetrees' if oe.types.boolean('${OSTREE_DEPLOY_DEVICETREE}') else ''}" | 10 | ${@'ostree-devicetrees' if oe.types.boolean('${OSTREE_DEPLOY_DEVICETREE}') else ''}" |
12 | 11 | ||
13 | IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'ostreepush garagesign garagecheck ota-ext4 wic', ' ', d)}" | 12 | IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'ostreepush garagesign garagecheck ota-ext4 wic', ' ', d)}" |