All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/qemu: bump to version 5.2.0
Date: Sun, 13 Dec 2020 10:38:46 +0100	[thread overview]
Message-ID: <20201213103846.4f1a778c@windsurf.home> (raw)
In-Reply-To: <20201211224710.4151147-1-romain.naour@gmail.com>

On Fri, 11 Dec 2020 23:47:10 +0100
Romain Naour <romain.naour@gmail.com> wrote:

> From [1]:
> "The build system is now partly based on Meson. However, building is
> still done with configure and make as in previous versions of QEMU."
> 
> Qemu requires meson >= 0.55.3, Buildroot use the latest version 0.56.0.
> In order to add host-meson dependency we have to remove --python option
> since it requires to use the meson bundled into Qemu sources [2].
> 
> Even without --python, python3 is used. See config-host.mak:
> PYTHON=output/host/bin/python3 -B
> 
> See config-host.mak to check if meson and ninja from HOST_DIR are used:
> MESON=output/host/bin/meson
> NINJA=output/host/bin/ninja
> 
> Since the switch to meson is partial and still requires using the
> configure script, keep using generic-package infra.
> 
> Disable new options introduced in Qemu 5.2.0:
> --disable-virtiofsd
> --disable-vhost-user-blk-server
> 
> Runtime tested on gitlab [3]
> 
> [1] https://wiki.qemu.org/ChangeLog/5.2#Build_Information
> [2] https://git.qemu.org/?p=qemu.git;a=blob;f=configure;h=18c26e0389741643748c70ac7788a996ef006834;hb=553032db17440f8de011390e5a1cfddd13751b0b#l1895
> [3] https://gitlab.com/kubu93/buildroot/-/pipelines/228214205
> 
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> ---
>  ...age-of-mcontext-structure-on-ARM-uCl.patch |  4 ++--
>  package/qemu/qemu.hash                        |  6 +++---
>  package/qemu/qemu.mk                          | 20 ++++++++++++++-----
>  3 files changed, 20 insertions(+), 10 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

      reply	other threads:[~2020-12-13  9:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-11 22:47 [Buildroot] [PATCH] package/qemu: bump to version 5.2.0 Romain Naour
2020-12-13  9:38 ` Thomas Petazzoni [this message]

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=20201213103846.4f1a778c@windsurf.home \
    --to=thomas.petazzoni@bootlin.com \
    --cc=buildroot@busybox.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.