1+ {{- $build_qcs615 := or .build_qcs615 "true" }}
12{{- $build_qcm6490 := or .build_qcm6490 "true" }}
23{{- $build_qcs8300 := or .build_qcs8300 "true" }}
34{{- $build_qcs9100 := or .build_qcs9100 "true" }}
@@ -17,6 +18,30 @@ actions:
1718 unpack : true
1819
1920{{- $boards := list }}
21+ {{- if eq $build_qcs615 "true" }}
22+ {{- $boards = append $boards (dict
23+ " name" " qcs615-adp-air-sa6155p"
24+ " silicon_family" " qcs615"
25+ " platform" " qcs615-adp-air"
26+ " boot_binaries_download" (dict
27+ " description" " QCS615 boot binaries"
28+ " 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/qcs615-le-1-0/common/build/common/bin/QCS615_bootbinaries.zip"
29+ " name" " qcs615_boot-binaries"
30+ " filename" " qcs615_boot-binaries.zip"
31+ " sha256sum" " c9b0332873feda447b32491dcbbc96255c3cf88da1868d89ac5113b01cb42f75"
32+ )
33+ " cdt_download" (dict
34+ " description" " QCS615 Ride CDT"
35+ " url" " https://artifacts.codelinaro.org/artifactory/codelinaro-le/Qualcomm_Linux/QCS615/cdt/ADP_AIR_SA6155P_V2.zip"
36+ " name" " qcs615-adp-air_cdt"
37+ " filename" " qcs615-adp-air_cdt.zip"
38+ " sha256sum" " 37d99eb113e286400bce0d70aa12a74d05f93d01f045bf67e7a46b3c606c8fd0"
39+ )
40+ " cdt_filename" " cdt_adp_air_sa6155p.bin"
41+ " dtb" " qcom/qcs615-ride.dtb"
42+ " disk_image_type" " ufs"
43+ )}}
44+ {{- end }}
2045{{- if eq $build_qcm6490 "true" }}
2146{{- $boards = append $boards (dict
2247 " name" " qcs6490-rb3gen2-vision-kit"
0 commit comments