All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Buildroot kconfig option
@ 2015-09-06  9:03 Dinesh Guleria
  2015-09-06  9:10 ` Baruch Siach
  0 siblings, 1 reply; 5+ messages in thread
From: Dinesh Guleria @ 2015-09-06  9:03 UTC (permalink / raw)
  To: buildroot

Hi,

I am downloading kernel directly using buildroot. Then select "
Using an in-tree defconfig file" then
type the name of the defconfig.

Here i am using a already existing defconfig file in kernel source tree.

Now it could be the case existing configuration in Linux kernel source may
not be as per my requirement.

My question is, can i perform kconfig operation on the kernel source
downloaded by buildroot , so that i can tune kernel as per my requirement ?

Buildroot manual says :--
"use make linux-menuconfig to open the Linux configuration editor"
http://buildroot.uclibc.org/downloads/manual/manual.html#configure

Or i download kernel source separately & configure it separately & tell
buildroot to use it ?

How you use to deal with this situation related to kernel kconfig ?

Regards,
Katoch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150906/571f032c/attachment.html>

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

* [Buildroot] Buildroot kconfig option
  2015-09-06  9:03 [Buildroot] Buildroot kconfig option Dinesh Guleria
@ 2015-09-06  9:10 ` Baruch Siach
  2015-09-06 11:37   ` Dinesh Guleria
  0 siblings, 1 reply; 5+ messages in thread
From: Baruch Siach @ 2015-09-06  9:10 UTC (permalink / raw)
  To: buildroot

Hi Katoch,

On Sun, Sep 06, 2015 at 02:33:15PM +0530, Dinesh Guleria wrote:
> I am downloading kernel directly using buildroot. Then select "
> Using an in-tree defconfig file" then
> type the name of the defconfig.
> 
> Here i am using a already existing defconfig file in kernel source tree.
> 
> Now it could be the case existing configuration in Linux kernel source may
> not be as per my requirement.
> 
> My question is, can i perform kconfig operation on the kernel source
> downloaded by buildroot , so that i can tune kernel as per my requirement ?
> 
> Buildroot manual says :--
> "use make linux-menuconfig to open the Linux configuration editor"
> http://buildroot.uclibc.org/downloads/manual/manual.html#configure
> 
> Or i download kernel source separately & configure it separately & tell
> buildroot to use it ?
> 
> How you use to deal with this situation related to kernel kconfig ?

Please see "Linux kernel" in chapter 7 of the manual: 
http://nightly.buildroot.org/manual.html#_configuration_of_other_components.

For information on storing your modified kernel configuration see section 9.4: 
http://nightly.buildroot.org/manual.html#customize-store-package-config.

Hope this helps,
baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

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

* [Buildroot] Buildroot kconfig option
  2015-09-06  9:10 ` Baruch Siach
@ 2015-09-06 11:37   ` Dinesh Guleria
  2015-09-06 11:49     ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Dinesh Guleria @ 2015-09-06 11:37 UTC (permalink / raw)
  To: buildroot

Hello Baruch,

One more thing ,

BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG

This is environmental variable ?

If yes then , Do i have to export so many variables manually or buildroot
support some file where i can mention these variables ?

Regards,
Katoch
On 6 Sep 2015 14:40, "Baruch Siach" <baruch@tkos.co.il> wrote:

> Hi Katoch,
>
> On Sun, Sep 06, 2015 at 02:33:15PM +0530, Dinesh Guleria wrote:
> > I am downloading kernel directly using buildroot. Then select "
> > Using an in-tree defconfig file" then
> > type the name of the defconfig.
> >
> > Here i am using a already existing defconfig file in kernel source tree.
> >
> > Now it could be the case existing configuration in Linux kernel source
> may
> > not be as per my requirement.
> >
> > My question is, can i perform kconfig operation on the kernel source
> > downloaded by buildroot , so that i can tune kernel as per my
> requirement ?
> >
> > Buildroot manual says :--
> > "use make linux-menuconfig to open the Linux configuration editor"
> > http://buildroot.uclibc.org/downloads/manual/manual.html#configure
> >
> > Or i download kernel source separately & configure it separately & tell
> > buildroot to use it ?
> >
> > How you use to deal with this situation related to kernel kconfig ?
>
> Please see "Linux kernel" in chapter 7 of the manual:
> http://nightly.buildroot.org/manual.html#_configuration_of_other_components
> .
>
> For information on storing your modified kernel configuration see section
> 9.4:
> http://nightly.buildroot.org/manual.html#customize-store-package-config.
>
> Hope this helps,
> baruch
>
> --
>      http://baruch.siach.name/blog/                  ~. .~   Tk Open
> Systems
> =}------------------------------------------------ooO--U--Ooo------------{=
>    - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150906/1c309ec5/attachment.html>

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

* [Buildroot] Buildroot kconfig option
  2015-09-06 11:37   ` Dinesh Guleria
@ 2015-09-06 11:49     ` Thomas Petazzoni
  2015-09-06 11:57       ` Dinesh Guleria
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2015-09-06 11:49 UTC (permalink / raw)
  To: buildroot

Dear Dinesh Guleria,

On Sun, 6 Sep 2015 17:07:42 +0530, Dinesh Guleria wrote:

> One more thing ,
> 
> BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG
> 
> This is environmental variable ?
> 
> If yes then , Do i have to export so many variables manually or buildroot
> support some file where i can mention these variables ?

All BR2_* variables are kconfig options, they are defined by running
"make menuconfig".

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] Buildroot kconfig option
  2015-09-06 11:49     ` Thomas Petazzoni
@ 2015-09-06 11:57       ` Dinesh Guleria
  0 siblings, 0 replies; 5+ messages in thread
From: Dinesh Guleria @ 2015-09-06 11:57 UTC (permalink / raw)
  To: buildroot

Thanks.
On 6 Sep 2015 17:19, "Thomas Petazzoni" <thomas.petazzoni@free-electrons.com>
wrote:

> Dear Dinesh Guleria,
>
> On Sun, 6 Sep 2015 17:07:42 +0530, Dinesh Guleria wrote:
>
> > One more thing ,
> >
> > BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG
> >
> > This is environmental variable ?
> >
> > If yes then , Do i have to export so many variables manually or buildroot
> > support some file where i can mention these variables ?
>
> All BR2_* variables are kconfig options, they are defined by running
> "make menuconfig".
>
> Best regards,
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150906/eceb4b92/attachment.html>

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

end of thread, other threads:[~2015-09-06 11:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-06  9:03 [Buildroot] Buildroot kconfig option Dinesh Guleria
2015-09-06  9:10 ` Baruch Siach
2015-09-06 11:37   ` Dinesh Guleria
2015-09-06 11:49     ` Thomas Petazzoni
2015-09-06 11:57       ` Dinesh Guleria

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.