ardupilot/Tools/ardupilotwaf
Gustavo Jose de Sousa 051e8a6bda waf: px4: use explicit list for ROMFS static files
Files that are not really part of the ROMFS in the folder might cause problems.

One problem that motivated this patch was caused because the make-based build
system copies the bootloader to the ROMFS in the source tree (mk/PX4/ROMFS)
instead of the build tree. That potentially could cause race condition between
the tasks created by 'px4_romfs_static_files' and 'px4_romfs_bootloader'.

Also, now we have only one task generator for static files.
2016-03-30 18:49:11 -03:00
..
px4/cmake/configs
__init__.py
ardupilotwaf.py
boards.py
cmake.py
gbenchmark.py
git_submodule.py
gtest.py
mavgen.py
px4.py
static_linking.py
toolchain.py