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:
Andrei Gherzan
2021-02-16 15:32:56 +00:00
committed by Naveen Saini
parent 2502e9507f
commit 6dbedd2083

View File

@@ -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"