All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Configure linux kernel within buildroot
@ 2009-09-12 12:13 Ben Coughlan
  2009-09-12 14:41 ` Dan Pattison
  0 siblings, 1 reply; 5+ messages in thread
From: Ben Coughlan @ 2009-09-12 12:13 UTC (permalink / raw)
  To: buildroot

Hi All,

I'm fairly new to Buildroot and I have a sufficiently newbie question  
to ask.

How do I configure the kernel buildroot produces?  The first 'make'  
gave me a menuconfig for the kernel but I don't know how to get it  
back or alter the cached config.

Any hints?

Regards,
Ben Coughlan

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

* [Buildroot] Configure linux kernel within buildroot
  2009-09-12 12:13 [Buildroot] Configure linux kernel within buildroot Ben Coughlan
@ 2009-09-12 14:41 ` Dan Pattison
  2009-09-12 14:50   ` Ben Coughlan
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Pattison @ 2009-09-12 14:41 UTC (permalink / raw)
  To: buildroot

Hi Ben,

To build your kernel and images, simply type out    make    from your 
buildroot main folder.
To configure main buildroot settings type:    make menuconfig
To configure kernel settings type:   make linux26-menuconfig
To configure busybox type:   make busybox-menuconfig
To configure uclibc type:   make uclibc-menuconfig

Some good docs can be found here: http://buildroot.uclibc.org/buildroot.html

Best Regards,
Dan Pattison
EtherTek Circuits


Ben Coughlan wrote:
> Hi All,
>
> I'm fairly new to Buildroot and I have a sufficiently newbie question 
> to ask.
>
> How do I configure the kernel buildroot produces?  The first 'make' 
> gave me a menuconfig for the kernel but I don't know how to get it 
> back or alter the cached config.
>
> Any hints?
>
> Regards,
> Ben Coughlan
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
> ------------------------------------------------------------------------
>
>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com 
> Version: 8.5.409 / Virus Database: 270.13.91/2363 - Release Date: 09/11/09 09:15:00
>
>   

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

* [Buildroot] Configure linux kernel within buildroot
  2009-09-12 14:41 ` Dan Pattison
@ 2009-09-12 14:50   ` Ben Coughlan
  2009-09-12 15:03     ` Dan Pattison
  0 siblings, 1 reply; 5+ messages in thread
From: Ben Coughlan @ 2009-09-12 14:50 UTC (permalink / raw)
  To: buildroot

Thanks Dan.  I was hoping there was a 'make linux26-menuconfig'.

I would like to point out that it doesn't appear on the docco you  
linked (I did spend quite some time scouring it :P).

Cheers,
Ben Coughlan

On 13/09/2009, at 12:41 AM, Dan Pattison wrote:

> Hi Ben,
>
> To build your kernel and images, simply type out    make    from  
> your buildroot main folder.
> To configure main buildroot settings type:    make menuconfig
> To configure kernel settings type:   make linux26-menuconfig
> To configure busybox type:   make busybox-menuconfig
> To configure uclibc type:   make uclibc-menuconfig
>
> Some good docs can be found here: http://buildroot.uclibc.org/buildroot.html
>
> Best Regards,
> Dan Pattison
> EtherTek Circuits
>
>
> Ben Coughlan wrote:
>> Hi All,
>>
>> I'm fairly new to Buildroot and I have a sufficiently newbie  
>> question to ask.
>>
>> How do I configure the kernel buildroot produces?  The first 'make'  
>> gave me a menuconfig for the kernel but I don't know how to get it  
>> back or alter the cached config.
>>
>> Any hints?
>>
>> Regards,
>> Ben Coughlan
>> _______________________________________________
>> buildroot mailing list
>> buildroot at busybox.net
>> http://lists.busybox.net/mailman/listinfo/buildroot
>> ------------------------------------------------------------------------
>>
>>
>> No virus found in this incoming message.
>> Checked by AVG - www.avg.com Version: 8.5.409 / Virus Database:  
>> 270.13.91/2363 - Release Date: 09/11/09 09:15:00
>>
>>
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

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

