diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2015-05-06 18:21:46 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-07 13:40:35 +0100 |
commit | 19d57558994e66e2463e03d12e9e90d99988ec8d (patch) | |
tree | 6f6232b6f9df622759eaf3378e1b4b280de57b6b /meta/recipes-devtools/qemu/qemu.inc | |
parent | fc94b83be48c891b0250a286cf43befd5b66994a (diff) | |
download | poky-19d57558994e66e2463e03d12e9e90d99988ec8d.tar.gz |
qemu: upgrade to 2.3.0
Qemu-Arm-versatilepb-Add-memory-size-checking.patch
brought up to date;
37ed3bf1ee07bb1a26adca0df8718f601f231c0b.patch removed,
integrated upstream;
glx enable config option changed to opengl enable,
update accordingly.
(From OE-Core rev: b88e3808533a7280c85e570a1359efcba8dcc4bd)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
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, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 4225db7573..4274b252e5 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -115,7 +115,7 @@ PACKAGECONFIG[ssh2] = "--enable-libssh2,--disable-libssh2,libssh2," | |||
115 | PACKAGECONFIG[libusb] = "--enable-libusb,--disable-libusb,libusb1" | 115 | PACKAGECONFIG[libusb] = "--enable-libusb,--disable-libusb,libusb1" |
116 | PACKAGECONFIG[fdt] = "--enable-fdt,--disable-fdt,dtc" | 116 | PACKAGECONFIG[fdt] = "--enable-fdt,--disable-fdt,dtc" |
117 | PACKAGECONFIG[alsa] = ",,alsa-lib" | 117 | PACKAGECONFIG[alsa] = ",,alsa-lib" |
118 | PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa" | 118 | PACKAGECONFIG[glx] = "--enable-opengl,--disable-opengl,mesa" |
119 | PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo" | 119 | PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo" |
120 | PACKAGECONFIG[numa] = "--enable-numa,--disable-numa,numactl" | 120 | PACKAGECONFIG[numa] = "--enable-numa,--disable-numa,numactl" |
121 | 121 | ||