* [Buildroot] offline buiding
@ 2007-01-03 8:51 Steven Woody
2007-01-03 9:35 ` Ulf Samuelsson
2007-01-03 9:35 ` [Buildroot] " Philippe Ney
0 siblings, 2 replies; 9+ messages in thread
From: Steven Woody @ 2007-01-03 8:51 UTC (permalink / raw)
To: buildroot
hi,
i am about to use buidroot to build a cross toolchain on a linux host.
but the host does not get an internet connection. after read the
intro of buildroot, i found it need to grab files on internet in the
building process. is there an offline building mode? thanks.
--
woody
then sun rose thinly from the sea and the old man could see the other
boats, low on the water and well in toward the shore, spread out
across the current.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] offline buiding
2007-01-03 8:51 [Buildroot] offline buiding Steven Woody
@ 2007-01-03 9:35 ` Ulf Samuelsson
2007-01-03 9:49 ` Steven Woody
2007-01-03 9:35 ` [Buildroot] " Philippe Ney
1 sibling, 1 reply; 9+ messages in thread
From: Ulf Samuelsson @ 2007-01-03 9:35 UTC (permalink / raw)
To: buildroot
> hi,
>
> i am about to use buidroot to build a cross toolchain on a linux host.
> but the host does not get an internet connection. after read the
> intro of buildroot, i found it need to grab files on internet in the
> building process. is there an offline building mode? thanks.
>
> --
> woody
buildroot caches everything to the "buildroot/dl" directory
(This can be changed by "make menuconfig")
so if you put all needed packages in that directory, you
do not need to have to be online.
Best Regards
Ulf Samuelsson
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] offline buiding
2007-01-03 8:51 [Buildroot] offline buiding Steven Woody
2007-01-03 9:35 ` Ulf Samuelsson
@ 2007-01-03 9:35 ` Philippe Ney
1 sibling, 0 replies; 9+ messages in thread
From: Philippe Ney @ 2007-01-03 9:35 UTC (permalink / raw)
To: buildroot
> hi,
>
> i am about to use buidroot to build a cross toolchain on a linux host.
> but the host does not get an internet connection. after read the
> intro of buildroot, i found it need to grab files on internet in the
> building process. is there an offline building mode? thanks.
Hi,
Get all the source packages and put it in the dl directory of your
buildroot root.
Philippe
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] offline buiding
2007-01-03 9:35 ` Ulf Samuelsson
@ 2007-01-03 9:49 ` Steven Woody
2007-01-03 12:15 ` Bernhard Fischer
0 siblings, 1 reply; 9+ messages in thread
From: Steven Woody @ 2007-01-03 9:49 UTC (permalink / raw)
To: buildroot
On 1/3/07, Ulf Samuelsson <ulf@atmel.com> wrote:
> > hi,
> >
> > i am about to use buidroot to build a cross toolchain on a linux host.
> > but the host does not get an internet connection. after read the
> > intro of buildroot, i found it need to grab files on internet in the
> > building process. is there an offline building mode? thanks.
> >
> > --
> > woody
>
> buildroot caches everything to the "buildroot/dl" directory
> (This can be changed by "make menuconfig")
> so if you put all needed packages in that directory, you
> do not need to have to be online.
>
> Best Regards
> Ulf Samuelsson
>
thank you all!
--
woody
then sun rose thinly from the sea and the old man could see the other
boats, low on the water and well in toward the shore, spread out
across the current.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] offline buiding
2007-01-03 9:49 ` Steven Woody
@ 2007-01-03 12:15 ` Bernhard Fischer
2007-01-03 13:10 ` [Buildroot] [PATCH] " Petr Stetiar
0 siblings, 1 reply; 9+ messages in thread
From: Bernhard Fischer @ 2007-01-03 12:15 UTC (permalink / raw)
To: buildroot
On Wed, Jan 03, 2007 at 05:49:33PM +0800, Steven Woody wrote:
>On 1/3/07, Ulf Samuelsson <ulf@atmel.com> wrote:
>> > hi,
>> >
>> > i am about to use buidroot to build a cross toolchain on a linux host.
>> > but the host does not get an internet connection. after read the
>> > intro of buildroot, i found it need to grab files on internet in the
>> > building process. is there an offline building mode? thanks.
>> >
>> > --
>> > woody
>>
>> buildroot caches everything to the "buildroot/dl" directory
>> (This can be changed by "make menuconfig")
>> so if you put all needed packages in that directory, you
>> do not need to have to be online.
>>
>> Best Regards
>> Ulf Samuelsson
>>
>
>thank you all!
You can
$ make source
to automatically download all configured source tarballs for later
offline use.
Note that several packages are a bit buggy in this respect since they
lack a
foo-source:
target. These need to be fixed. Patches are -- as always -- welcome.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH] Re: offline buiding
2007-01-03 12:15 ` Bernhard Fischer
@ 2007-01-03 13:10 ` Petr Stetiar
2007-01-03 13:47 ` Bernhard Fischer
0 siblings, 1 reply; 9+ messages in thread
From: Petr Stetiar @ 2007-01-03 13:10 UTC (permalink / raw)
To: buildroot
Bernhard Fischer <rep.nop@aon.at> [2007-01-03 13:15:56]:
> Note that several packages are a bit buggy in this respect since they lack a
> foo-source: target. These need to be fixed. Patches are -- as always --
> welcome.
Attached patch should add these missing targets.
-- ynezz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: source_target.patch.gz
Type: application/octet-stream
Size: 983 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20070103/19f5cbc9/attachment-0001.obj
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH] Re: offline buiding
2007-01-03 13:10 ` [Buildroot] [PATCH] " Petr Stetiar
@ 2007-01-03 13:47 ` Bernhard Fischer
2007-01-03 14:28 ` Steven Woody
0 siblings, 1 reply; 9+ messages in thread
From: Bernhard Fischer @ 2007-01-03 13:47 UTC (permalink / raw)
To: buildroot
On Wed, Jan 03, 2007 at 02:10:09PM +0100, Petr Stetiar wrote:
>Bernhard Fischer <rep.nop@aon.at> [2007-01-03 13:15:56]:
>
>> Note that several packages are a bit buggy in this respect since they lack a
>> foo-source: target. These need to be fixed. Patches are -- as always --
>> welcome.
>
>Attached patch should add these missing targets.
The convention is to put the foo-source target just below the rule to
download the source (plus eventual patches) so it's easier to see if the
-source needs adjustment to include eventual patches.
I corrected your patch accordingly (r17143).
Thanks!
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH] Re: offline buiding
2007-01-03 13:47 ` Bernhard Fischer
@ 2007-01-03 14:28 ` Steven Woody
2007-01-03 14:39 ` Bernhard Fischer
0 siblings, 1 reply; 9+ messages in thread
From: Steven Woody @ 2007-01-03 14:28 UTC (permalink / raw)
To: buildroot
On 1/3/07, Bernhard Fischer <rep.nop@aon.at> wrote:
> On Wed, Jan 03, 2007 at 02:10:09PM +0100, Petr Stetiar wrote:
> >Bernhard Fischer <rep.nop@aon.at> [2007-01-03 13:15:56]:
> >
> >> Note that several packages are a bit buggy in this respect since they lack a
> >> foo-source: target. These need to be fixed. Patches are -- as always --
> >> welcome.
> >
> >Attached patch should add these missing targets.
>
> The convention is to put the foo-source target just below the rule to
> download the source (plus eventual patches) so it's easier to see if the
> -source needs adjustment to include eventual patches.
>
> I corrected your patch accordingly (r17143).
> Thanks!
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
>
:-( i cann't understand what you said 'foo-source' and the purpose of
the patch. i think i will go to manually grab the tallballs needed.
it might be easier to me.
--
woody
then sun rose thinly from the sea and the old man could see the other
boats, low on the water and well in toward the shore, spread out
across the current.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH] Re: offline buiding
2007-01-03 14:28 ` Steven Woody
@ 2007-01-03 14:39 ` Bernhard Fischer
0 siblings, 0 replies; 9+ messages in thread
From: Bernhard Fischer @ 2007-01-03 14:39 UTC (permalink / raw)
To: buildroot
On Wed, Jan 03, 2007 at 10:28:13PM +0800, Steven Woody wrote:
>On 1/3/07, Bernhard Fischer <rep.nop@aon.at> wrote:
>>On Wed, Jan 03, 2007 at 02:10:09PM +0100, Petr Stetiar wrote:
>>>Bernhard Fischer <rep.nop@aon.at> [2007-01-03 13:15:56]:
>>>
>>>> Note that several packages are a bit buggy in this respect since they
>>lack a
>>>> foo-source: target. These need to be fixed. Patches are -- as always --
>>>> welcome.
>>>
>>>Attached patch should add these missing targets.
>>
>>The convention is to put the foo-source target just below the rule to
>>download the source (plus eventual patches) so it's easier to see if the
>>-source needs adjustment to include eventual patches.
>>
>>I corrected your patch accordingly (r17143).
>>Thanks!
>>_______________________________________________
>>buildroot mailing list
>>buildroot at uclibc.org
>>http://busybox.net/mailman/listinfo/buildroot
>>
>
>:-( i cann't understand what you said 'foo-source' and the purpose of
>the patch. i think i will go to manually grab the tallballs needed.
>it might be easier to me.
The foo-source was directed to Petr.
Either download the tarballs manually, or use a host with an
internet-connection. On that connected host, adjust your .config that
you want to build offline and issue
$ make source
Then transfer the content of the "dl" dir to your offline-host.
HTH,
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2007-01-03 14:39 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-03 8:51 [Buildroot] offline buiding Steven Woody
2007-01-03 9:35 ` Ulf Samuelsson
2007-01-03 9:49 ` Steven Woody
2007-01-03 12:15 ` Bernhard Fischer
2007-01-03 13:10 ` [Buildroot] [PATCH] " Petr Stetiar
2007-01-03 13:47 ` Bernhard Fischer
2007-01-03 14:28 ` Steven Woody
2007-01-03 14:39 ` Bernhard Fischer
2007-01-03 9:35 ` [Buildroot] " Philippe Ney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox