Age | Commit message (Collapse) | Author | Files |
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
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>
|
|
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>
|
|
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>
|
|
* 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>
|
|
Found these were needed when upgrading to gcc 4.5.0/glibc 2.10.1 combo
|
|
|
|
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>
|
|
This reverts commit e19f00968b9d865088ef3a45a85825c5fc17edc5.
|
|
*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>
|
|
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>
|