[oe-commits] Martin Jansa : linux_2.6.23: move task compulab_image after do_package instead do_deploy

git version control git at git.openembedded.org
Mon Dec 14 22:45:02 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 67572c35f69f1233ba480887e72925e3d7f2c7f3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=67572c35f69f1233ba480887e72925e3d7f2c7f3

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Dec 14 10:16:04 2009 +0100

linux_2.6.23: move task compulab_image after do_package instead do_deploy

* without this change there is dependency loop
* do_deploy is now after do_package in kernel.bbclass
* addtask after do_deploy before do_package is creating dependency loop

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/linux/linux_2.6.23.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux_2.6.23.bb b/recipes/linux/linux_2.6.23.bb
index 65f400d..a5367fd 100644
--- a/recipes/linux/linux_2.6.23.bb
+++ b/recipes/linux/linux_2.6.23.bb
@@ -91,5 +91,5 @@ python do_compulab_image() {
 }
 
 
-addtask compulab_image after do_deploy before do_package
+addtask compulab_image after do_package before do_build
 





More information about the Openembedded-commits mailing list