* [Buildroot] base busybox version for buildroot?
@ 2006-07-27 6:45 Drew Cohan
2006-07-27 11:38 ` Erik Andersen
0 siblings, 1 reply; 6+ messages in thread
From: Drew Cohan @ 2006-07-27 6:45 UTC (permalink / raw)
To: buildroot
Hi,
Is the base busybox version for buildroot is now 1.2.0, instead of
1.1.3? Is there a buildroot config somewhere that determines which
version of busybox is used, or is it just based on the date of the
buildroot package (builds after 30 June 2006 use busybox 1.2.0)?
There seems to have been a file size change recently, just curious
what that might have been:
buildroot-20060710.t..> 10-Jul-2006 00:17 3.8M
buildroot-20060711.t..> 11-Jul-2006 00:17 4.3M
TIA,
Drew
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] base busybox version for buildroot?
2006-07-27 6:45 [Buildroot] base busybox version for buildroot? Drew Cohan
@ 2006-07-27 11:38 ` Erik Andersen
2006-08-01 0:12 ` Rob Landley
0 siblings, 1 reply; 6+ messages in thread
From: Erik Andersen @ 2006-07-27 11:38 UTC (permalink / raw)
To: buildroot
On Thu Jul 27, 2006 at 09:44:42AM -0400, Drew Cohan wrote:
> Hi,
>
> Is the base busybox version for buildroot is now 1.2.0, instead of
> 1.1.3? Is there a buildroot config somewhere that determines which
> version of busybox is used, or is it just based on the date of the
> buildroot package (builds after 30 June 2006 use busybox 1.2.0)?
> There seems to have been a file size change recently, just curious
> what that might have been:
>
> buildroot-20060710.t..> 10-Jul-2006 00:17 3.8M
> buildroot-20060711.t..> 11-Jul-2006 00:17 4.3M
It probably makes sense at this point to have configurable
busybox versions (as with gcc and binuitls) with a specific
default config for each.
-Erik
--
Erik B. Andersen http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] base busybox version for buildroot?
2006-07-27 11:38 ` Erik Andersen
@ 2006-08-01 0:12 ` Rob Landley
2006-08-01 0:15 ` Marc Lindahl
0 siblings, 1 reply; 6+ messages in thread
From: Rob Landley @ 2006-08-01 0:12 UTC (permalink / raw)
To: buildroot
On Thursday 27 July 2006 2:37 pm, Erik Andersen wrote:
> On Thu Jul 27, 2006 at 09:44:42AM -0400, Drew Cohan wrote:
> > Hi,
> >
> > Is the base busybox version for buildroot is now 1.2.0, instead of
> > 1.1.3? Is there a buildroot config somewhere that determines which
> > version of busybox is used, or is it just based on the date of the
> > buildroot package (builds after 30 June 2006 use busybox 1.2.0)?
> > There seems to have been a file size change recently, just curious
> > what that might have been:
> >
> > buildroot-20060710.t..> 10-Jul-2006 00:17 3.8M
> > buildroot-20060711.t..> 11-Jul-2006 00:17 4.3M
>
> It probably makes sense at this point to have configurable
> busybox versions (as with gcc and binuitls) with a specific
> default config for each.
I still think the latest release version is all you need, but what do I
know? :)
Trying to test our nightly snapshots gets you into fun areas like the -Werror
stuff where the build breaks on warnings as if they were errors, which works
fine on gcc 4.0 and earlier under i386, but not so well on gcc 4.1 which
produces _stupid_ warnings for things that are _not_ broken...
Sigh. Tweaked the makefiles today so gcc 4.1 doesn't have -Werror because I
don't think we're _ever_ going to fix some of those. That compiler version
is just _broken_...
Rob
--
Never bet against the cheap plastic solution.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] base busybox version for buildroot?
2006-08-01 0:12 ` Rob Landley
@ 2006-08-01 0:15 ` Marc Lindahl
2006-08-01 0:37 ` Rob Landley
0 siblings, 1 reply; 6+ messages in thread
From: Marc Lindahl @ 2006-08-01 0:15 UTC (permalink / raw)
To: buildroot
On Jul 31, 2006, at 8:12 PM, Rob Landley wrote:
> On Thursday 27 July 2006 2:37 pm, Erik Andersen wrote:
>> On Thu Jul 27, 2006 at 09:44:42AM -0400, Drew Cohan wrote:
>>> Hi,
>>>
>>> Is the base busybox version for buildroot is now 1.2.0, instead of
>>> 1.1.3? Is there a buildroot config somewhere that determines which
>>> version of busybox is used, or is it just based on the date of the
>>> buildroot package (builds after 30 June 2006 use busybox 1.2.0)?
>>> There seems to have been a file size change recently, just curious
>>> what that might have been:
>>>
>>> buildroot-20060710.t..> 10-Jul-2006 00:17 3.8M
>>> buildroot-20060711.t..> 11-Jul-2006 00:17 4.3M
>>
>> It probably makes sense at this point to have configurable
>> busybox versions (as with gcc and binuitls) with a specific
>> default config for each.
>
> I still think the latest release version is all you need, but what do I
> know? :)
>
If you're building an embedded system you definitely want control over
the version... so you can freeze it once everything works, and ship it!
:)
just my $0.002
Marc
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] base busybox version for buildroot?
2006-08-01 0:15 ` Marc Lindahl
@ 2006-08-01 0:37 ` Rob Landley
0 siblings, 0 replies; 6+ messages in thread
From: Rob Landley @ 2006-08-01 0:37 UTC (permalink / raw)
To: buildroot
On Monday 31 July 2006 8:15 pm, Marc Lindahl wrote:
> If you're building an embedded system you definitely want control over
> the version... so you can freeze it once everything works, and ship it!
> :)
So you don't want to breeze buildroot itself (thus freezing the version it
considers "stable")?
Admittedly this would be easier if buildroot ever actually had releases...
Rob
--
Never bet against the cheap plastic solution.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] base busybox version for buildroot?
@ 2006-07-27 12:00 Daniels, Brian
0 siblings, 0 replies; 6+ messages in thread
From: Daniels, Brian @ 2006-07-27 12:00 UTC (permalink / raw)
To: buildroot
> Hi,
>
> Is the base busybox version for buildroot is now 1.2.0,
> instead of 1.1.3? Is there a buildroot config somewhere that
> determines which version of busybox is used, or is it just
> based on the date of the buildroot package (builds after 30
> June 2006 use busybox 1.2.0)?
> There seems to have been a file size change recently, just
> curious what that might have been:
>
> buildroot-20060710.t..> 10-Jul-2006 00:17 3.8M
> buildroot-20060711.t..> 11-Jul-2006 00:17 4.3M
You can configure the busybox version through the BUSYBOX_VER variable
in package/busybox/busybox.mk.
Brian Daniels
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-08-01 0:37 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-27 6:45 [Buildroot] base busybox version for buildroot? Drew Cohan
2006-07-27 11:38 ` Erik Andersen
2006-08-01 0:12 ` Rob Landley
2006-08-01 0:15 ` Marc Lindahl
2006-08-01 0:37 ` Rob Landley
-- strict thread matches above, loose matches on Subject: below --
2006-07-27 12:00 Daniels, Brian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox