File tree Expand file tree Collapse file tree
integrations/docker/images Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ RUN set -x \
1111
1212# Install Sysconfig
1313RUN 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
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ COPY --from=k32w /opt/sdk /opt/k32w_sdk
4848
4949COPY --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
5353COPY --from=openiotsdk /opt/FVP_Corstone_SSE-300/ /opt/FVP_Corstone_SSE-300/
5454
Original file line number Diff line number Diff line change 1- 0.7.12 Version bump reason: [Tizen] Add platform certificate
1+ 0.7.13 Version bump reason: [TI] Update TI Sysconfig Version
You can’t perform that action at this time.
0 commit comments