mirror of https://github.com/thesofproject/sof.git
scripts: sof-target-install update for cmake tools
Signed-off-by: Janusz Jankowski <janusz.jankowski@linux.intel.com>
This commit is contained in:
parent
cc16d6d824
commit
b7fc937e04
|
@ -1,15 +1,14 @@
|
|||
#!/bin/bash
|
||||
# usage: ./scripts/sof-target-intsall.sh up2-hostname ip
|
||||
# usage: ./scripts/sof-target-install.sh up2-hostname ip
|
||||
|
||||
for host in $@
|
||||
do
|
||||
scp build_*_*/sof-*.ri root@${host}:/lib/firmware/intel/sof/
|
||||
# TODO: need modify when tools CMAKE build system updated
|
||||
scp tools/topology/*.tplg root@${host}:/lib/firmware/intel/sof-tplg/
|
||||
scp tools/logger/sof-logger \
|
||||
scp tools/build_tools/topology/*.tplg root@${host}:/lib/firmware/intel/sof-tplg/
|
||||
scp tools/build_tools/logger/sof-logger \
|
||||
build_*_*/src/arch/xtensa/sof-*.ldc \
|
||||
tools/coredumper/* \
|
||||
tools/eqctl/sof-eqctl \
|
||||
tools/build_tools/eqctl/sof-eqctl \
|
||||
tools/kmod_scripts/* \
|
||||
root@${host}:~/
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue