From patchwork Thu Feb 12 13:49:31 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Angelo Compagnucci X-Patchwork-Id: 439189 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 A62EE14017A for ; Fri, 13 Feb 2015 00:50:06 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id E4A33338F1; Thu, 12 Feb 2015 13:50:05 +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 io+3Ll7Qrj2x; Thu, 12 Feb 2015 13:50:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 33F00338C5; Thu, 12 Feb 2015 13:50:02 +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 789DF1C293E for ; Thu, 12 Feb 2015 13:50:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7557BA3264 for ; Thu, 12 Feb 2015 13:50:00 +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 DVa2VLlvp-8m for ; Thu, 12 Feb 2015 13:50:00 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by fraxinus.osuosl.org (Postfix) with ESMTPS id BDFB9A3263 for ; Thu, 12 Feb 2015 13:49:59 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id k48so10203599wev.3 for ; Thu, 12 Feb 2015 05:49:58 -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=DD/4h62hz/JsmyIvDhPM5bz3dsWi32eJEflGNnhA7iWZxQiemUigV+fIsPuxPr6WHr Kc4yHbBLxA4VIahQ4XKO51J+A4DTQxKMeh8NrWwP4geMF9jtxdrxhSek4FP98flS4ukl neW2cPZmf7SZZPEx5+bmzoBKvqGOKxBxIPgoveEH2CR+/rq4aj6Cs+22Qv3dvpf/bt8F zkSlNaW5x/Mc1I+TeJoArADIhCXhcB18mnS4F4CNsmWBDhPnT81gbd2cZrClRhBaNEjr eMTY9JP7dGJsgRYuAFR59q8JK95dcXHZ3ip9bSI90ZHbSrLQjAgoI0eBCu8ncfswp+Ys wyTw== X-Received: by 10.194.201.103 with SMTP id jz7mr8478799wjc.14.1423748998386; Thu, 12 Feb 2015 05:49:58 -0800 (PST) Received: from localhost.localdomain ([89.202.204.147]) by mx.google.com with ESMTPSA id z6sm2628836wix.20.2015.02.12.05.49.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 12 Feb 2015 05:49:57 -0800 (PST) From: Angelo Compagnucci To: buildroot@buildroot.net Date: Thu, 12 Feb 2015 14:49:31 +0100 Message-Id: <1423748972-17471-3-git-send-email-angelo.compagnucci@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1423748972-17471-1-git-send-email-angelo.compagnucci@gmail.com> References: <1423748972-17471-1-git-send-email-angelo.compagnucci@gmail.com> Subject: [Buildroot] [PATCH v4 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 Acked-by: "Yann E. MORIN" --- 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: