conf: Add timezone definition in roro distribution

This commit is contained in:
tkl 2021-04-12 10:01:02 +02:00
parent 1bf85d4b06
commit 500008e866

View File

@ -40,6 +40,8 @@ TCLIBC = "glibc"
ENABLE_WIDEC = "false"
ENABLE_WIDEC_class-native = "true"
DEFAULT_TIMEZONE = "Europe/Berlin"
# Drop native language support. This removes the
# eglibc->bash->gettext->libc-posix-clang-wchar dependency.
USE_NLS="no"