diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2020-10-16 12:26:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-16 12:26:23 +0200 |
| commit | 9a633371b557114443194246bbc22c3fad56c9eb (patch) | |
| tree | 2825eb1c431cbee4e77d7a0ec087aa5555fbe0b3 /classes | |
| parent | 67ab5b0333cf2c63a6099bab655b836d1b62db78 (diff) | |
| parent | f9e462ef42bcf79beb2b354b5a1c069c8e47d65d (diff) | |
| download | meta-updater-9a633371b557114443194246bbc22c3fad56c9eb.tar.gz | |
Merge pull request #777 from ricardosalveti/fit
ostree-kernel-initramfs: add back initramfs fit workaround
Diffstat (limited to 'classes')
| -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 e6a0f8b..8f3f5d7 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)}" |
