From: Koen Kooi Date: Wed, 8 Mar 2006 15:39:38 +0000 (+0000) Subject: angstrom: ENABLE_BINARY_LOCALE_GENERATION ?= "1" X-Git-Tag: Release-2010-05/1~9453^2~2271 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d706e4d73209cb7d1022e50e8dc4e3974f79c5b1;p=openembedded.git angstrom: ENABLE_BINARY_LOCALE_GENERATION ?= "1" --- diff --git a/conf/distro/angstrom.conf b/conf/distro/angstrom.conf index 916b14d9b9..3102e53062 100644 --- a/conf/distro/angstrom.conf +++ b/conf/distro/angstrom.conf @@ -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"