mirror of https://github.com/thesofproject/sof.git
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:
parent
aeaef068c1
commit
1c02611612
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue