[Buildroot] [PATCH v3 2/3] system: Defaulting TZ_LOCALTIME to UTC

Angelo Compagnucci angelo.compagnucci at gmail.com
Wed Feb 11 21:05:40 UTC 2015


This patch sets the default timezone to UTC if not overwritten.
Some packages need a configured system timezone for properly
operating like mono based software.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci at gmail.com>
---
 system/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/system/Config.in b/system/Config.in
index 95e10ab..d967002 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -371,6 +371,7 @@ config BR2_TARGET_TZ_ZONELIST
 
 config BR2_TARGET_LOCALTIME
 	string "default local time"
+	default "Etc/UTC"
 	help
 	  The time zone to install as the default local time, expressed as a
 	  tzdata location, such as:
-- 
1.9.1




More information about the buildroot mailing list