From d706e4d73209cb7d1022e50e8dc4e3974f79c5b1 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 8 Mar 2006 15:39:38 +0000 Subject: [PATCH] angstrom: ENABLE_BINARY_LOCALE_GENERATION ?= "1" --- conf/distro/angstrom.conf | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.39.5