angstrom.conf: turn of locale generation via qemu because qemu doesn't like the gcc...
authorKoen Kooi <koen@openembedded.org>
Tue, 14 Mar 2006 19:08:50 +0000 (19:08 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 14 Mar 2006 19:08:50 +0000 (19:08 +0000)
conf/distro/angstrom.conf

index 3102e53..ba99a30 100644 (file)
@@ -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