Browse Source

waf: px4: run firmware task after link task

This fix a bug introduced by 06a5156 ("waf: px4: reconfigure PX4Firmware for
each program"), with the removal of the call fw_task.set_run_after(cp_lib).
mission-4.1.18
Gustavo Jose de Sousa 9 years ago committed by Lucas De Marchi
parent
commit
b191269cc8
  1. 1
      Tools/ardupilotwaf/px4.py

1
Tools/ardupilotwaf/px4.py

@ -123,6 +123,7 @@ def px4_firmware(self): @@ -123,6 +123,7 @@ def px4_firmware(self):
'px4',
'build_firmware_px4fmu-v%s' % version,
)
fw_task.set_run_after(self.link_task)
# we need to synchronize in order to avoid the output expected by the
# previous ap_program being overwritten before used

Loading…
Cancel
Save