From: Przemyslaw Wesolek <przemyslaw.wesolek@cs.put.poznan.pl>
To: openembedded-devel@lists.openembedded.org
Subject: menuconfig task for kernels
Date: Thu, 05 Nov 2009 23:38:00 +0100 [thread overview]
Message-ID: <4AF353C8.80904@cs.put.poznan.pl> (raw)
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
next reply other threads:[~2009-11-05 22:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-05 22:38 Przemyslaw Wesolek [this message]
2009-11-08 22:37 ` menuconfig task for kernels 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AF353C8.80904@cs.put.poznan.pl \
--to=przemyslaw.wesolek@cs.put.poznan.pl \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.