On Tue, Mar 02, 2010 at 05:36:39PM +0000, git version control wrote: > Module: openembedded.git > Branch: org.openembedded.dev > Commit: 31e93854259130e20a4e08c9d803c34edc4b447e > URL: > http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=31e93854259130e20a4e08c9d803c34edc4b447e > > Author: Tom Rini <[email protected]> > Date: Mon Mar 1 11:18:28 2010 +0000 > > qemu: Perform our sanity checks based on ENABLE_BINARY_LOCALE_GENERATION > > if "qemu-native" in assume_provided: > - if not check_app_exists("qemu-arm", e.data): > - messages = messages + "qemu-native was in > ASSUME_PROVIDED but the QEMU binaries (qemu-arm) can't be found in PATH" > + required_utilities += "qemu"
Hi, You need space before qemu, because it's hard to find following missing utilities: md5sumqemu :). Also I'm not really happy from qemu-arm -> qemu change, as my qemu-kvm built in gentoo with USE flags only for what I need USE="aio -alsa -bluetooth -curl -esd -fdt -gnutls -hardened -kvm-trace -ncurses -pulseaudio -qemu-ifup% -sasl -sdl -static -vde" QEMU_SOFTMMU_TARGETS="arm -cris -i386 -m68k -microblaze -mips -mips64 -mips64el -mipsel -ppc -ppc64 -ppcemb -sh4 -sh4eb -sparc -sparc64 -x86_64" QEMU_USER_TARGETS="arm armeb -alpha -cris -i386 -m68k -microblaze -mips -mipsel -ppc -ppc64 -ppc64abi32 -sh4 -sh4eb -sparc -sparc32plus -sparc64 -x86_64" then qemu binary is not built, but qemu-arm which AFAIK is used for binary locale generation is available. Regards, -- uin:136542059 jid:[email protected] Jansa Martin sip:[email protected] JaMa _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
