summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-03-14 19:08:50 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-14 19:08:50 +0000
commit942a6b17d529756f072340eaa558b076b5be9f4e (patch)
tree8bb9d6eef25269f96be54b29e974b4dda5c0e617 /conf
parent3db8f133a0106933fba0cd7156dd7e8962e285fc (diff)
angstrom.conf: turn of locale generation via qemu because qemu doesn't like the gcc 4.1 + glibc 2.4 ARM binaries
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/angstrom.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/angstrom.conf b/conf/distro/angstrom.conf
index 3102e53062..ba99a30ca4 100644
--- a/conf/distro/angstrom.conf
+++ b/conf/distro/angstrom.conf
@@ -17,8 +17,8 @@ INHERIT += "package_ipk debian"
#use multimachine buildrules
include conf/distro/include/multimachine.conf
-#Generate locales on the buildsystem instead of on the target. Speeds up first boot
-ENABLE_BINARY_LOCALE_GENERATION ?= "1"
+#Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable
+ENABLE_BINARY_LOCALE_GENERATION ?= ""
#EABI isn't working yet, so we'll use TARGET_OS = linux in the meantime