Skip to content

Commit bb9bf63

Browse files
committed
jenkins: don't require swupdate.key
we're no longer using this 'armadillo_x2' swu anywhere: build it with the one-time key instead of a release key Change-Id: Ia28ea1ec0f58a17a54cd5cd6ca01caa1d2e7250e
1 parent 550e65b commit bb9bf63

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

jenkins/armadillo-x2.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ error() {
55
exit 1
66
}
77

8-
[[ -r "swupdate.key" ]] || error "Cannot read swupdate.key"
9-
108
ROOTFS=$(ls --sort=time baseos-x2-*.tar* | head -n 1)
119
[[ -e "$ROOTFS" ]] || error "rootfs not found"
1210
ROOTFS_VERSION=${ROOTFS#baseos-x2-}
@@ -21,8 +19,8 @@ done
2119

2220

2321
cat > "$OUTPUT.desc" <<EOF
22+
swdesc_option PUBLIC
2423
ATMARK_CERTS=certs/atmark-2.pem,certs/atmark-3.pem
25-
swdesc_option ALLOW_PUBLIC_CERT ALLOW_EMPTY_LOGIN
2624
swdesc_boot --board iot-g4-es1 imx-boot_armadillo_x2
2725
swdesc_boot --board iot-g4-es2 imx-boot_armadillo_x2
2826
swdesc_boot --board AGX4500 imx-boot_armadillo_x2

0 commit comments

Comments
 (0)