[oe-commits] org.oe.dev bitbake.conf: added QEMU_OPTIONS variable used for generating glibc binary locales for armv6 cpu (from Poky)

hrw commit openembedded-commits at lists.openembedded.org
Sat Mar 1 21:59:44 UTC 2008


bitbake.conf: added QEMU_OPTIONS variable used for generating glibc binary locales for armv6 cpu (from Poky)

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 94fcaefb1251e50b067edc27e83c02b954cd82fc
ViewMTN: http://monotone.openembedded.org/revision/info/94fcaefb1251e50b067edc27e83c02b954cd82fc
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -rb5dd2ed9255161af21e71651ed874ba948eeb144 -r94fcaefb1251e50b067edc27e83c02b954cd82fc
#
# 
# 
# patch "conf/bitbake.conf"
#  from [ea1e16116ff065e62f58aa7bb32a1757f5aa0695]
#    to [273d61dd50eb590d1fee2b6199f5673202a94747]
# 
============================================================
--- conf/bitbake.conf	ea1e16116ff065e62f58aa7bb32a1757f5aa0695
+++ conf/bitbake.conf	273d61dd50eb590d1fee2b6199f5673202a94747
@@ -93,6 +93,11 @@ PACKAGE_ARCHS = "all any noarch ${TARGET
 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.
 ##################################################################






More information about the Openembedded-commits mailing list