From: Romain Naour <romain.naour@gmail.com>
To: buildroot@buildroot.org
Cc: Romain Naour <romain.naour@gmail.com>
Subject: [Buildroot] [PATCH 2/3] package/qemu: Disable new configure options added by Qemu 2.6.0
Date: Mon, 3 Jan 2022 22:00:47 +0100 [thread overview]
Message-ID: <20220103210048.7879-2-romain.naour@gmail.com> (raw)
In-Reply-To: <20220103210048.7879-1-romain.naour@gmail.com>
Disable new configure options added by this release to avoid
adding new dependencies or features.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
package/qemu/qemu.mk | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk
index 43450a6649..e69e813059 100644
--- a/package/qemu/qemu.mk
+++ b/package/qemu/qemu.mk
@@ -187,16 +187,20 @@ define QEMU_CONFIGURE_CMDS
--audio-drv-list= \
--meson=$(HOST_DIR)/bin/meson \
--ninja=$(HOST_DIR)/bin/ninja \
+ --disable-alsa \
--disable-bpf \
--disable-brlapi \
--disable-bsd-user \
--disable-cap-ng \
--disable-capstone \
--disable-containers \
+ --disable-coreaudio \
--disable-curl \
--disable-curses \
--disable-docs \
+ --disable-dsound \
--disable-hvf \
+ --disable-jack \
--disable-libiscsi \
--disable-libxml2 \
--disable-linux-aio \
@@ -204,9 +208,13 @@ define QEMU_CONFIGURE_CMDS
--disable-malloc-trim \
--disable-membarrier \
--disable-mpath \
+ --disable-netmap \
--disable-opengl \
+ --disable-oss \
+ --disable-pa \
--disable-rbd \
--disable-sanitizers \
+ --disable-selinux \
--disable-sparse \
--disable-strip \
--disable-vde \
@@ -355,14 +363,24 @@ define HOST_QEMU_CONFIGURE_CMDS
--extra-ldflags="$(HOST_LDFLAGS)" \
--meson=$(HOST_DIR)/bin/meson \
--ninja=$(HOST_DIR)/bin/ninja \
+ --disable-alsa \
--disable-bpf \
--disable-bzip2 \
--disable-containers \
+ --disable-coreaudio \
--disable-curl \
--disable-docs \
+ --disable-dsound \
+ --disable-jack \
--disable-libssh \
+ --disable-linux-aio \
--disable-linux-io-uring \
+ --disable-netmap \
+ --disable-oss \
+ --disable-pa \
--disable-sdl \
+ --disable-selinux \
+ --disable-vde \
--disable-vhost-user-blk-server \
--disable-virtiofsd \
--disable-vnc-jpeg \
--
2.31.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-01-03 21:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-03 21:00 [Buildroot] [PATCH 1/3] package/qemu: reorder enable/disable options alphabetically Romain Naour
2022-01-03 21:00 ` Romain Naour [this message]
2022-01-03 21:00 ` [Buildroot] [PATCH 3/3] package/qemu: reorder patches Romain Naour
2022-01-04 8:30 ` [Buildroot] [PATCH 1/3] package/qemu: reorder enable/disable options alphabetically Yann E. MORIN
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=20220103210048.7879-2-romain.naour@gmail.com \
--to=romain.naour@gmail.com \
--cc=buildroot@buildroot.org \
/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