[Buildroot] [PATCH 1/2] package/qemu: bump version to 6.0.0

Romain Naour romain.naour at gmail.com
Sat May 8 10:13:53 UTC 2021


Hello Adam,

Le 07/05/2021 à 19:01, Adam Duskett a écrit :
> From: Adam Duskett <aduskett at gmail.com>
> 
> Other changes:
>   - Drop patch 0003-hw-usb-host-libusb.c-fix-build-with-kernel-5.0.patch as it
>     is part of 6.0.0.
>   - Rename 0004-meson-add-tests-option.patch to
>     0003-meson-add-tests-option.patch and refresh it for 6.0.0

I can be useful to add the link to the release changelog:
https://wiki.qemu.org/ChangeLog/6.0

You can also do a runtime testing with gitlab-ci with all qemu defconfig and add
the link to your pipeline.
I'm using gitlab-ci for such testing (qemu, toolchain, kernel update) :)

> 
> Signed-off-by: Adam Duskett <aduskett at rivian.com>
> ---

[...]

> diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk
> index b552ea139e..e0f722cf42 100644
> --- a/package/qemu/qemu.mk
> +++ b/package/qemu/qemu.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -QEMU_VERSION = 5.2.0
> +QEMU_VERSION = 6.0.0
>  QEMU_SOURCE = qemu-$(QEMU_VERSION).tar.xz
>  QEMU_SITE = http://download.qemu.org
>  QEMU_LICENSE = GPL-2.0, LGPL-2.1, MIT, BSD-3-Clause, BSD-2-Clause, Others/BSD-1c
> 

I had a look at qemu 6.0.0 but haven't had the time to finish the testing.

I noticed some new build options:

--disable-fuse
--disable-fuse-lseek
--disable-gettext
--disable-lto
--disable-cfi

and a lot of options conversion to meson.
Indded, qemu project is working on meson build system but it's not yet ready.
This is why we still use generic-package and not meson-package infra.

Best regards,
Romain



More information about the buildroot mailing list