Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/7 v3] Setting timezone for uClibc, and setting localtime
@ 2014-03-03 22:10 Yann E. MORIN
  2014-03-03 22:10 ` [Buildroot] [PATCH 1/7] system: make the zoneinfo list a system option Yann E. MORIN
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Yann E. MORIN @ 2014-03-03 22:10 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Hello All!

Here is a series that adds the possibility to:

  - install the timezone info for uClibc; currently, that was only
    supported for glibc or eglibc-based systems. Thanks to Alexandre's
    packaging of tzdump, we can generate zoneinfo for uClibc, too.

  - set a default localtime for the system, for both *glibc-based
    systems and uClibc-based systems.

Unfortunately, musl-based systems are still left behind for now.
This is not too bad, as musl is not yet widely available.

Regards,
Yann E. MORIN.


----------------------------------------------------------------
Alexandre Belloni (3):
      tzdata: allow host build
      tzdump: new host package
      tz: new package

Yann E. MORIN (4):
      system: make the zoneinfo list a system option
      system: add selection of a default localtime
      package/zic: install header
      system: allow setting the local timezone for uClibc

 Config.in.legacy         | 15 +++++++++++++++
 package/Config.in        |  1 +
 package/tz/Config.in     |  4 ++++
 package/tz/tz.mk         | 30 ++++++++++++++++++++++++++++++
 package/tzdata/Config.in | 23 +++--------------------
 package/tzdata/tzdata.mk | 31 ++++++++++++++++++++++++++++---
 package/tzdump/tzdump.mk | 24 ++++++++++++++++++++++++
 package/zic/zic.mk       |  2 ++
 system/Config.in         | 40 ++++++++++++++++++++++++++++++++++++++++
 9 files changed, 147 insertions(+), 23 deletions(-)
 create mode 100644 package/tz/Config.in
 create mode 100644 package/tz/tz.mk
 create mode 100644 package/tzdump/tzdump.mk

-- 
.-----------------.--------------------.------------------.--------------------.
|  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.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-03-07 22:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-03 22:10 [Buildroot] [PATCH 0/7 v3] Setting timezone for uClibc, and setting localtime Yann E. MORIN
2014-03-03 22:10 ` [Buildroot] [PATCH 1/7] system: make the zoneinfo list a system option Yann E. MORIN
2014-03-03 22:10 ` [Buildroot] [PATCH 2/7] system: add selection of a default localtime Yann E. MORIN
2014-03-03 22:10 ` [Buildroot] [PATCH 3/7] tzdata: allow host build Yann E. MORIN
2014-03-03 22:10 ` [Buildroot] [PATCH 4/7] package/zic: install header Yann E. MORIN
2014-03-07 22:39   ` Thomas Petazzoni
2014-03-03 22:10 ` [Buildroot] [PATCH 5/7] tzdump: new host package Yann E. MORIN
2014-03-03 22:10 ` [Buildroot] [PATCH 6/7] tz: new package Yann E. MORIN
2014-03-03 22:10 ` [Buildroot] [PATCH 7/7] system: allow setting the local timezone for uClibc Yann E. MORIN
2014-03-03 22:20   ` Yann E. MORIN
2014-03-03 22:26   ` [Buildroot] [PATCH] " Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox