summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf2
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
94QEMU_OPTIONS = "" 94QEMU_OPTIONS = ""
95QEMU_OPTIONS_iwmmxt = "-cpu pxa270-c5" 95QEMU_OPTIONS_iwmmxt = "-cpu pxa270-c5"
96QEMU_OPTIONS_armv4t = "-cpu arm920t"
97QEMU_OPTIONS_armv5te = "-cpu arm926"
98QEMU_OPTIONS_armv6 = "-cpu arm1136" 96QEMU_OPTIONS_armv6 = "-cpu arm1136"
99 97
100################################################################## 98##################################################################