diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-01 11:57:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-06 22:33:00 +0100 |
commit | b3991a4554cd1cee3e3b9c41dd67500c26865cab (patch) | |
tree | 0b998f1be6ba44fa840e00c6f45bf51a3b6f1ba3 /meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py | |
parent | 45f3bdce4423387acf0e8e303f40a59294943370 (diff) | |
download | poky-b3991a4554cd1cee3e3b9c41dd67500c26865cab.tar.gz |
genericarm64/genericx86-64/heabglebone-yocto: Default to zstd compressed image output
We want to release compressed images since these are much easier for
users to download. Change the default generated output to match this
and build the output we want to release directly.
One test needs tweaking to since it uses an uncompressed image.
(From meta-yocto rev: 506379cb241e6a865139307e06216a07f737b602)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py')
-rw-r--r-- | meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py b/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py index 6fc6925f69..781763d1f1 100644 --- a/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py +++ b/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py | |||
@@ -19,6 +19,7 @@ class Systemdboot(OESelftestTestCase): | |||
19 | # Set EFI_PROVIDER = "systemdboot" and MACHINE = "genericx86-64" in conf/local.conf | 19 | # Set EFI_PROVIDER = "systemdboot" and MACHINE = "genericx86-64" in conf/local.conf |
20 | features = 'EFI_PROVIDER = "systemd-boot"\n' | 20 | features = 'EFI_PROVIDER = "systemd-boot"\n' |
21 | features += 'MACHINE = "genericx86-64"\n' | 21 | features += 'MACHINE = "genericx86-64"\n' |
22 | features += 'IMAGE_FSTYPES += "wic"\n' | ||
22 | features += 'COMPATIBLE_MACHINE:pn-ssh-pregen-hostkeys:genericx86-64 = "genericx86-64"\n' | 23 | features += 'COMPATIBLE_MACHINE:pn-ssh-pregen-hostkeys:genericx86-64 = "genericx86-64"\n' |
23 | self.append_config(features) | 24 | self.append_config(features) |
24 | 25 | ||