bitbake.conf: added QEMU_OPTIONS variable used for generating glibc binary locales...
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 1 Mar 2008 21:03:24 +0000 (21:03 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 1 Mar 2008 21:03:24 +0000 (21:03 +0000)
conf/bitbake.conf

index 858e411..de526f0 100644 (file)
@@ -93,6 +93,11 @@ PACKAGE_ARCH = "${HOST_ARCH}"
 MACHINE_ARCH = "${@[bb.data.getVar('HOST_ARCH', d, 1), bb.data.getVar('MACHINE', d, 1)][bool(bb.data.getVar('MACHINE', d, 1))]}"
 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_armv6   = "-cpu arm1136"
+
 ##################################################################
 # Date/time variables.
 ##################################################################