diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-01 11:55:13 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-06 22:32:42 +0100 |
| commit | 45f3bdce4423387acf0e8e303f40a59294943370 (patch) | |
| tree | 0c9e0c77ea350d139cc9f85a9b0080b5dd86907a /meta/classes-recipe | |
| parent | b5f38c5ce3d16d79076cd5e0f43337bbc9be9d99 (diff) | |
| download | poky-45f3bdce4423387acf0e8e303f40a59294943370.tar.gz | |
bitbake/conf: Default to zstd compressed image output
Switch our default qemu images to use .zst compressed images by default
since this is the output format we release during the release process
and is the one that users would prefer to download. This makes the release
process use the actual generated output from the system and avoids post
processing.
(From OE-Core rev: aa5f60d1fcb716a2b2174dffcaf35442bff1f1fb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe')
| -rw-r--r-- | meta/classes-recipe/qemuboot.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/qemuboot.bbclass b/meta/classes-recipe/qemuboot.bbclass index 0f80c60ab5..69cd12ec54 100644 --- a/meta/classes-recipe/qemuboot.bbclass +++ b/meta/classes-recipe/qemuboot.bbclass | |||
| @@ -97,7 +97,7 @@ QB_MEM ?= "-m 256" | |||
| 97 | QB_SMP ?= "" | 97 | QB_SMP ?= "" |
| 98 | QB_SERIAL_OPT ?= "-serial mon:stdio -serial null" | 98 | QB_SERIAL_OPT ?= "-serial mon:stdio -serial null" |
| 99 | QB_DEFAULT_KERNEL ?= "${@bb.utils.contains("INITRAMFS_IMAGE_BUNDLE", "1", "${KERNEL_IMAGETYPE}-${INITRAMFS_LINK_NAME}.bin", "${KERNEL_IMAGETYPE}", d)}" | 99 | QB_DEFAULT_KERNEL ?= "${@bb.utils.contains("INITRAMFS_IMAGE_BUNDLE", "1", "${KERNEL_IMAGETYPE}-${INITRAMFS_LINK_NAME}.bin", "${KERNEL_IMAGETYPE}", d)}" |
| 100 | QB_DEFAULT_FSTYPE ?= "ext4" | 100 | QB_DEFAULT_FSTYPE ?= "ext4.zst" |
| 101 | QB_RNG ?= "-object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0" | 101 | QB_RNG ?= "-object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0" |
| 102 | QB_OPT_APPEND ?= "" | 102 | QB_OPT_APPEND ?= "" |
| 103 | QB_NETWORK_DEVICE ?= "-device virtio-net-pci,netdev=net0,mac=@MAC@" | 103 | QB_NETWORK_DEVICE ?= "-device virtio-net-pci,netdev=net0,mac=@MAC@" |
