mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 17:02:22 +02:00
poky.conf: Change default locale to POSIX
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
d856b80cde
commit
53b775b496
@@ -97,8 +97,10 @@ require conf/distro/include/preferred-xorg-versions.inc
|
||||
|
||||
PCMCIA_MANAGER ?= "pcmciautils"
|
||||
|
||||
IMAGE_LINGUAS ?= "en-gb"
|
||||
LIMIT_BUILT_LOCALES ?= "en_GB"
|
||||
#IMAGE_LINGUAS ?= "en-gb en-us"
|
||||
#LIMIT_BUILT_LOCALES ?= "en_GB en_US"
|
||||
IMAGE_LINGUAS ?= "posix"
|
||||
LIMIT_BUILT_LOCALES ?= "POSIX"
|
||||
ENABLE_BINARY_LOCALE_GENERATION ?= "1"
|
||||
LOCALE_UTF8_ONLY = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user