From aa172da91947dc4e3b727b722ab19a7c5dc27ac7 Mon Sep 17 00:00:00 2001 From: Pan Xiuli Date: Sun, 10 Feb 2019 22:03:35 +0800 Subject: [PATCH] [skip ci]scirpts: update target install Signed-off-by: Pan Xiuli --- scripts/sof-target-intsall.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/sof-target-intsall.sh b/scripts/sof-target-intsall.sh index c0eea9dc4..f1aa903a1 100755 --- a/scripts/sof-target-intsall.sh +++ b/scripts/sof-target-intsall.sh @@ -3,7 +3,9 @@ for host in $@ do - scp build_*_*/sof-*.ri tools/topology/*.tplg root@${host}:/lib/firmware/intel/ + 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 \ build_*_*/src/arch/xtensa/sof-*.ldc \ tools/coredumper/* \