diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2020-02-10 13:25:15 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-14 13:07:23 +0000 |
commit | 1e97c962f29815971cac8c22b111c95709c8ad2b (patch) | |
tree | da75bfeb82b2c4f154c457d9135098562a3e0ef9 /meta/recipes-devtools/qemu/qemu-native.inc | |
parent | 69e3b6c80ea7cab7f8687ee223dfd29dcc2c0d75 (diff) | |
download | poky-1e97c962f29815971cac8c22b111c95709c8ad2b.tar.gz |
qemu: Upgrade to 4.2.0
While we are upgrading let's refresh patches and remove the outdated
patches.
(From OE-Core rev: ca276b77904429a1ff3188d2373535a462afe266)
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu-native.inc')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-native.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-native.inc b/meta/recipes-devtools/qemu/qemu-native.inc index 69c2c43e6b..28cfd2cca3 100644 --- a/meta/recipes-devtools/qemu/qemu-native.inc +++ b/meta/recipes-devtools/qemu/qemu-native.inc | |||
@@ -3,8 +3,8 @@ inherit native | |||
3 | require qemu.inc | 3 | require qemu.inc |
4 | 4 | ||
5 | SRC_URI_append = " \ | 5 | SRC_URI_append = " \ |
6 | file://0010-fix-libcap-header-issue-on-some-distro.patch \ | 6 | file://0012-fix-libcap-header-issue-on-some-distro.patch \ |
7 | file://0011-cpus.c-Add-error-messages-when-qemi_cpu_kick_thread-.patch \ | 7 | file://0013-cpus.c-Add-error-messages-when-qemi_cpu_kick_thread-.patch \ |
8 | " | 8 | " |
9 | 9 | ||
10 | EXTRA_OEMAKE_append = " LD='${LD}' AR='${AR}' OBJCOPY='${OBJCOPY}' LDFLAGS='${LDFLAGS}'" | 10 | EXTRA_OEMAKE_append = " LD='${LD}' AR='${AR}' OBJCOPY='${OBJCOPY}' LDFLAGS='${LDFLAGS}'" |