summaryrefslogtreecommitdiff
path: root/recipes/qemu/qemu_0.12.3.bb
AgeCommit message (Collapse)AuthorFiles
2010-06-02qemu: When using _append we dont need +=Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-02qemu: fix the fix for qemu-native vs. no zlib on hostDmitry Eremin-Solenikov1
Make the qemu virtual:native build to pass staging dir via EXTRA_OECONF, not via QEMU_CFLAGS, which aren't passed to configure environment. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson1
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson1
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-13qemu: add workarround to fallback to safe mmap_min_addrMartin Jansa1
* in case /proc/sys/vm/mmap_min_addr cannot be read because of security of host system Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-24qemu_0.12.3.bb : add two patches from git to fix cp15 accessGraeme Gregory1
Found these were needed when upgrading to gcc 4.5.0/glibc 2.10.1 combo
2010-03-28qemu: curl isn't in DEPENDS, so disable itKoen Kooi1
2010-03-16qemu: fix build with zlib-dev missing on hostRoman I Khimov1
OE provides its own zlib-native and qemu-native should use that. Thanks to Thomas Zimmermann <ml@vdm-design.de> for spotting it. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-16Revert "qemu: fix build without zlib headers installed on buildhost"Thomas Zimmermann1
This reverts commit e19f00968b9d865088ef3a45a85825c5fc17edc5.
2010-03-15qemu: fix build without zlib headers installed on buildhostThomas Zimmermann1
*qemu-native fails to build without zlib-dev package installed on buildhost *configure script just adds -I. and -I${SRC_DIR} to QEMU_CFLAGS to build checks, so it fails to build without headers installed on host *change DEPENDS from zlib to zlib-native to install zlib headers in staging Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-03-09qemu: add version 0.12.3Roman I Khimov1
qemu-native tested to compile on openSUSE 11.2 and Debian Lenny. Binary locale generation tested for qemuarm/glibc, simpad/glibc, x86-prescott/eglibc, efika/glibc. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>