From: Waldemar Brodkorb <wbx@openadk.org>
To: Romain Naour <romain.naour@smile.fr>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] package/qemu: update to 9.1.0
Date: Thu, 12 Sep 2024 17:08:17 +0200 [thread overview]
Message-ID: <ZuMD4asCM8pq3KRe@waldemar-brodkorb.de> (raw)
In-Reply-To: <93c0a59a-f9b7-4dfb-92cc-d381f6aae6e5@smile.fr>
Hi Romain,
Romain Naour wrote,
> Hello Waldemar,
>
> Le 11/09/2024 à 11:09, Waldemar Brodkorb a écrit :
> > See here for changes:
> > https://wiki.qemu.org/ChangeLog/9.1
> >
> > The support for the nios2 architecture got removed.
>
> We need to remove host-qemu from the qemu_nios2_10m50_defconfig or simply remove
> this defconfig since the qemu support is gone.
Should the removal of the defconfig be in the same patch?
> About qemu package, it seems that the qemu_aarch64_sbsa_defconfig doesn't boot
> anymore [1] since the qemu version bump 9.0 [2].
>
> [1]
> https://gitlab.com/buildroot.org/buildroot/-/jobs?name=qemu_aarch64_sbsa_defconfig+
>
> [2]
> https://gitlab.com/buildroot.org/buildroot/-/commit/103a55028c75dace312470ba05a197886c6b6100
>
> It seems this defconfig needs an ATF/EDK2 update to boot with qemu >= 9.0.
>
> Can you have a look?
I tried ATF v2.10, but that make no difference.
I am trying EDK now.
best regards
Waldemar
> Best regards,
> Romain
>
>
> >
> > Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> > ---
> > package/qemu/Config.in | 5 -----
> > package/qemu/Config.in.host | 1 -
> > package/qemu/qemu.hash | 2 +-
> > package/qemu/qemu.mk | 2 +-
> > 4 files changed, 2 insertions(+), 8 deletions(-)
> >
> > diff --git a/package/qemu/Config.in b/package/qemu/Config.in
> > index 608e4d429d..2d15ab1ea9 100644
> > --- a/package/qemu/Config.in
> > +++ b/package/qemu/Config.in
> > @@ -252,11 +252,6 @@ config BR2_PACKAGE_QEMU_TARGET_MIPSN32EL
> > help
> > MIPS N32 architecture, little-endian.
> >
> > -config BR2_PACKAGE_QEMU_TARGET_NIOS2
> > - bool "nios2"
> > - help
> > - Nios II architecture.
> > -
> > config BR2_PACKAGE_QEMU_TARGET_OR1K
> > bool "or1k"
> > select BR2_PACKAGE_QEMU_FDT if BR2_PACKAGE_QEMU_SYSTEM
> > diff --git a/package/qemu/Config.in.host b/package/qemu/Config.in.host
> > index 8dd0c7d11b..4db114490a 100644
> > --- a/package/qemu/Config.in.host
> > +++ b/package/qemu/Config.in.host
> > @@ -9,7 +9,6 @@ config BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTS
> > default y if BR2_microblazebe
> > default y if BR2_mips
> > default y if BR2_mipsel
> > - default y if BR2_nios2
> > default y if BR2_or1k
> > default y if BR2_powerpc
> > default y if BR2_powerpc64
> > diff --git a/package/qemu/qemu.hash b/package/qemu/qemu.hash
> > index 419dd0d1b3..169fe05068 100644
> > --- a/package/qemu/qemu.hash
> > +++ b/package/qemu/qemu.hash
> > @@ -1,4 +1,4 @@
> > # Locally computed, tarball verified with GPG signature
> > -sha256 a8c3f596aece96da3b00cafb74baafa0d14515eafb8ed1ee3f7f5c2d0ebf02b6 qemu-9.0.2.tar.xz
> > +sha256 816b7022a8ba7c2ac30e2e0cf973e826f6bcc8505339603212c5ede8e94d7834 qemu-9.1.0.tar.xz
> > sha256 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100 COPYING
> > sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LIB
> > diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk
> > index 16cff13d18..e9f6520d89 100644
> > --- a/package/qemu/qemu.mk
> > +++ b/package/qemu/qemu.mk
> > @@ -6,7 +6,7 @@
> >
> > # When updating the version, check whether the list of supported targets
> > # needs to be updated.
> > -QEMU_VERSION = 9.0.2
> > +QEMU_VERSION = 9.1.0
> > QEMU_SOURCE = qemu-$(QEMU_VERSION).tar.xz
> > QEMU_SITE = https://download.qemu.org
> > QEMU_SELINUX_MODULES = qemu virt
>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-09-12 15:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-11 9:09 [Buildroot] [PATCH] package/qemu: update to 9.1.0 Waldemar Brodkorb
2024-09-11 9:44 ` Romain Naour via buildroot
2024-09-12 15:08 ` Waldemar Brodkorb [this message]
2024-09-14 9:32 ` Thomas Petazzoni via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZuMD4asCM8pq3KRe@waldemar-brodkorb.de \
--to=wbx@openadk.org \
--cc=buildroot@buildroot.org \
--cc=romain.naour@smile.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox