xtensa-build-zephyr.py: copy mtrace-reader.py to tools folder

we will switch to using this new logging tool, copy it to the tools
folder, then it will be uploaded to CI storage after building.

Signed-off-by: Keqiao Zhang <keqiao.zhang@intel.com>
This commit is contained in:
Keqiao Zhang 2022-09-07 09:32:27 +08:00 committed by Liam Girdwood
parent f660b66067
commit 0e4208d85b
1 changed files with 4 additions and 0 deletions

View File

@ -574,6 +574,10 @@ def build_platforms():
src_dest_list += [(sof_logger_executable_to_copy, sof_logger_installed_file)] src_dest_list += [(sof_logger_executable_to_copy, sof_logger_installed_file)]
src_dest_list += [(pathlib.Path(SOF_TOP) /
"tools" / "mtrace"/ "mtrace-reader.py",
tools_output_dir)]
# Append future files to `src_dest_list` here (but prefer # Append future files to `src_dest_list` here (but prefer
# copying entire directories; more flexible) # copying entire directories; more flexible)