diff options
author | Koen Kooi <koen@openembedded.org> | 2006-03-08 15:39:38 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-08 15:39:38 +0000 |
commit | d706e4d73209cb7d1022e50e8dc4e3974f79c5b1 (patch) | |
tree | 78d54a285bbb0989e6efa176ec1d79aa68b62d87 /conf/distro | |
parent | 5ade6d7f862fd4a54a3988bf831d1ed8a6e206bc (diff) |
angstrom: ENABLE_BINARY_LOCALE_GENERATION ?= "1"
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/angstrom.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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" |