Skip to content

Commit

Permalink
Fix TI_SYSCONFIG_ROOT in vscode dockerfile (#28612)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and pull[bot] committed Sep 1, 2023
1 parent 38386f9 commit b847cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/base/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6 : Add support for K32W1 SDK
7 : Fix TI sysconfig root in vscode image
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ENV QEMU_ESP32_DIR=/opt/espressif/qemu
ENV SYSROOT_AARCH64=/opt/ubuntu-22.04.1-aarch64-sysroot
ENV TELINK_ZEPHYR_BASE=/opt/telink/zephyrproject/zephyr
ENV TELINK_ZEPHYR_SDK_DIR=/opt/telink/zephyr-sdk-0.16.1
ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.13.0
ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.15.0
ENV ZEPHYR_BASE=/opt/NordicSemiconductor/nrfconnect/zephyr
ENV ZEPHYR_SDK_INSTALL_DIR=/opt/NordicSemiconductor/nRF5_tools/zephyr-sdk-0.16.0
ENV ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb
Expand Down

0 comments on commit b847cd3

Please sign in to comment.