From 15aa91146c61e591cd42fda21133e50c2e49953f Mon Sep 17 00:00:00 2001 From: Tuomas Vaarala Date: Wed, 22 Apr 2026 08:40:16 +0300 Subject: [PATCH] Coin: QNX 8.0: update SDP to 20260410 patchset The 2026-04-10 patchset refreshes binaries and bakes in tzdata 2026a in the SDP tree. Added the missing targetFile= line. Also pull the tzdata as a separately-downloadable overlay, so it can be bumped without rebuilding the full SDP tarball. Archive root is qnx800/target/qnx/... so it extracts onto /opt/ directly on top of the already-extracted SDP. Pick-to: 6.8 Change-Id: I29f675429937346825e4a0b6cfac07ce8dc391a6 Reviewed-by: Tero Heikkinen (cherry picked from commit a8ce190d229579f8d77421808119eb105f0515f8) Reviewed-by: Qt Cherry-pick Bot --- coin/provisioning/common/linux/qnx_800.sh | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/coin/provisioning/common/linux/qnx_800.sh b/coin/provisioning/common/linux/qnx_800.sh index ab3d8cd5..79e92908 100755 --- a/coin/provisioning/common/linux/qnx_800.sh +++ b/coin/provisioning/common/linux/qnx_800.sh @@ -43,9 +43,17 @@ if [ ! -d "$targetFolder" ]; then fi # QNX SDP -sourceFile="http://ci-files01-hki.ci.qt.io/input/qnx/qnx800-windows-linux-20250612.tar.xz" +sourceFile="http://ci-files01-hki.ci.qt.io/input/qnx/qnx800-windows-linux-20260410.tar.xz" targetFile="qnx800.tar.xz" -sha1="d7ca20be6867b569067a17e8b3fa633c7eadad89" +sha1="a3fdcd98e12bc5054d00f18e4088af26288fd020" +DownloadAndExtract "$sourceFile" "$sha1" "$targetFile" "$targetFolder" + +# IANA timezone database overlay. Packaged separately from the SDP so it can be +# bumped without rebuilding the SDP tarball. Archive root is qnx800/target/qnx/ +# so it overlays onto $targetFolder (/opt/) directly. +sourceFile="http://ci-files01-hki.ci.qt.io/input/qnx/zoneinfo-2026a.tar.xz" +targetFile="zoneinfo.tar.xz" +sha1="8c1678ff673bb588f63fc9277497cd38e0ea2253" DownloadAndExtract "$sourceFile" "$sha1" "$targetFile" "$targetFolder" sudo cp "$aarch64le_toolchain" "$targetPath"