From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v4 2/3] system: Defaulting TZ_LOCALTIME to UTC
Date: Sun, 15 Feb 2015 15:13:13 +0100 [thread overview]
Message-ID: <20150215141313.GA4211@free.fr> (raw)
In-Reply-To: <1423748972-17471-3-git-send-email-angelo.compagnucci@gmail.com>
Angelo, All,
On 2015-02-12 14:49 +0100, Angelo Compagnucci spake thusly:
> 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@gmail.com>
I was at first a bit sceptic about the "Etc/" prefix, but indeed, UTC is
not a "top-level" timezone; I was confusing it with GMT, which is a
"top-level" timezone. So:
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
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:
> --
> 1.9.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2015-02-15 14:13 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-12 13:49 [Buildroot] [PATCH v4 0/3] Adding GTK# package Angelo Compagnucci
2015-02-12 13:49 ` [Buildroot] [PATCH v4 1/3] package/mono: enable mono library compilation Angelo Compagnucci
2015-02-14 6:58 ` Thomas Petazzoni
2015-02-14 8:53 ` Angelo Compagnucci
2015-02-14 9:17 ` Thomas Petazzoni
2015-02-14 9:19 ` Angelo Compagnucci
2015-02-14 9:24 ` Thomas Petazzoni
2015-02-12 13:49 ` [Buildroot] [PATCH v4 2/3] system: Defaulting TZ_LOCALTIME to UTC Angelo Compagnucci
2015-02-14 7:36 ` Thomas Petazzoni
2015-02-14 8:09 ` Angelo Compagnucci
2015-02-15 14:13 ` Yann E. MORIN [this message]
2015-02-21 22:47 ` Thomas Petazzoni
2015-02-12 13:49 ` [Buildroot] [PATCH v4 3/3] package/gtksharp: new package Angelo Compagnucci
2015-02-14 7:44 ` Thomas Petazzoni
2015-02-14 8:28 ` Angelo Compagnucci
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150215141313.GA4211@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.