Skip to content

Commit 35d66de

Browse files
abiradartiandy31415
authored andcommitted
Update Docker image for Sysconfig 1.22.0 update (project-chip#37665)
Co-authored-by: Andrei Litvin <andy314@gmail.com>
1 parent 8361e36 commit 35d66de

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
115 : [nrfconnect] Add gcc-multilib and g++-multilib
1+
116 : [TI] Update Sysconfig Version to 1.22.0

integrations/docker/images/stage-2/chip-build-ti/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ RUN set -x \
1212

1313
# Install Sysconfig
1414
RUN set -x \
15-
&& wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.18.1.3343/sysconfig-1.18.1_3343-setup.run \
16-
&& chmod +x sysconfig-1.18.1_3343-setup.run \
17-
&& ./sysconfig-1.18.1_3343-setup.run --mode unattended \
15+
&& wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.22.0.3893/sysconfig-1.22.0_3893-setup.run \
16+
&& chmod +x sysconfig-1.22.0_3893-setup.run \
17+
&& ./sysconfig-1.22.0_3893-setup.run --mode unattended \
1818
&& : # last line
1919

20-
ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.18.1
20+
ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.22.0

integrations/docker/images/vscode/chip-build-vscode/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ COPY --from=nxpzephyr /opt/nxp-zephyr/zephyrproject/ /opt/nxp-zephyr/zephyrproje
5353

5454
COPY --from=imx /opt/fsl-imx-xwayland /opt/fsl-imx-xwayland
5555

56-
COPY --from=ti /opt/ti/sysconfig_1.18.1 /opt/ti/sysconfig_1.18.1
56+
COPY --from=ti /opt/ti/sysconfig_1.22.0 /opt/ti/sysconfig_1.22.0
5757

5858
COPY --from=openiotsdk /opt/FVP_Corstone_SSE-300/ /opt/FVP_Corstone_SSE-300/
5959

@@ -127,7 +127,7 @@ ENV QEMU_ESP32_DIR=/opt/espressif/qemu
127127
ENV SYSROOT_AARCH64=/opt/ubuntu-24.04-aarch64-sysroot
128128
ENV TELINK_ZEPHYR_BASE=/opt/telink/zephyrproject/zephyr
129129
ENV TELINK_ZEPHYR_SDK_DIR=/opt/telink/zephyr-sdk-0.17.0
130-
ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.18.1
130+
ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.22.0
131131
ENV ZEPHYR_BASE=/opt/NordicSemiconductor/nrfconnect/zephyr
132132
ENV ZEPHYR_SDK_INSTALL_DIR=/opt/NordicSemiconductor/nRF5_tools/zephyr-sdk-0.17.0
133133
ENV ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb

0 commit comments

Comments
 (0)