diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-25 10:43:02 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-25 10:43:02 +0000 |
commit | 3c3f98545132872ce178488794a4984c3c611890 (patch) | |
tree | a59d689b4f989205c67ec25c2ed872247675e966 | |
parent | e1f44e0329e5a69d708f8cdb64a525cc4bfdb025 (diff) |
ixp4xx-kernel.inc: Moved the execution of do_deploy so that it's compatible with rm_work.bbclass
-rw-r--r-- | packages/linux/ixp4xx-kernel.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |