]> code.ossystems Code Review - openembedded-core.git/commit
kernel: move menuconfig task after configure
authorDarren Hart <dvhart@linux.intel.com>
Wed, 29 Jun 2011 19:16:07 +0000 (12:16 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Jun 2011 19:38:03 +0000 (20:38 +0100)
commit829dd1d7ca99ec6228d2705cdece4727232797d3
tree5f6793bb7e3ecf019594dcd3f2156c047f9b3e63
parent75099970c9122cf059a52d8a6cdc22a7f7afe040
kernel: move menuconfig task after configure

Fixes [YOCTO 1136]

linux-yocto adds some configure steps that are necessary to prepare the source
tree after the do_patch task. This causes a "-c menuconfig" to fail in a clean
build tree. Typical use of menuconfig should be to modify the config provided
by the recipe being built. It therefor makes sense for the menuconfig task to
come after the configure task. This also happens to fix the issue seen with the
linux-yocto kernel recipe.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
meta/classes/kernel.bbclass