Skip to content

Commit

Permalink
Update TI Docker image (#26733)
Browse files Browse the repository at this point in the history
  • Loading branch information
adabreuti authored and pull[bot] committed Feb 23, 2024
1 parent f7693a0 commit 7e87f71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions integrations/docker/images/chip-build-ti/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ RUN set -x \

# Install Sysconfig
RUN set -x \
&& 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 \
&& chmod +x sysconfig-1.13.0_2553-setup.run \
&& ./sysconfig-1.13.0_2553-setup.run --mode unattended \
&& 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 \
&& chmod +x sysconfig-1.15.0_2826-setup.run \
&& ./sysconfig-1.15.0_2826-setup.run --mode unattended \
&& : # last line

ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.13.0
ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.15.0
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build-vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ COPY --from=k32w /opt/sdk /opt/k32w_sdk

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

COPY --from=ti /opt/ti/sysconfig_1.13.0 /opt/ti/sysconfig_1.13.0
COPY --from=ti /opt/ti/sysconfig_1.15.0 /opt/ti/sysconfig_1.15.0

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

Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.12 Version bump reason: [Tizen] Add platform certificate
0.7.13 Version bump reason: [TI] Update TI Sysconfig Version

0 comments on commit 7e87f71

Please sign in to comment.