From e7eaaa247e3732c8879a310d3c41f2fa55fb36ef Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 5 Dec 2007 10:26:21 +0000 Subject: bitbake.conf: armv4 and armv5 do not need CPU selector for qemu git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3310 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/bitbake.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/conf') diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index c882c54d9b..218e80301c 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -93,8 +93,6 @@ PACKAGE_ARCHS = "all any noarch ${TARGET_ARCH} ${PACKAGE_EXTRA_ARCHS} ${MACHINE} # select proper CPU to get binary locales generated QEMU_OPTIONS = "" QEMU_OPTIONS_iwmmxt = "-cpu pxa270-c5" -QEMU_OPTIONS_armv4t = "-cpu arm920t" -QEMU_OPTIONS_armv5te = "-cpu arm926" QEMU_OPTIONS_armv6 = "-cpu arm1136" ################################################################## -- cgit v1.2.3-54-g00ecf