diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-14 10:16:04 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-14 23:44:41 +0100 |
commit | 67572c35f69f1233ba480887e72925e3d7f2c7f3 (patch) | |
tree | 8776f81d55e2c55be84415310358b97dedbac20c /recipes/linux/linux_2.6.23.bb | |
parent | 4a06d42b1676b9acd496227a2d77985057edc325 (diff) |
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@gmail.com>
Diffstat (limited to 'recipes/linux/linux_2.6.23.bb')
-rw-r--r-- | 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 65f400d6b6..a5367fda09 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 |