Skip to content

Commit 2f25ab4

Browse files
committed
Adapt EB image
1 parent cabd2fd commit 2f25ab4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

bazel_common/score_modules_target_sw.MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ git_override(
7474
bazel_dep(name = "score_logging")
7575
git_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
)

images/ebclfsa_aarch64/scrample_integration/BUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ genrule(
6868
genrule(
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 \

known_good.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
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
},

0 commit comments

Comments
 (0)