diff options
-rw-r--r-- | meta/conf/local.conf.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index fa5e3f183f..d090543cb3 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample | |||
@@ -152,3 +152,8 @@ ENABLE_BINARY_LOCALE_GENERATION = "1" | |||
152 | # test suite or specific test case(e.g. bat or boot test case under sanity suite), | 152 | # test suite or specific test case(e.g. bat or boot test case under sanity suite), |
153 | # list them like following. | 153 | # list them like following. |
154 | #TEST_SCEN = "sanity bat sanity:boot" | 154 | #TEST_SCEN = "sanity bat sanity:boot" |
155 | |||
156 | # Set GLIBC_GENERATE_LOCALES to the locales you wish to generate should you not | ||
157 | # wish to perform the time-consuming step of generating all LIBC locales. | ||
158 | # WARNING: this may break localisation! | ||
159 | #GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8" | ||