git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a06d42
)
linux_2.6.23: move task compulab_image after do_package instead do_deploy
author
Martin Jansa
<Martin.Jansa@gmail.com>
Mon, 14 Dec 2009 09:16:04 +0000
(10:16 +0100)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Mon, 14 Dec 2009 22:44:41 +0000
(23:44 +0100)
* 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>
recipes/linux/linux_2.6.23.bb
patch
|
blob
|
history
diff --git
a/recipes/linux/linux_2.6.23.bb
b/recipes/linux/linux_2.6.23.bb
index
65f400d
..
a5367fd
100644
(file)
--- 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