Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] kernel.bbclass: add task dependency between bundle_initramfs and package
@ 2014-06-24 12:22 Ming Liu
  2014-06-25  1:58 ` Ming Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Ming Liu @ 2014-06-24 12:22 UTC (permalink / raw)
  To: openembedded-core

To ensure the bundled image to be packaged kernel-image, otherwise, we
may get a implicit result.

Signed-off-by: Ming Liu <ming.liu@windriver.com>
---
 meta/classes/kernel.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 6ed1cb7..764a9ec 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -146,7 +146,7 @@ python do_devshell_prepend () {
     os.environ["LDFLAGS"] = ''
 }
 
-addtask bundle_initramfs after do_install before do_deploy
+addtask bundle_initramfs after do_install before do_deploy do_package
 
 kernel_do_compile() {
 	unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MACHINE
-- 
1.8.4.1



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

end of thread, other threads:[~2014-06-25  1:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-24 12:22 [PATCH] kernel.bbclass: add task dependency between bundle_initramfs and package Ming Liu
2014-06-25  1:58 ` Ming Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox