Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Using an external Linux tree
@ 2009-05-11 17:53 Cliff Holden
  0 siblings, 0 replies; 4+ messages in thread
From: Cliff Holden @ 2009-05-11 17:53 UTC (permalink / raw)
  To: buildroot

Hi all,

I'm somewhat new to buildroot, but have been building kernels for a while.  I have a general question:

What is the proper procedure for using an external linux kernel tree in the build?  Our SCC system (source code control) is set up to have various kernel versions located in a particular location.  If I could get buildroot to "point" to this external kernel, it would be helpful.

I did try the "advanced" options that allows the specification of a kernel version and an external "patch" file, which is close, but the custom kernel I have is not set up as a set of patches.  I would like an option to simply specify the path of the kernel source for the build to use.

Any suggestions would be appreciated.

Thanks!!

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090511/f58222cd/attachment.htm>

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

* [Buildroot] Using an external Linux tree
@ 2010-02-15 11:22 Marc Garnier
  2010-02-15 17:43 ` Grant Edwards
  0 siblings, 1 reply; 4+ messages in thread
From: Marc Garnier @ 2010-02-15 11:22 UTC (permalink / raw)
  To: buildroot

Hi,

Have you found the solution?

*Cliff Holden* Cliff.Holden at Atheros.com 
<mailto:buildroot%40busybox.net?Subject=Re%3A%20%5BBuildroot%5D%20Using%20an%20external%20Linux%20tree&In-Reply-To=%3CD302D58E77B2A2448F54114C6F143271EC45E9F17E%40SC1EXMB-MBCL.global.atheros.com%3E>
/Mon May 11 17:53:32 UTC 2009/
------------------------------------------------------------------------

Hi all,

I'm somewhat new to buildroot, but have been building kernels for a while.  I have a general question:

What is the proper procedure for using an external linux kernel tree in the build?  
Our SCC system (source code control) is set up to have various kernel versions located in a particular location.  
If I could get buildroot to "point" to this external kernel, it would be helpful.

I did try the "advanced" options that allows the specification of a kernel version and an external "patch" file, 
which is close, but the custom kernel I have is not set up as a set of patches.  
I would like an option to simply specify the path of the kernel source for the build to use.

Any suggestions would be appreciated.

Thanks!!


-- 
///////////////////////////////////////////// 
Marc Garnier
R&D Certified Engineer

eMbedded Information Systems Institute (MIS)
University of Applied Sciences, Vaud
rue Galil?e 15
1400 Yverdon-les-Bains
Switzerland

Tel : +41 (0)24 423 97 71
Fax : +41 (0)24 423 97 59
URL : http://mis.heig-vd.ch

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

* [Buildroot] Using an external Linux tree
  2010-02-15 11:22 [Buildroot] Using an external Linux tree Marc Garnier
@ 2010-02-15 17:43 ` Grant Edwards
  2010-02-15 18:32   ` William Wagner
  0 siblings, 1 reply; 4+ messages in thread
From: Grant Edwards @ 2010-02-15 17:43 UTC (permalink / raw)
  To: buildroot

On 2010-02-15, Marc Garnier <marc.garnier@heig-vd.ch> wrote:

> *Cliff Holden* Cliff.Holden at Atheros.com:
>> I'm somewhat new to buildroot, but have been building kernels
>> for a while.  I have a general question:
>>
>> What is the proper procedure for using an external linux
>> kernel tree in the build?  Our SCC system (source code
>> control) is set up to have various kernel versions located in
>> a particular location.  If I could get buildroot to "point" to
>> this external kernel, it would be helpful.
>>
>> I did try the "advanced" options that allows the specification
>> of a kernel version and an external "patch" file, which is
>> close, but the custom kernel I have is not set up as a set of
>> patches.  I would like an option to simply specify the path of
>> the kernel source for the build to use.
>>
>> Any suggestions would be appreciated.
>
> Have you found the solution?

I'd like to do that as well.  I can modify my "build" script to
automagically generate patches against a vanilla source tree
each time, but that seems rather obtuse.

-- 
Grant Edwards                   grante             Yow! Are we live or on
                                  at               tape?
                               visi.com            

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

* [Buildroot] Using an external Linux tree
  2010-02-15 17:43 ` Grant Edwards
@ 2010-02-15 18:32   ` William Wagner
  0 siblings, 0 replies; 4+ messages in thread
From: William Wagner @ 2010-02-15 18:32 UTC (permalink / raw)
  To: buildroot

On 15/02/2010 17:43, Grant Edwards wrote:
> On 2010-02-15, Marc Garnier<marc.garnier@heig-vd.ch>  wrote:
>
>    
>> *Cliff Holden* Cliff.Holden at Atheros.com:
>>      
>>> I'm somewhat new to buildroot, but have been building kernels
>>> for a while.  I have a general question:
>>>
>>> What is the proper procedure for using an external linux
>>> kernel tree in the build?  Our SCC system (source code
>>> control) is set up to have various kernel versions located in
>>> a particular location.  If I could get buildroot to "point" to
>>> this external kernel, it would be helpful.
>>>
>>> I did try the "advanced" options that allows the specification
>>> of a kernel version and an external "patch" file, which is
>>> close, but the custom kernel I have is not set up as a set of
>>> patches.  I would like an option to simply specify the path of
>>> the kernel source for the build to use.
>>>
>>> Any suggestions would be appreciated.
>>>        
>> Have you found the solution?
>>      
> I'd like to do that as well.  I can modify my "build" script to
> automagically generate patches against a vanilla source tree
> each time, but that seems rather obtuse.
>
>    

A number of people have submitted patches for this to the list, 
including myself. At some point this week I will be submitting my 
cleaned up patch as a bug.

Will

-- 
------------------------------------------------------------------------
Will Wagner                                     will_wagner at carallon.com
Development Manager                      Office Tel: +44 (0)20 7371 2032
Carallon Ltd, Studio G20, Shepherds Building, Rockley Rd, London W14 0DA
------------------------------------------------------------------------

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

end of thread, other threads:[~2010-02-15 18:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-15 11:22 [Buildroot] Using an external Linux tree Marc Garnier
2010-02-15 17:43 ` Grant Edwards
2010-02-15 18:32   ` William Wagner
  -- strict thread matches above, loose matches on Subject: below --
2009-05-11 17:53 Cliff Holden

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