kernel: move menuconfig task after configure
authorDarren Hart <dvhart@linux.intel.com>
Wed, 29 Jun 2011 19:16:07 +0000 (12:16 -0700)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:13:57 +0000 (08:13 -0800)
commitef0eaadb72820539452bad1c21788899d3dfd9ad
tree5d78b2d8d5cf0ee3ee292897327b084dc0550cb3
parent0353db485bbfd437501e17871da9a39dc021b733
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.

(From meta-openembedded rev: 5196b842f73e9e36d315e6eb2441eeb63696da85)

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/classes/kernel.bbclass