mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 09:49:32 +02:00
zephyr-flash-dfu.bbclass: Add missing do_flash_usb dependency on do_deploy
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
committed by
Naveen Saini
parent
2502e9507f
commit
6dbedd2083
@@ -59,7 +59,7 @@ python do_flash_usb() {
|
||||
bb.utils.unlockfile(lock)
|
||||
}
|
||||
|
||||
addtask do_flash_usb
|
||||
addtask do_flash_usb after do_deploy
|
||||
|
||||
do_flash_usb[nostamp] = "1"
|
||||
do_flash_usb[vardepsexclude] = "BB_ORIGENV"
|
||||
|
||||
Reference in New Issue
Block a user