]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: armv4 and armv5 do not need CPU selector for qemu
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 5 Dec 2007 10:26:21 +0000 (10:26 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 5 Dec 2007 10:26:21 +0000 (10:26 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3310 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/bitbake.conf

index c882c54d9b64f2b4f9a00418e1cbfed3cc522b45..218e80301c8986714e8d007ba1d34b5588be80be 100644 (file)
@@ -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"
 
 ##################################################################