summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/distro/angstrom.conf4
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"