From patchwork Wed Feb 11 11:10:45 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Angelo Compagnucci X-Patchwork-Id: 438746 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id D97F514029D for ; Wed, 11 Feb 2015 22:11:13 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 30F653344F; Wed, 11 Feb 2015 11:11:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ohILI39Mq59G; Wed, 11 Feb 2015 11:11:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C60043345A; Wed, 11 Feb 2015 11:11:05 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id C61871C22D6 for ; Wed, 11 Feb 2015 11:11:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id BFDB6A2602 for ; Wed, 11 Feb 2015 11:11:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QogrVKpTWK-r for ; Wed, 11 Feb 2015 11:11:03 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 183FDA25FA for ; Wed, 11 Feb 2015 11:11:03 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id em10so16098087wid.1 for ; Wed, 11 Feb 2015 03:11:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=ZBRdS0ydeUAVo580IOt2eRueHUtsM9GYZPdfy4KJVLY=; b=nX1EZDbEq9XKTBEjom3wgLcp7SBvPECD0h7sCloALYwIvyGNhQF3B9vEXt6sHjDUcN vLca+lxTaIx05nJ7AIyMcvVXnsVPC52+CaXDvjPMF7GzKUfu8g2tJXCiYAs2nNrs69FM RTnuC7pmaGQ+4t38aLDLTJHPFY88BUBYQ/A084+vix2QhYWJvQ0QTOUdIsluRtKKUAKX 7t5qIR/yTyS5hQTNU65LrplvHL8I+p2bokotLOCKXyjoqIpQB6bR3EO3L13/IWSzU0F+ 8j6HJw0IIVbwT1Db98rm1a7v4ULrZhdN0PpOF6uJJYennAJy608Q/PFBMB2KN3xalVUw shNg== X-Received: by 10.194.81.104 with SMTP id z8mr61327918wjx.45.1423653061601; Wed, 11 Feb 2015 03:11:01 -0800 (PST) Received: from localhost.localdomain ([89.202.204.147]) by mx.google.com with ESMTPSA id d6sm1914207wic.1.2015.02.11.03.11.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 11 Feb 2015 03:11:00 -0800 (PST) From: Angelo Compagnucci To: buildroot@buildroot.net Date: Wed, 11 Feb 2015 12:10:45 +0100 Message-Id: <1423653046-27560-3-git-send-email-angelo.compagnucci@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1423653046-27560-1-git-send-email-angelo.compagnucci@gmail.com> References: <1423653046-27560-1-git-send-email-angelo.compagnucci@gmail.com> Subject: [Buildroot] [PATCH 2/3] system: Defaulting TZ_LOCALTIME to UTC X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" 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 --- 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: