Skip to content

Commit 1417820

Browse files
adabreutipull[bot]
authored andcommitted
Update TI Docker image (#26733)
1 parent 80ffee0 commit 1417820

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ RUN set -x \
1111

1212
# Install Sysconfig
1313
RUN set -x \
14-
&& wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.13.0.2553/sysconfig-1.13.0_2553-setup.run \
15-
&& chmod +x sysconfig-1.13.0_2553-setup.run \
16-
&& ./sysconfig-1.13.0_2553-setup.run --mode unattended \
14+
&& wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.15.0.2826/sysconfig-1.15.0_2826-setup.run \
15+
&& chmod +x sysconfig-1.15.0_2826-setup.run \
16+
&& ./sysconfig-1.15.0_2826-setup.run --mode unattended \
1717
&& : # last line
1818

19-
ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.13.0
19+
ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.15.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ COPY --from=k32w /opt/sdk /opt/k32w_sdk
4848

4949
COPY --from=imx /opt/fsl-imx-xwayland /opt/fsl-imx-xwayland
5050

51-
COPY --from=ti /opt/ti/sysconfig_1.13.0 /opt/ti/sysconfig_1.13.0
51+
COPY --from=ti /opt/ti/sysconfig_1.15.0 /opt/ti/sysconfig_1.15.0
5252

5353
COPY --from=openiotsdk /opt/FVP_Corstone_SSE-300/ /opt/FVP_Corstone_SSE-300/
5454

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.12 Version bump reason: [Tizen] Add platform certificate
1+
0.7.13 Version bump reason: [TI] Update TI Sysconfig Version

0 commit comments

Comments
 (0)