scripst: copy more tools and scripts to target.

Some tools and tests not added until their name prefix is fixed to sof-

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2019-02-01 08:57:10 +00:00 committed by Liam Girdwood
parent aeaef068c1
commit 1c02611612
1 changed files with 6 additions and 1 deletions

View File

@ -4,5 +4,10 @@
for host in $@
do
scp build_*_*/sof-*.ri tools/topology/*.tplg root@${host}:/lib/firmware/intel/
scp tools/logger/sof-logger build_*_*/src/arch/xtensa/sof-*.ldc root@${host}:~/
scp tools/logger/sof-logger \
build_*_*/src/arch/xtensa/sof-*.ldc \
tools/coredumper/* \
tools/eqctl/sof-eqctl \
tools/kmod_scripts/* \
root@${host}:~/
done