summaryrefslogtreecommitdiff
path: root/conf/local.conf.sample
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-03-30 02:13:29 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-03-30 02:13:29 +0000
commitdf072e35c156fcedce2e7488efd9651f2fe6773c (patch)
treec1e00f7392d09a019c54d3aec7112ff050be7a78 /conf/local.conf.sample
parent8fc5afd475c8c2a1fd4de81937cd736c5931bb7c (diff)
parenta5ab4c711b23d99dd9d252d5c08fa60dd76c493d (diff)
merge of '338ea31d4809a6db514f8ee9dbd35db2c426e83f'
and '33ef958347850ae3830b2326a4476282484717bd'
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r--conf/local.conf.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 02d54686f8..daffdda6de 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -90,6 +90,12 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
# ENABLE_BINARY_LOCALE_GENERATION = "0"
# ASSUME_PROVIDED += "qemu-native"
+# If ENABLE_BINARY_LOCALE_GENERATION is set to "1", you can limit locales
+# generated to the list provided by GLIBC_GENERATE_LOCALES. This is huge
+# time-savior for developmental builds. Format: list of locale.encoding pairs
+# with spaces as separators.
+# GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 de_DE.UTF-8"
+
# Uncomment this to select a particular major kernel version if the MACHINE setting
# supports more than one major kernel version. Currently this is suported by the
# following MACHINE types: poodle, tosa and simpad.