Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Buidroot zic command
       [not found] <CAK6UBYnckKz+jEULybXADyGk-C+xL6-mEFNEOXqsvfYfz+YcyQ@mail.gmail.com>
@ 2014-09-22 11:34 ` Samuel Martin
  2014-09-22 11:39   ` Samuel Martin
  2014-09-22 16:46   ` Yann E. MORIN
  0 siblings, 2 replies; 4+ messages in thread
From: Samuel Martin @ 2014-09-22 11:34 UTC (permalink / raw)
  To: buildroot

Hi,

Please put Buildroot mailling in cc, since some people may wonder the
same thing, and others will be able to help.

On Mon, Sep 22, 2014 at 12:25 PM, Idoia Mazkiaran Zelaia
<idoia.mazkiaran@gmail.com> wrote:
> Hello Samuel,
> I would like to know how can we have the zic command in Buildroot rootfs
> when the toolchain is external and for instance it is not a libc compiler.
>
> Because we have already choosen in Buildroot 2014.08 Install time zone info,
> but here comes only the zone information in /usr/share/zoneinfo but not the
> zic command to create our own zone in execution time.
>

The zic program is a host program that is installed in
<output>/host/usr/bin/zic.
It belongs to the zip package (that is part of the Buildroot 2014.08
release) which is automatically selected when you select tzdata or
tzdump.

There is currently no rule to build and install the zic package for the target.

If you need it in the target rootfs, you can add the commands to build
and install the the package for the target.
If you do so, don't forget to post your patch to the mailling-list
[1], so the whole Buildroot community will benefit from your changes.
;-)

> Thanks a lot,
> Best Regards,
>
> Idoia Mazkiaran.

Regards,

-- 
Samuel

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

* [Buildroot] Buidroot zic command
  2014-09-22 11:34 ` [Buildroot] Buidroot zic command Samuel Martin
@ 2014-09-22 11:39   ` Samuel Martin
  2014-09-22 16:46   ` Yann E. MORIN
  1 sibling, 0 replies; 4+ messages in thread
From: Samuel Martin @ 2014-09-22 11:39 UTC (permalink / raw)
  To: buildroot

Ooops! forgot the manual link.

On Mon, Sep 22, 2014 at 1:34 PM, Samuel Martin <s.martin49@gmail.com> wrote:
> Hi,
>
> Please put Buildroot mailling in cc, since some people may wonder the
> same thing, and others will be able to help.
>
> On Mon, Sep 22, 2014 at 12:25 PM, Idoia Mazkiaran Zelaia
> <idoia.mazkiaran@gmail.com> wrote:
>> Hello Samuel,
>> I would like to know how can we have the zic command in Buildroot rootfs
>> when the toolchain is external and for instance it is not a libc compiler.
>>
>> Because we have already choosen in Buildroot 2014.08 Install time zone info,
>> but here comes only the zone information in /usr/share/zoneinfo but not the
>> zic command to create our own zone in execution time.
>>
>
> The zic program is a host program that is installed in
> <output>/host/usr/bin/zic.
> It belongs to the zip package (that is part of the Buildroot 2014.08
> release) which is automatically selected when you select tzdata or
> tzdump.
>
> There is currently no rule to build and install the zic package for the target.
>
> If you need it in the target rootfs, you can add the commands to build
> and install the the package for the target.
> If you do so, don't forget to post your patch to the mailling-list
> [1], so the whole Buildroot community will benefit from your changes.
> ;-)
>

[1] http://buildroot.net/downloads/manual/manual.html#submitting-patches


-- 
Samuel

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

* [Buildroot] Buidroot zic command
  2014-09-22 11:34 ` [Buildroot] Buidroot zic command Samuel Martin
  2014-09-22 11:39   ` Samuel Martin
@ 2014-09-22 16:46   ` Yann E. MORIN
  2014-09-22 19:25     ` Richard Braun
  1 sibling, 1 reply; 4+ messages in thread
From: Yann E. MORIN @ 2014-09-22 16:46 UTC (permalink / raw)
  To: buildroot

Idoia, All,

On 2014-09-22 13:34 +0200, Samuel Martin spake thusly:
> Please put Buildroot mailling in cc, since some people may wonder the
> same thing, and others will be able to help.

Indeed.

You sent Samuel a private mail. You sent me a private mail. Who else di
you send a private mail, too? This is considered bad practice. You're
lucky you even get a response at all.

> On Mon, Sep 22, 2014 at 12:25 PM, Idoia Mazkiaran Zelaia
> <idoia.mazkiaran@gmail.com> wrote:
> > Hello Samuel,
> > I would like to know how can we have the zic command in Buildroot rootfs
> > when the toolchain is external and for instance it is not a libc compiler.
> >
> > Because we have already choosen in Buildroot 2014.08 Install time zone info,
> > but here comes only the zone information in /usr/share/zoneinfo but not the
> > zic command to create our own zone in execution time.
> >
> 
> The zic program is a host program that is installed in
> <output>/host/usr/bin/zic.
> It belongs to the zip package (that is part of the Buildroot 2014.08

s/zip/zic/

> release) which is automatically selected when you select tzdata or
> tzdump.
> 
> There is currently no rule to build and install the zic package for the target.

That's because zic is needed at build time, not at runtime. The prupose
of zic is to assemble the timezone info, which is what is needed on the
target.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  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] 4+ messages in thread

* [Buildroot] Buidroot zic command
  2014-09-22 16:46   ` Yann E. MORIN
@ 2014-09-22 19:25     ` Richard Braun
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Braun @ 2014-09-22 19:25 UTC (permalink / raw)
  To: buildroot

On Mon, Sep 22, 2014 at 06:46:37PM +0200, Yann E. MORIN wrote:
> Idoia, All,
> 
> On 2014-09-22 13:34 +0200, Samuel Martin spake thusly:
> > Please put Buildroot mailling in cc, since some people may wonder the
> > same thing, and others will be able to help.
> 
> Indeed.
> 
> You sent Samuel a private mail. You sent me a private mail. Who else di
> you send a private mail, too? This is considered bad practice. You're
> lucky you even get a response at all.

Well, me, and yes, it's considered rude. Also, being the author doesn't
mean I maintain it, so really, contact the maintainers, and this is
usually done by sending to the mailing list.

-- 
Richard Braun

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

end of thread, other threads:[~2014-09-22 19:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CAK6UBYnckKz+jEULybXADyGk-C+xL6-mEFNEOXqsvfYfz+YcyQ@mail.gmail.com>
2014-09-22 11:34 ` [Buildroot] Buidroot zic command Samuel Martin
2014-09-22 11:39   ` Samuel Martin
2014-09-22 16:46   ` Yann E. MORIN
2014-09-22 19:25     ` Richard Braun

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