angstrom: ENABLE_BINARY_LOCALE_GENERATION ?= "1"
authorKoen Kooi <koen@openembedded.org>
Wed, 8 Mar 2006 15:39:38 +0000 (15:39 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 8 Mar 2006 15:39:38 +0000 (15:39 +0000)
conf/distro/angstrom.conf

index 916b14d..3102e53 100644 (file)
@@ -17,6 +17,10 @@ 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"
+
+
 #EABI isn't working yet, so we'll use TARGET_OS = linux in the meantime
 #TARGET_OS = "none-linux-gnueabi"
 TARGET_OS = "linux"