diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-08 17:27:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-09 09:09:50 +0000 |
commit | c56cafbc9b0bc53d5ebd49243c338c2a86a4a8a8 (patch) | |
tree | d9af0114c09f5a0840d8bffae4f6b4e2c0b448fc /meta/recipes-devtools/qemu/qemu.inc | |
parent | d09b0030521410cbc0d36f18b5ca8b36b2c9ec19 (diff) | |
download | poky-c56cafbc9b0bc53d5ebd49243c338c2a86a4a8a8.tar.gz |
qemu: Add some user space mmap tweaks to address musl 32 bit build issues
(From OE-Core rev: 18a37fcd7c0a64a339d1eea88b16ba75c017c5d5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 286901fb1f..cfa65f99d0 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -27,6 +27,8 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ | |||
27 | file://0001-Add-enable-disable-udev.patch \ | 27 | file://0001-Add-enable-disable-udev.patch \ |
28 | file://0001-qemu-Do-not-include-file-if-not-exists.patch \ | 28 | file://0001-qemu-Do-not-include-file-if-not-exists.patch \ |
29 | file://mingwfix.patch \ | 29 | file://mingwfix.patch \ |
30 | file://mmap.patch \ | ||
31 | file://mmap2.patch \ | ||
30 | " | 32 | " |
31 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" | 33 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" |
32 | 34 | ||