Update vxworks VSB and VIP

Adds opengl mesa, charconv and optional lib patches.

Pick-to: 6.7
Change-Id: Ic3550de289b41300ed399fc1fac145991f07a6fb
Reviewed-by: Simo Fält <simo.falt@qt.io>
Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
This commit is contained in:
Toni Saario 2023-11-23 16:48:13 +02:00
parent bf2b855daf
commit 78e362b9d8
1 changed files with 5 additions and 4 deletions

View File

@ -21,20 +21,21 @@ targetFolder="/opt/"
InstallFromCompressedFileFromURL "$PrimaryUrl" "$AltUrl" "$sha1" "$targetFolder" "" InstallFromCompressedFileFromURL "$PrimaryUrl" "$AltUrl" "$sha1" "$targetFolder" ""
SetEnvVar "VXWORKS_HOME" "/opt/vxworks" SetEnvVar "VXWORKS_HOME" "/opt/vxworks"
VXWORKS_BUILD_VER="final_20231123"
######### VXworks toolchain ######### ######### VXworks toolchain #########
# Installs to /opt/fsl_imx6_2_0_6_2_VSB # Installs to /opt/fsl_imx6_2_0_6_2_VSB
PrimaryUrl="http://ci-files01-hki.ci.qt.io/input/vxworks/vxworks_vsb_$VXWORKS_VER.tar.gz" PrimaryUrl="http://ci-files01-hki.ci.qt.io/input/vxworks/vxworks_vsb_$VXWORKS_BUILD_VER.tar.gz"
AltUrl="" AltUrl=""
sha1="cd32d35e67fd6128fbfbb23207bb4d1d2d09b7d2" sha1="2d52eeae4699668edffba541fde54cd2ba8ecc9b"
targetFolder="/opt/" targetFolder="/opt/"
InstallFromCompressedFileFromURL "$PrimaryUrl" "$AltUrl" "$sha1" "$targetFolder" "" InstallFromCompressedFileFromURL "$PrimaryUrl" "$AltUrl" "$sha1" "$targetFolder" ""
SetEnvVar "WIND_CC_SYSROOT" "/opt/fsl_imx6_2_0_6_2_VSB" SetEnvVar "WIND_CC_SYSROOT" "/opt/fsl_imx6_2_0_6_2_VSB"
######### VXworks VIP kernel ######### ######### VXworks VIP kernel #########
# Installs to /opt/fsl_imx6_2_0_6_2_VIP_QEMU # Installs to /opt/fsl_imx6_2_0_6_2_VIP_QEMU
PrimaryUrl="http://ci-files01-hki.ci.qt.io/input/vxworks/vxworks_vip_kernel_$VXWORKS_VER.tar.gz" PrimaryUrl="http://ci-files01-hki.ci.qt.io/input/vxworks/vxworks_vip_kernel_${VXWORKS_BUILD_VER}_3.tar.gz"
AltUrl="" AltUrl=""
sha1="d72bb635a00a5b1b82185e3c200078cbe5c39561" sha1="7a55dc7ba13d26a11d3c614f104aa7382c00b601"
targetFolder="/opt/" targetFolder="/opt/"
InstallFromCompressedFileFromURL "$PrimaryUrl" "$AltUrl" "$sha1" "$targetFolder" "" InstallFromCompressedFileFromURL "$PrimaryUrl" "$AltUrl" "$sha1" "$targetFolder" ""