* [PATCH 0/1] kernel: move menuconfig task after configure
@ 2011-06-29 20:46 Darren Hart
2011-06-29 20:46 ` [PATCH 1/1] " Darren Hart
2011-06-30 23:18 ` [PATCH 0/1] " Richard Purdie
0 siblings, 2 replies; 3+ messages in thread
From: Darren Hart @ 2011-06-29 20:46 UTC (permalink / raw)
To: jiajun.xu, openembedded-core; +Cc: Darren Hart
The following changes since commit e0fc42b51a8209dac1163ae8126f8c687b6bfddf:
distro_tracking_fields.inc: update RECIPE_MANUAL_CHECK_DATE for screen and tcf-agent (2011-06-29 15:04:59 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dvhart/kernel
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/kernel
Darren Hart (1):
kernel: move menuconfig task after configure
meta/classes/kernel.bbclass | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] kernel: move menuconfig task after configure
2011-06-29 20:46 [PATCH 0/1] kernel: move menuconfig task after configure Darren Hart
@ 2011-06-29 20:46 ` Darren Hart
2011-06-30 23:18 ` [PATCH 0/1] " Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Darren Hart @ 2011-06-29 20:46 UTC (permalink / raw)
To: jiajun.xu, openembedded-core; +Cc: Darren Hart
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 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index fd27832..f282a57 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -194,7 +194,7 @@ do_menuconfig() {
fi
}
do_menuconfig[nostamp] = "1"
-addtask menuconfig after do_patch
+addtask menuconfig after do_configure
pkg_postinst_kernel () {
cd /${KERNEL_IMAGEDEST}; update-alternatives --install /${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE} ${KERNEL_IMAGETYPE} ${KERNEL_IMAGETYPE}-${KERNEL_VERSION} ${KERNEL_PRIORITY} || true
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/1] kernel: move menuconfig task after configure
2011-06-29 20:46 [PATCH 0/1] kernel: move menuconfig task after configure Darren Hart
2011-06-29 20:46 ` [PATCH 1/1] " Darren Hart
@ 2011-06-30 23:18 ` Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-06-30 23:18 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Darren Hart
On Wed, 2011-06-29 at 13:46 -0700, Darren Hart wrote:
> The following changes since commit e0fc42b51a8209dac1163ae8126f8c687b6bfddf:
>
> distro_tracking_fields.inc: update RECIPE_MANUAL_CHECK_DATE for screen and tcf-agent (2011-06-29 15:04:59 +0100)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib dvhart/kernel
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/kernel
>
> Darren Hart (1):
> kernel: move menuconfig task after configure
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-06-30 23:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-29 20:46 [PATCH 0/1] kernel: move menuconfig task after configure Darren Hart
2011-06-29 20:46 ` [PATCH 1/1] " Darren Hart
2011-06-30 23:18 ` [PATCH 0/1] " Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox