cmake px4_add_board: add EMBEDDED_METADATA

Allowing to put additional metadata into the ROMFS, the first is
parameters.json.gz.
This commit is contained in:
Beat Küng
2020-09-10 13:35:43 +02:00
parent d5b8f6cdf9
commit 0a061160f7
3 changed files with 28 additions and 10 deletions

View File

@@ -83,6 +83,7 @@ def main():
# only prune text files
if ".zip" in file or ".bin" in file or ".swp" in file \
or ".gz" in file or ".bz2" in file \
or ".data" in file or ".DS_Store" in file:
continue