diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-05 10:26:21 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-05 10:26:21 +0000 |
commit | e7eaaa247e3732c8879a310d3c41f2fa55fb36ef (patch) | |
tree | fdf993c62ae9a0aae9dafd5ac2a3c2f9c0753727 /meta/conf/bitbake.conf | |
parent | 74457246bd9b7ccf020e242d0daab56bdbaac7f6 (diff) | |
download | poky-e7eaaa247e3732c8879a310d3c41f2fa55fb36ef.tar.gz |
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
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 0 insertions, 2 deletions
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} | |||
93 | # select proper CPU to get binary locales generated | 93 | # select proper CPU to get binary locales generated |
94 | QEMU_OPTIONS = "" | 94 | QEMU_OPTIONS = "" |
95 | QEMU_OPTIONS_iwmmxt = "-cpu pxa270-c5" | 95 | QEMU_OPTIONS_iwmmxt = "-cpu pxa270-c5" |
96 | QEMU_OPTIONS_armv4t = "-cpu arm920t" | ||
97 | QEMU_OPTIONS_armv5te = "-cpu arm926" | ||
98 | QEMU_OPTIONS_armv6 = "-cpu arm1136" | 96 | QEMU_OPTIONS_armv6 = "-cpu arm1136" |
99 | 97 | ||
100 | ################################################################## | 98 | ################################################################## |