Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Changing the selection of kernel in buildroot
@ 2009-03-16  7:44 T.Y. Lai
  2009-03-16  7:46 ` T.Y. Lai
  2009-03-16  7:50 ` Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: T.Y. Lai @ 2009-03-16  7:44 UTC (permalink / raw)
  To: buildroot


Hi,
Is there a method the default kernel selection that is found in buildroot?
The reason for doing so is due to the reason that I'm looking for 
kernel 2.6.20.13and gcc 3.4.6
I did look through the repository but I am only able to locate the recent release (2009)
For the configuration that I am look for should be around the year 2006~2007
Sorry for my ignorance, I'm pretty new to buildroot
Regards,Eric
_________________________________________________________________
More than messages?check out the rest of the Windows Live?.
http://www.microsoft.com/windows/windowslive/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090316/de39411a/attachment-0001.htm>

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

* [Buildroot] Changing the selection of kernel in buildroot
  2009-03-16  7:44 [Buildroot] Changing the selection of kernel in buildroot T.Y. Lai
@ 2009-03-16  7:46 ` T.Y. Lai
  2009-03-16  7:50 ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: T.Y. Lai @ 2009-03-16  7:46 UTC (permalink / raw)
  To: buildroot


Sorry for the typo
I do mean
Is there a method to change the default kernel selection that is found in buildroot?
From: d_unno@hotmail.com
To: buildroot at busybox.net
Date: Mon, 16 Mar 2009 15:44:21 +0800
Subject: [Buildroot] Changing the selection of kernel in buildroot








Hi,
Is there a method the default kernel selection that is found in buildroot?
The reason for doing so is due to the reason that I'm looking for 
kernel 2.6.20.13and gcc 3.4.6
I did look through the repository but I am only able to locate the recent release (2009)
For the configuration that I am look for should be around the year 2006~2007
Sorry for my ignorance, I'm pretty new to buildroot
Regards,Eric
check out the rest of the Windows Live?.
More than mail?Windows Live? goes way beyond your inbox.
 More than messages
_________________________________________________________________
NEW! Get Windows Live FREE.
http://www.get.live.com/wl/all
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090316/40182d8a/attachment.htm>

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

* [Buildroot] Changing the selection of kernel in buildroot
  2009-03-16  7:44 [Buildroot] Changing the selection of kernel in buildroot T.Y. Lai
  2009-03-16  7:46 ` T.Y. Lai
@ 2009-03-16  7:50 ` Peter Korsgaard
  2009-03-16  8:21   ` T.Y. Lai
  1 sibling, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2009-03-16  7:50 UTC (permalink / raw)
  To: buildroot

>>>>> "T" == T Y Lai <d_unno@hotmail.com> writes:

 T> Hi,
 T> Is there a method the default kernel selection that is found in buildroot?

 T> The reason for doing so is due to the reason that I'm looking for?

 T> kernel 2.6.20.13
 T> and gcc 3.4.6

Why do you want to use so ancient versions? The 2009.02 release has
gcc 3.4.6 and 26.20.20 (when you enable build options -> show packages
that are deprecated), but they are removed from svn trunk.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] Changing the selection of kernel in buildroot
  2009-03-16  7:50 ` Peter Korsgaard
@ 2009-03-16  8:21   ` T.Y. Lai
  2009-03-16  8:38     ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: T.Y. Lai @ 2009-03-16  8:21 UTC (permalink / raw)
  To: buildroot



Hi,
I'm working on RTAI with arm which support kernel is 2.6.20.13 and gcc 3.4.6I did try out the oldest 2006 release with kernel 2.6.12 which i can find on the webIt causes some kernel oops with the release, most probably is the issue on the kernel header while building the toolchain.
Is there any method which i can get my hands on 2.6.20.13 release?else I'll have to give 2009.02 release a shot or roll out my own toolchain.
Thanks!Eric
> To: d_unno at hotmail.com
> CC: buildroot at busybox.net
> Subject: Re: [Buildroot] Changing the selection of kernel in buildroot
> From: jacmet at uclibc.org
> Date: Mon, 16 Mar 2009 08:50:49 +0100
> 
>>>>>> "T" == T Y Lai <d_unno@hotmail.com> writes:
> 
>  T> Hi,
>  T> Is there a method the default kernel selection that is found in buildroot?
> 
>  T> The reason for doing so is due to the reason that I'm looking for 
> 
>  T> kernel 2.6.20.13
>  T> and gcc 3.4.6
> 
> Why do you want to use so ancient versions? The 2009.02 release has
> gcc 3.4.6 and 26.20.20 (when you enable build options -> show packages
> that are deprecated), but they are removed from svn trunk.
> 
> -- 
> Bye, Peter Korsgaard

_________________________________________________________________
NEW! Get Windows Live FREE.
http://www.get.live.com/wl/all
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090316/e06ed22e/attachment.htm>

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

* [Buildroot] Changing the selection of kernel in buildroot
  2009-03-16  8:21   ` T.Y. Lai
@ 2009-03-16  8:38     ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2009-03-16  8:38 UTC (permalink / raw)
  To: buildroot

>>>>> "T" == T Y Lai <d_unno@hotmail.com> writes:

 T> Hi,

 T> I'm working on RTAI with arm which support kernel is 2.6.20.13 and
 T> gcc 3.4.6

Poor you ;)

 T> I did try out the oldest 2006 release with kernel 2.6.12 which i
 T> can find on the web It causes some kernel oops with the release,?
 T> most probably is the issue on the kernel header while building the
 T> toolchain.

 T> Is there any method which i can get my hands on 2.6.20.13 release?
 T> else I'll have to give 2009.02 release a shot or roll out my own
 T> toolchain.

I would be very surprised if the change from 2.6.20.13 -> 2.6.20.20
would make any difference, but you could always edit
toolchain/kernel-headers/Config.in to change 2.6.20.20 to 2.6.20.13 at
the bottom, and then run make oldconfig; rm -rf *build_*; make to test
it.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2009-03-16  8:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-16  7:44 [Buildroot] Changing the selection of kernel in buildroot T.Y. Lai
2009-03-16  7:46 ` T.Y. Lai
2009-03-16  7:50 ` Peter Korsgaard
2009-03-16  8:21   ` T.Y. Lai
2009-03-16  8:38     ` Peter Korsgaard

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