mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
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>
This commit is contained in:
@@ -8,7 +8,7 @@ MACHINE_FEATURES = "alsa bluetooth usbgadget screen vfat"
|
||||
|
||||
MACHINEOVERRIDES =. "qemuall:"
|
||||
|
||||
IMAGE_FSTYPES += "tar.bz2 ext4"
|
||||
IMAGE_FSTYPES += "tar.zst ext4.zst"
|
||||
|
||||
# Don't include kernels in standard images
|
||||
RDEPENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||
|
||||
@@ -11,7 +11,7 @@ KEEPUIMAGE = "no"
|
||||
|
||||
SERIAL_CONSOLES ?= "115200;ttyS0 115200;hvc0"
|
||||
|
||||
IMAGE_FSTYPES += "ext4 wic.qcow2"
|
||||
IMAGE_FSTYPES += "ext4.zst wic.qcow2"
|
||||
|
||||
WKS_FILE ?= "qemuriscv.wks"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \
|
||||
acpi serial usbgadget alsa"
|
||||
|
||||
IMAGE_FSTYPES ?= "wic"
|
||||
IMAGE_FSTYPES ?= "wic.zst"
|
||||
|
||||
KERNEL_IMAGETYPE ?= "bzImage"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user