* [Buildroot] Configure linux kernel within buildroot
  2009-09-12 14:50   ` Ben Coughlan
@ 2009-09-12 15:03     ` Dan Pattison
  2009-09-16  7:18       ` Bernhard Reutner-Fischer
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Pattison @ 2009-09-12 15:03 UTC (permalink / raw)
  To: buildroot

Hi Ben,

Hey, your right, its not in there. In the main make file, if you type 
out make help, it lists some configuration options. I either saw it 
there or read it on the list here somewhere.

Best Regards,
Dan Pattison
EtherTek Circuits 


Ben Coughlan wrote:
> Thanks Dan.  I was hoping there was a 'make linux26-menuconfig'.
>
> I would like to point out that it doesn't appear on the docco you 
> linked (I did spend quite some time scouring it :P).
>
> Cheers,
> Ben Coughlan
>
> On 13/09/2009, at 12:41 AM, Dan Pattison wrote:
>
>> Hi Ben,
>>
>> To build your kernel and images, simply type out    make    from your 
>> buildroot main folder.
>> To configure main buildroot settings type:    make menuconfig
>> To configure kernel settings type:   make linux26-menuconfig
>> To configure busybox type:   make busybox-menuconfig
>> To configure uclibc type:   make uclibc-menuconfig
>>
>> Some good docs can be found here: 
>> http://buildroot.uclibc.org/buildroot.html
>>
>> Best Regards,
>> Dan Pattison
>> EtherTek Circuits
>>
>>
>> Ben Coughlan wrote:
>>> Hi All,
>>>
>>> I'm fairly new to Buildroot and I have a sufficiently newbie 
>>> question to ask.
>>>
>>> How do I configure the kernel buildroot produces?  The first 'make' 
>>> gave me a menuconfig for the kernel but I don't know how to get it 
>>> back or alter the cached config.
>>>
>>> Any hints?
>>>
>>> Regards,
>>> Ben Coughlan
>>> _______________________________________________
>>> buildroot mailing list
>>> buildroot at busybox.net
>>> http://lists.busybox.net/mailman/listinfo/buildroot
>>> ------------------------------------------------------------------------ 
>>>
>>>
>>>
>>> No virus found in this incoming message.
>>> Checked by AVG - www.avg.com Version: 8.5.409 / Virus Database: 
>>> 270.13.91/2363 - Release Date: 09/11/09 09:15:00
>>>
>>>
>>
>> _______________________________________________
>> buildroot mailing list
>> buildroot at busybox.net
>> http://lists.busybox.net/mailman/listinfo/buildroot
>
> ------------------------------------------------------------------------
>
>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com 
> Version: 8.5.409 / Virus Database: 270.13.93/2365 - Release Date: 09/12/09 06:37:00
>
>   

-- 
Dan Pattison
Ethertek Circuits

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

* [Buildroot] Configure linux kernel within buildroot
  2009-09-12 15:03     ` Dan Pattison
@ 2009-09-16  7:18       ` Bernhard Reutner-Fischer
  0 siblings, 0 replies; 5+ messages in thread
From: Bernhard Reutner-Fischer @ 2009-09-16  7:18 UTC (permalink / raw)
  To: buildroot

On Sat, Sep 12, 2009 at 08:03:22AM -0700, Dan Pattison wrote:
>Hi Ben,
>
>Hey, your right, its not in there. In the main make file, if you type
>out make help, it lists some configuration options. I either saw it
>there or read it on the list here somewhere.
>
>Ben Coughlan wrote:
>>Thanks Dan.  I was hoping there was a 'make linux26-menuconfig'.
>>
>>I would like to point out that it doesn't appear on the docco you
>>linked (I did spend quite some time scouring it :P).

it's documented in docs/README or, as in 'make help' as said above.

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

end of thread, other threads:[~2009-09-16  7:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-12 12:13 [Buildroot] Configure linux kernel within buildroot Ben Coughlan
2009-09-12 14:41 ` Dan Pattison
2009-09-12 14:50   ` Ben Coughlan
2009-09-12 15:03     ` Dan Pattison
2009-09-16  7:18       ` Bernhard Reutner-Fischer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.