@@ -52,15 +52,15 @@ genrule(
5252 name = "fetch-fastdev-archive" ,
5353 srcs = [],
5454 outs = ["fastdev-archive.tgz" ],
55- cmd = "wget -O $@ https://github.com/elektrobit-contrib/eclipse-score_toolchains_gcc/releases/download/0.5.0-alpha /fastdev-ubuntu-ebcl-deb-qemu-arm64.tgz"
55+ 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"
5656)
5757
5858genrule (
5959 name = "fastdev-image" ,
6060 srcs = [":fetch-fastdev-archive" ],
6161 outs = [
62- "deb -qemuarm64/fastdev-ubuntu-ebcl-deb -qemuarm64.wic" ,
63- "deb -qemuarm64/fastdev-ubuntu-ebcl-deb -qemuarm64-vmlinux"
62+ "ebcl -qemuarm64/fastdev-ubuntu-ebclfsa-ebcl -qemuarm64.wic" ,
63+ "ebcl -qemuarm64/fastdev-ubuntu-ebclfsa-ebcl -qemuarm64-vmlinux"
6464 ],
6565 cmd = "tar xzf $(location :fetch-fastdev-archive) -C $(RULEDIR)" ,
6666)
@@ -77,9 +77,9 @@ genrule(
7777 "run_qemu.sh" ,
7878 ],
7979 cmd = " \
80- mkdir -p $(RULEDIR)/deb -qemuarm64-modified &&\
81- cp $(RULEDIR)/deb -qemuarm64/* $(RULEDIR)/deb -qemuarm64-modified/ &&\
82- $(location run_qemu.sh) $(RULEDIR)/deb -qemuarm64-modified -pidfile $(RULEDIR)/qemu.pid > $(RULEDIR)/qemu_upload.log &\
80+ mkdir -p $(RULEDIR)/ebcl -qemuarm64-modified &&\
81+ cp $(RULEDIR)/ebcl -qemuarm64/* $(RULEDIR)/ebcl -qemuarm64-modified/ &&\
82+ $(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 &&\
8585 sshpass -p linux scp -o StrictHostKeyChecking=no -P 2222 $(location @score_scrample//src:scrample) root@localhost:/usr/bin &&\
@@ -92,20 +92,20 @@ genrule(
9292 " ,
9393 outs = [
9494 "qemu_upload.log" ,
95- "deb -qemuarm64-modified/fastdev-ubuntu-ebcl-deb -qemuarm64.wic" ,
96- "deb -qemuarm64-modified/fastdev-ubuntu-ebcl-deb -qemuarm64-vmlinux"
95+ "ebcl -qemuarm64-modified/fastdev-ubuntu-ebclfsa-ebcl -qemuarm64.wic" ,
96+ "ebcl -qemuarm64-modified/fastdev-ubuntu-ebclfsa-ebcl -qemuarm64-vmlinux"
9797 ],
9898)
9999
100100genrule (
101101 name = "run" ,
102102 srcs = [
103- "deb -qemuarm64-modified/fastdev-ubuntu-ebcl-deb -qemuarm64.wic" ,
104- "deb -qemuarm64-modified/fastdev-ubuntu-ebcl-deb -qemuarm64-vmlinux" ,
103+ "ebcl -qemuarm64-modified/fastdev-ubuntu-ebclfsa-ebcl -qemuarm64.wic" ,
104+ "ebcl -qemuarm64-modified/fastdev-ubuntu-ebclfsa-ebcl -qemuarm64-vmlinux" ,
105105 "run_qemu.sh"
106106 ],
107107 cmd = " \
108- $(location run_qemu.sh) $(RULEDIR)/deb -qemuarm64-modified -pidfile $(RULEDIR)/qemu.pid > $(RULEDIR)/qemu_run.log &\
108+ $(location run_qemu.sh) $(RULEDIR)/ebcl -qemuarm64-modified -pidfile $(RULEDIR)/qemu.pid > $(RULEDIR)/qemu_run.log &\
109109 sleep 10 ; \
110110 sshpass -p linux ssh -o StrictHostKeyChecking=no -p 2222 root@localhost scrample -n 10 -m send -t 200 -s /etc/mw_com_config.json > $(RULEDIR)/ssh_scrample_run.log && \
111111 sshpass -p linux ssh -o StrictHostKeyChecking=no -p 2222 root@localhost crinit-ctl poweroff || true \
0 commit comments