mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
local.conf.sample: include notes on generating fewer LIBC locales
libc locale generation is very time consuming so document the GLIBC_GENERATE_LOCALES variable in the sample local.conf Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -152,3 +152,8 @@ ENABLE_BINARY_LOCALE_GENERATION = "1"
|
|||||||
# test suite or specific test case(e.g. bat or boot test case under sanity suite),
|
# test suite or specific test case(e.g. bat or boot test case under sanity suite),
|
||||||
# list them like following.
|
# list them like following.
|
||||||
#TEST_SCEN = "sanity bat sanity:boot"
|
#TEST_SCEN = "sanity bat sanity:boot"
|
||||||
|
|
||||||
|
# Set GLIBC_GENERATE_LOCALES to the locales you wish to generate should you not
|
||||||
|
# wish to perform the time-consuming step of generating all LIBC locales.
|
||||||
|
# WARNING: this may break localisation!
|
||||||
|
#GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8"
|
||||||
|
|||||||
Reference in New Issue
Block a user