Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] legacy sources in svn
@ 2008-03-28 21:06 Nigel Kukard
  2008-03-28 21:14 ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Nigel Kukard @ 2008-03-28 21:06 UTC (permalink / raw)
  To: buildroot

Is there a reason for example that there are removed gcc versions still
in toolchain/gcc/x.y.z ?

Are they kept there incase someone needs to build an older version?

Surely they can get the old patches from svn? I mean, the versions are
mostly removed from all Config.in and .mk files anyway?

Or maybe I"m missing something obvious?

-N
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://busybox.net/lists/buildroot/attachments/20080328/cae9f5b5/attachment-0001.pgp 

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

* [Buildroot] legacy sources in svn
  2008-03-28 21:06 [Buildroot] legacy sources in svn Nigel Kukard
@ 2008-03-28 21:14 ` Peter Korsgaard
  2008-03-29 12:08   ` Will Newton
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2008-03-28 21:14 UTC (permalink / raw)
  To: buildroot

>>>>> "Nigel" == Nigel Kukard <nkukard@lbsd.net> writes:

 Nigel> Is there a reason for example that there are removed gcc
 Nigel> versions still in toolchain/gcc/x.y.z ?

 Nigel> Are they kept there incase someone needs to build an older version?

I think people simply forget to remove them when they remove the
Kconfig stuff - I have lately been cleaning up the uClibc patches that
weren't used any more.

 Nigel> Surely they can get the old patches from svn? I mean, the
 Nigel> versions are mostly removed from all Config.in and .mk files
 Nigel> anyway?

Exactly, feel free to remove them.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] legacy sources in svn
  2008-03-28 21:14 ` Peter Korsgaard
@ 2008-03-29 12:08   ` Will Newton
  2008-03-29 12:23     ` Nigel Kukard
  2008-03-29 12:29     ` Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Will Newton @ 2008-03-29 12:08 UTC (permalink / raw)
  To: buildroot

On Fri, Mar 28, 2008 at 9:14 PM, Peter Korsgaard <jacmet@uclibc.org> wrote:
> >>>>> "Nigel" == Nigel Kukard <nkukard@lbsd.net> writes:
>
>   Nigel> Is there a reason for example that there are removed gcc
>   Nigel> versions still in toolchain/gcc/x.y.z ?
>
>   Nigel> Are they kept there incase someone needs to build an older version?
>
>  I think people simply forget to remove them when they remove the
>  Kconfig stuff - I have lately been cleaning up the uClibc patches that
>  weren't used any more.
>
>   Nigel> Surely they can get the old patches from svn? I mean, the
>   Nigel> versions are mostly removed from all Config.in and .mk files
>   Nigel> anyway?
>
>  Exactly, feel free to remove them.

I have some concerns about this. People may want to keep stable
toolchains to avoid bugs in newer versions or for QA purposes.
Removing working configurations in the name of "tidying up" sounds
like a bad idea to me.

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

* [Buildroot] legacy sources in svn
  2008-03-29 12:08   ` Will Newton
@ 2008-03-29 12:23     ` Nigel Kukard
  2008-03-29 12:29     ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Nigel Kukard @ 2008-03-29 12:23 UTC (permalink / raw)
  To: buildroot

> >
> >  I think people simply forget to remove them when they remove the
> >  Kconfig stuff - I have lately been cleaning up the uClibc patches
> that
> >  weren't used any more.
> >
> >   Nigel> Surely they can get the old patches from svn? I mean, the
> >   Nigel> versions are mostly removed from all Config.in and .mk
> files
> >   Nigel> anyway?
> >
> >  Exactly, feel free to remove them.
> 
> I have some concerns about this. People may want to keep stable
> toolchains to avoid bugs in newer versions or for QA purposes.
> Removing working configurations in the name of "tidying up" sounds
> like a bad idea to me.

The versions I'm referring to aren't even available in the menuconfig,
nor is there any config for them in the makefiles or config.in magic
anymore.


-N
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://busybox.net/lists/buildroot/attachments/20080329/a67fd1c9/attachment.pgp 

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

* [Buildroot] legacy sources in svn
  2008-03-29 12:08   ` Will Newton
  2008-03-29 12:23     ` Nigel Kukard
@ 2008-03-29 12:29     ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2008-03-29 12:29 UTC (permalink / raw)
  To: buildroot

>>>>> "Will" == Will Newton <will.newton@gmail.com> writes:

Hi,

 >> Exactly, feel free to remove them.

 Will> I have some concerns about this. People may want to keep stable
 Will> toolchains to avoid bugs in newer versions or for QA purposes.
 Will> Removing working configurations in the name of "tidying up" sounds
 Will> like a bad idea to me.

The question was about removing old patches that aren't used (the
versions cannot be selected) anymore.

Regarding updating versions - We do that all the time (and have to do
so as bugs are found in old versions or they simply no longer
available upstream). If you want to keep a stable environment, you
should simply not update your buildroot snapshot.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2008-03-29 12:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-28 21:06 [Buildroot] legacy sources in svn Nigel Kukard
2008-03-28 21:14 ` Peter Korsgaard
2008-03-29 12:08   ` Will Newton
2008-03-29 12:23     ` Nigel Kukard
2008-03-29 12:29     ` Peter Korsgaard

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