From: Rod Whitby Date: Sun, 25 Feb 2007 10:43:02 +0000 (+0000) Subject: ixp4xx-kernel.inc: Moved the execution of do_deploy so that it's compatible with... X-Git-Tag: Release-2010-05/1~9156^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c3f98545132872ce178488794a4984c3c611890;p=openembedded.git ixp4xx-kernel.inc: Moved the execution of do_deploy so that it's compatible with rm_work.bbclass --- diff --git a/packages/linux/ixp4xx-kernel.inc b/packages/linux/ixp4xx-kernel.inc index 57d3028742..b16c3d481d 100644 --- a/packages/linux/ixp4xx-kernel.inc +++ b/packages/linux/ixp4xx-kernel.inc @@ -364,4 +364,4 @@ do_deploy() { deploy_image 'fsg3${SITEINFO_ENDIANESS}' 'fsg3' } -addtask deploy before do_build after do_compile +addtask deploy before do_package after do_install