summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-04-07 21:58:04 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-04-08 23:56:19 +0200
commit3f595cde97cdc4b08f979407c9754f75970257d0 (patch)
tree8548960fbc8937efdf21583e31349d658e3fc7c6 /system
parentd6a37917dde1293f6e25d87801283e098c22d580 (diff)
system: add selection of a default localtime
[Peter: strip quotes/use local TZDATA_LOCALTIME variable] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> [alexandre.belloni: move from "tzdata" to "system configuration"] Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> [yann.morin.1998@free.fr: move into the BR2_TARGET_TZ_INFO conditionnal block] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'system')
-rw-r--r--system/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/system/Config.in b/system/Config.in
index d69e880d5..c70072994 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -288,6 +288,20 @@ config BR2_TARGET_TZ_ZONELIST
The full list is the list of files in the time zone database source,
not including the build and .tab files.
+config BR2_TARGET_LOCALTIME
+ string "default local time"
+ help
+ The time zone to install as the default local time, expressed as a
+ tzdata location, such as:
+ GMT
+ Europe/Paris
+ America/New_York
+ Pacific/Wallis
+ ...
+
+ If empty, no local time will be set, and the dates will be
+ expressed in UTC.
+
endif # BR2_TARGET_TZ_INFO
config BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW