@@ -16,15 +16,15 @@ genrule(
1616 name = "fetch-fastdev-archive" ,
1717 srcs = [],
1818 outs = ["fastdev-archive.tgz" ],
19- cmd = "wget -O $@ https://github.com/Elektrobit /eclipse-score_toolchains_gcc/releases/download/0.5.0-alpha /fastdev-ubuntu-ebcl-deb-qemu-arm64.tgz"
19+ cmd = "wget -O $@ https://github.com/elektrobit-contrib /eclipse-score_toolchains_gcc/releases/download/0.5.0-beta /fastdev-ubuntu-ebcl-deb-qemu-arm64.tgz"
2020)
2121
2222genrule (
2323 name = "fastdev-image" ,
2424 srcs = [":fetch-fastdev-archive" ],
2525 outs = [
26- "deb -qemuarm64/fastdev-ubuntu-ebcl-deb -qemuarm64.wic" ,
27- "deb -qemuarm64/fastdev-ubuntu-ebcl-deb -qemuarm64-vmlinux"
26+ "ebcl -qemuarm64/fastdev-ubuntu-ebclfsa-ebcl -qemuarm64.wic" ,
27+ "ebcl -qemuarm64/fastdev-ubuntu-ebclfsa-ebcl -qemuarm64-vmlinux"
2828 ],
2929 cmd = "tar xzf $(location :fetch-fastdev-archive) -C $(RULEDIR)" ,
3030)
@@ -38,9 +38,9 @@ genrule(
3838 "run_qemu.sh" ,
3939 ],
4040 cmd = " \
41- mkdir -p $(RULEDIR)/deb -qemuarm64-modified &&\
42- cp $(RULEDIR)/deb -qemuarm64/* $(RULEDIR)/deb -qemuarm64-modified/ &&\
43- $(location run_qemu.sh) $(RULEDIR)/deb -qemuarm64-modified -pidfile $(RULEDIR)/qemu.pid > $(RULEDIR)/qemu_upload.log &\
41+ mkdir -p $(RULEDIR)/ebcl -qemuarm64-modified &&\
42+ cp $(RULEDIR)/ebcl -qemuarm64/* $(RULEDIR)/ebcl -qemuarm64-modified/ &&\
43+ $(location run_qemu.sh) $(RULEDIR)/ebcl -qemuarm64-modified -pidfile $(RULEDIR)/qemu.pid > $(RULEDIR)/qemu_upload.log &\
4444 sleep 30 ; \
4545 sshpass -p linux scp -o StrictHostKeyChecking=no -P 2222 $(location @score_persistency//tests/cpp_test_scenarios:cpp_test_scenarios) root@localhost:/usr/bin/cpp_tests_persistency &&\
4646 sshpass -p linux scp -o StrictHostKeyChecking=no -P 2222 $(location scripts/cpp_tests_persistency.sh) root@localhost:/usr/bin/cpp_tests_persistency.sh &&\
@@ -50,20 +50,20 @@ genrule(
5050 " ,
5151 outs = [
5252 "qemu_upload.log" ,
53- "deb -qemuarm64-modified/fastdev-ubuntu-ebcl-deb -qemuarm64.wic" ,
54- "deb -qemuarm64-modified/fastdev-ubuntu-ebcl-deb -qemuarm64-vmlinux"
53+ "ebcl -qemuarm64-modified/fastdev-ubuntu-ebclfsa-ebcl -qemuarm64.wic" ,
54+ "ebcl -qemuarm64-modified/fastdev-ubuntu-ebclfsa-ebcl -qemuarm64-vmlinux"
5555 ],
5656)
5757
5858genrule (
5959 name = "run" ,
6060 srcs = [
61- "deb -qemuarm64-modified/fastdev-ubuntu-ebcl-deb -qemuarm64.wic" ,
62- "deb -qemuarm64-modified/fastdev-ubuntu-ebcl-deb -qemuarm64-vmlinux" ,
61+ "ebcl -qemuarm64-modified/fastdev-ubuntu-ebclfsa-ebcl -qemuarm64.wic" ,
62+ "ebcl -qemuarm64-modified/fastdev-ubuntu-ebclfsa-ebcl -qemuarm64-vmlinux" ,
6363 "run_qemu.sh"
6464 ],
6565 cmd = " \
66- $(location run_qemu.sh) $(RULEDIR)/deb -qemuarm64-modified -pidfile $(RULEDIR)/qemu.pid > $(RULEDIR)/qemu_run.log &\
66+ $(location run_qemu.sh) $(RULEDIR)/ebcl -qemuarm64-modified -pidfile $(RULEDIR)/qemu.pid > $(RULEDIR)/qemu_run.log &\
6767 sleep 10 ; \
6868 sshpass -p linux ssh -o StrictHostKeyChecking=no -p 2222 root@localhost cpp_tests_persistency.sh > $(RULEDIR)/ssh_persistency_test_scenarios_run.log && \
6969 sshpass -p linux ssh -o StrictHostKeyChecking=no -p 2222 root@localhost crinit-ctl poweroff || true \
0 commit comments