summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine/include
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-01 11:57:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-06 22:33:00 +0100
commitb3991a4554cd1cee3e3b9c41dd67500c26865cab (patch)
tree0b998f1be6ba44fa840e00c6f45bf51a3b6f1ba3 /meta-yocto-bsp/conf/machine/include
parent45f3bdce4423387acf0e8e303f40a59294943370 (diff)
downloadpoky-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/conf/machine/include')
-rw-r--r--meta-yocto-bsp/conf/machine/include/genericx86-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
index 943604c01c..76a742b391 100644
--- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
+++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
@@ -16,7 +16,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \
16 16
17MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware" 17MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware"
18 18
19IMAGE_FSTYPES += "wic wic.bmap" 19IMAGE_FSTYPES += "wic.zst wic.bmap"
20WKS_FILE ?= "genericx86.wks.in" 20WKS_FILE ?= "genericx86.wks.in"
21EFI_PROVIDER ??= "grub-efi" 21EFI_PROVIDER ??= "grub-efi"
22do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot" 22do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot"