File tree Expand file tree Collapse file tree
images/ebclfsa_aarch64/scrample_integration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,6 +74,6 @@ git_override(
7474bazel_dep(name = "score_logging")
7575git_override(
7676 module_name = "score_logging",
77- remote = "https://github.com/eclipse-score /logging.git",
77+ remote = "https://github.com/qorix-group /logging.git",
7878 commit = "3718923aafc273531b1d0b3a240d821db24afbbc",
7979)
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ genrule(
6868genrule (
6969 name = "upload" ,
7070 srcs = [
71- "@score_scrample//src:scrample " ,
71+ "@score_communication//score/mw/com/example/ipc_bridge:ipc_bridge_cpp " ,
7272 ":scrample_sil" ,
7373 ":hi_app" ,
7474 ":fastdev-image" ,
@@ -82,9 +82,9 @@ genrule(
8282 $(location run_qemu.sh) $(RULEDIR)/ebcl-qemuarm64-modified -pidfile $(RULEDIR)/qemu.pid > $(RULEDIR)/qemu_upload.log &\
8383 sleep 30 ; \
8484 sshpass -p linux scp -o StrictHostKeyChecking=no -P 2222 $(location :scrample_sil) root@localhost:/usr/bin &&\
85- sshpass -p linux scp -o StrictHostKeyChecking=no -P 2222 $(location @score_scrample//src:scrample ) root@localhost:/usr/bin &&\
85+ sshpass -p linux scp -o StrictHostKeyChecking=no -P 2222 $(location @score_communication//score/mw/com/example/ipc_bridge:ipc_bridge_cpp ) root@localhost:/usr/bin &&\
8686 sshpass -p linux scp -o StrictHostKeyChecking=no -P 2222 $(location :hi_app) root@localhost:/usr/bin &&\
87- sshpass -p linux scp -o StrictHostKeyChecking=no -P 2222 $(location etc/mw_com_config.json) root@localhost:/etc/ &&\
87+ sshpass -p linux scp -o StrictHostKeyChecking=no -P 2222 $(location @score_communication//score/mw/com/example/ipc_bridge: etc/mw_com_config.json) root@localhost:/etc/ &&\
8888 sshpass -p linux scp -o StrictHostKeyChecking=no -P 2222 $(location etc/logging.json) root@localhost:/etc/ &&\
8989 sshpass -p linux ssh -o StrictHostKeyChecking=no -p 2222 root@localhost sync &&\
9090 sshpass -p linux ssh -o StrictHostKeyChecking=no -p 2222 root@localhost crinit-ctl poweroff || true \
Original file line number Diff line number Diff line change 7171 }
7272 },
7373 "score_logging" : {
74- "repo" : " https://github.com/eclipse-score /logging.git" ,
74+ "repo" : " https://github.com/qorix-group /logging.git" ,
7575 "hash" : " 3718923aafc273531b1d0b3a240d821db24afbbc"
7676 }
7777 },
You can’t perform that action at this time.
0 commit comments