From: Martin Jansa Date: Mon, 14 Dec 2009 09:16:04 +0000 (+0100) Subject: linux_2.6.23: move task compulab_image after do_package instead do_deploy X-Git-Tag: Release-2010-05/1~1291 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67572c35f69f1233ba480887e72925e3d7f2c7f3;p=openembedded.git 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 --- 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