All of lore.kernel.org
 help / color / mirror / Atom feed
* menuconfig task for kernels
@ 2009-11-05 22:38 Przemyslaw Wesolek
  2009-11-08 22:37 ` Przemyslaw Wesolek
  2009-11-10 16:06 ` Leon Woestenberg
  0 siblings, 2 replies; 9+ messages in thread
From: Przemyslaw Wesolek @ 2009-11-05 22:38 UTC (permalink / raw)
  To: openembedded-devel

Hi,

today I decided to modify the kernel compiled by OE. Accidentally, in
the same time a person on IRC pointed out problems with that. After some
investigation we discovered that menuconfig task in kernels is somewhat
misleading, if not broken.

The order of tasks to do menuconfig is, more or less: fetch, patch,
menuconfig. It means that when menuconfig is run, there is no .config*
files in linux build dir, and generated .config is far different than
defconfig resulting from applying OE patches.

The order for correct configuring of Linux is: fetch, patch, configure,
so I tried:

  1. bitbake virtual/kernel -c configure
  2. bitbake virtual/kernel -c menuconfig
  3. bitbake virtual/kernel

and this allowed me to apply my local changes to OE-proposed .config.

Is this the "right" way to do? If so, maybe menuconfig should be added
as 'after do_configure', instead of 'after do_patch'?

Przemek



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

end of thread, other threads:[~2009-11-12 19:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-05 22:38 menuconfig task for kernels Przemyslaw Wesolek
2009-11-08 22:37 ` Przemyslaw Wesolek
2009-11-09 15:40   ` Michael Smith
2009-11-09 16:10     ` Martin Jansa
2009-11-10 13:14       ` Przemyslaw Wesolek
2009-11-10 16:06 ` Leon Woestenberg
2009-11-10 17:05   ` Otavio Salvador
2009-11-12 15:15     ` Leon Woestenberg
2009-11-12 19:29       ` Przemyslaw Wesolek

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.