[oe-commits] org.oe.dev angstrom: disable localegen for armeb

koen commit openembedded-commits at lists.openembedded.org
Sat Mar 1 16:04:28 UTC 2008


angstrom: disable localegen for armeb

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 0088316df3061919a20637a41044dc15844fd050
ViewMTN: http://monotone.openembedded.org/revision/info/0088316df3061919a20637a41044dc15844fd050
Files:
1
conf/distro/include/angstrom.inc
Diffs:

#
# mt diff -rcedead85f81955a5cdae9c673c055b5913bafb47 -r0088316df3061919a20637a41044dc15844fd050
#
# 
# 
# patch "conf/distro/include/angstrom.inc"
#  from [2519c1b72831f6c678dec86bda400fdbdd069054]
#    to [102341621f020659773a2fbf19e11819013571ad]
# 
============================================================
--- conf/distro/include/angstrom.inc	2519c1b72831f6c678dec86bda400fdbdd069054
+++ conf/distro/include/angstrom.inc	102341621f020659773a2fbf19e11819013571ad
@@ -47,6 +47,9 @@ ENABLE_BINARY_LOCALE_GENERATION_omap2430
 ENABLE_BINARY_LOCALE_GENERATION_omap2420h4 = "0"
 ENABLE_BINARY_LOCALE_GENERATION_omap2430sdp = "0"
 
+#qemu has taken a dislike to armeb as well
+ENABLE_BINARY_LOCALE_GENERATION_armeb = "0"
+
 #ARM EABI is softfloat by default, but let's make sure :)
 #make it overridable for platforms with FPU, like ep93xx or i.mx31
 TARGET_FPU_arm ?= "soft"






More information about the Openembedded-commits mailing list