aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2009-11-23 11:29:05 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2009-11-23 11:34:31 +0100
commita55e9a527a8c9823044196d031f2da2783ff8f35 (patch)
tree0780bc9045506ca194b0aa76da5dc2b0e03a9dce /recipes/linux/linux.inc
parent302420650446bc7b33723a1e1f10929e99bef0fa (diff)
downloadopenembedded-a55e9a527a8c9823044196d031f2da2783ff8f35.tar.gz
kernel.bbclass, linux.inc: move do_deploy task after do_package
* Move do_deploy after do_package in kernel.bbclass as RP said * Move devicetree_image before do_deploy in linux.inc, because it creates dependency loop if its between after do_package and before do_deploy. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux.inc')
-rw-r--r--recipes/linux/linux.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux.inc b/recipes/linux/linux.inc
index 044d4130c5..0cce833694 100644
--- a/recipes/linux/linux.inc
+++ b/recipes/linux/linux.inc
@@ -169,7 +169,7 @@ do_devicetree_image() {
fi
}
-addtask devicetree_image after do_deploy before do_package
+addtask devicetree_image after do_install before do_package do_deploy
pkg_postinst_kernel-devicetree () {
cd /${KERNEL_IMAGEDEST}; update-alternatives --install /${KERNEL_IMAGEDEST}/devicetree devicetree devicetree-${KERNEL_VERSION} ${KERNEL_PRIORITY} || true