summaryrefslogtreecommitdiffstats
path: root/rules/host-qemu.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-03-17 08:10:50 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-03-27 08:32:41 +0100
commitc9c2367244890a6770b42fd175737222a24d8d10 (patch)
treecf9b26147e7dd0899d8ce7e7aefe12b447b2db72 /rules/host-qemu.make
parenteecbf425c64810f6b535a9c8d7e5c0a0a9d22a97 (diff)
downloadptxdist-c9c2367244890a6770b42fd175737222a24d8d10.tar.gz
ptxdist-c9c2367244890a6770b42fd175737222a24d8d10.tar.xz
host-qemu: version bump 4.1.0 -> 4.2.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-qemu.make')
-rw-r--r--rules/host-qemu.make8
1 files changed, 5 insertions, 3 deletions
diff --git a/rules/host-qemu.make b/rules/host-qemu.make
index f68fc8416..5195df3f1 100644
--- a/rules/host-qemu.make
+++ b/rules/host-qemu.make
@@ -16,8 +16,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_QEMU) += host-qemu
#
# Paths and names
#
-HOST_QEMU_VERSION := 4.1.0
-HOST_QEMU_MD5 := cdf2b5ca52b9abac9bacb5842fa420f8
+HOST_QEMU_VERSION := 4.2.0
+HOST_QEMU_MD5 := 278eeb294e4b497e79af7a57e660cb9a
HOST_QEMU := qemu-$(HOST_QEMU_VERSION)
HOST_QEMU_SUFFIX := tar.xz
HOST_QEMU_URL := https://download.qemu.org/$(HOST_QEMU).$(HOST_QEMU_SUFFIX)
@@ -152,7 +152,9 @@ HOST_QEMU_CONF_OPT := \
--disable-crypto-afalg \
--disable-capstone \
--disable-debug-mutex \
- --disable-libpmem
+ --disable-libpmem \
+ --disable-xkbcommon \
+ --disable-plugins
# Use '=' to delay $(shell ...) calls until this is needed
QEMU_CROSS_QEMU = $(call ptx/get-alternative, config/qemu, qemu-cross)