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_4.2.0.bb | |
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_4.2.0.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-native_4.2.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-native_4.2.0.bb b/meta/recipes-devtools/qemu/qemu-native_4.2.0.bb new file mode 100644 index 0000000000..c8acff8e19 --- /dev/null +++ b/meta/recipes-devtools/qemu/qemu-native_4.2.0.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | BPN = "qemu" | ||
2 | |||
3 | DEPENDS = "glib-2.0-native zlib-native" | ||
4 | |||
5 | require qemu-native.inc | ||
6 | |||
7 | EXTRA_OECONF_append = " --target-list=${@get_qemu_usermode_target_list(d)} --disable-tools --disable-blobs --disable-guest-agent" | ||
8 | |||
9 | PACKAGECONFIG ??= "" | ||