From 1512192e36d323b4af6b1304543e6585a53ecd71 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Tue, 5 Apr 2022 08:09:27 -1000 Subject: [PATCH] Move path to /zephyr-sdk-0.13.2 (from 0.13.0) for telink as this was updated in the base image (#17077) --- integrations/docker/images/chip-build-vscode/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/docker/images/chip-build-vscode/Dockerfile b/integrations/docker/images/chip-build-vscode/Dockerfile index 6b6726300f30dc..3b5afd70a82419 100644 --- a/integrations/docker/images/chip-build-vscode/Dockerfile +++ b/integrations/docker/images/chip-build-vscode/Dockerfile @@ -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 @@ -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