mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
base/kernel/image.bbclass: Clean up do_deploy ordering to ensure it just happens before a build completes
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
5196b842f7
commit
14609a197a
|
|
@ -519,7 +519,7 @@ kernel_do_deploy() {
|
|||
}
|
||||
do_deploy[dirs] = "${DEPLOYDIR} ${B}"
|
||||
|
||||
addtask deploy before do_package after do_install
|
||||
addtask deploy before do_build after do_install
|
||||
|
||||
EXPORT_FUNCTIONS do_deploy
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user