File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,22 @@ actions:
2121 url : https://releases.linaro.org/96boards/rb1/linaro/rescue/23.12/rb1-bootloader-emmc-linux-47528.zip
2222 name : qrb2210-rb1_rescue-image.zip
2323 filename : qrb2210-rb1_rescue-image.zip
24+ - action : run
25+ description : Verify download
26+ chroot : false
27+ command : echo c75b6c63eb24c8ca36dad08ba4d4e93f3f4cd7dce60cf1b6dfb5790dc181cc3d ${ROOTDIR}/../qrb2210-rb1_rescue-image.zip|sha256sum --strict -c -
2428{{- end }}
2529
2630{{- if eq $build_qcm6490 "true" }}
2731 - action : download
2832 description : Download QCM6490 boot binaries
29- url : https://softwarecenter.qualcomm.com/download/software/chip/qualcomm_linux-spf-1-0/qualcomm-linux-spf-1-0_test_device_public/r1.0_00075 .0/qcm6490-le-1-0/common/build/ufs/bin/QCM6490_bootbinaries.zip
33+ url : https://softwarecenter.qualcomm.com/download/software/chip/qualcomm_linux-spf-1-0/qualcomm-linux-spf-1-0_test_device_public/r1.0_00095 .0/qcm6490-le-1-0/common/build/ufs/bin/QCM6490_bootbinaries.zip
3034 name : qcm6490_boot-binaries
3135 filename : qcm6490_boot-binaries.zip
36+ - action : run
37+ description : Verify download
38+ chroot : false
39+ command : echo 9c100d7b184ecf0ab9c4be71a8bb7c243fdc79a64380ca3025024dd2b14c5078 ${ROOTDIR}/../qcm6490_boot-binaries.zip|sha256sum --strict -c -
3240{{- end }}
3341
3442{{- if eq $build_qcm6490 "true" }}
@@ -37,6 +45,10 @@ actions:
3745 url : https://artifacts.codelinaro.org/artifactory/codelinaro-le/Qualcomm_Linux/QCS6490/cdt/rb3gen2-vision-kit.zip
3846 name : qcs6490-rb3gen2-vision-kit_cdt
3947 filename : qcs6490-rb3gen2-vision-kit_cdt.zip
48+ - action : run
49+ description : Verify download
50+ chroot : false
51+ command : echo a339e297b454c4dc3805fe8cd11d6d8dcb801aa8f0c2dc691561c2785019fa3c ${ROOTDIR}/../qcs6490-rb3gen2-vision-kit_cdt.zip|sha256sum --strict -c -
4052{{- end }}
4153
4254 - action : run
You can’t perform that action at this time.
0 commit comments