mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
base/kernel/image.bbclass: Clean up do_deploy ordering to ensure it just happens before a build completes
(From OE-Core rev: a3b80688465ba5ba7e6d514f9a40ee224a9d3a28) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -492,7 +492,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user