Skip to content

Commit

Permalink
Move path to /zephyr-sdk-0.13.2 (from 0.13.0) for telink as this was …
Browse files Browse the repository at this point in the history
…updated in the base image (#17077)
  • Loading branch information
andy31415 authored and pull[bot] committed Jul 11, 2023
1 parent 1e2123c commit 2c71fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/docker/images/chip-build-vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ COPY --from=mbedos /opt/openocd/ /opt/openocd/
COPY --from=p6 /opt/ModusToolbox /opt/ModusToolbox

COPY --from=telink /opt/telink/zephyrproject /opt/telink/zephyrproject
COPY --from=telink /opt/telink/zephyr-sdk-0.13.0 /opt/telink/zephyr-sdk-0.13.0
COPY --from=telink /opt/telink/zephyr-sdk-0.13.2 /opt/telink/zephyr-sdk-0.13.2

COPY --from=tizen /opt/tizen_sdk /opt/tizen_sdk

Expand Down Expand Up @@ -65,7 +65,7 @@ ENV ANDROID_NDK_HOME=/opt/android/android-ndk-r21b
ENV OPENOCD_PATH=/opt/openocd/
ENV PW_ENVIRONMENT_ROOT=/home/vscode/pigweed/env
ENV TELINK_ZEPHYR_BASE=/opt/telink/zephyrproject/zephyr
ENV TELINK_ZEPHYR_SDK_DIR=/opt/telink/zephyr-sdk-0.13.0
ENV TELINK_ZEPHYR_SDK_DIR=/opt/telink/zephyr-sdk-0.13.2
ENV CY_TOOLS_PATHS="/opt/ModusToolbox/tools_2.4"
ENV TIZEN_HOME /opt/tizen_sdk
ENV SYSROOT_AARCH64=/opt/ubuntu-21.04-aarch64-sysroot
Expand Down

0 comments on commit 2c71fee

Please sign in to comment.