Skip to content

Commit ee94936

Browse files
[docker] Fix nRF Connect and VSCode docker images (project-chip#40184)
Fixed wrong paths to Zephyr toolchain. Signed-off-by: Arkadiusz Balys <[email protected]>
1 parent 842a28a commit ee94936

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
151 : [Tizen] Update SDK version to 9.0
1+
152 : [nrfconnect] Fix nRF Connect and VSCode docker images

integrations/docker/images/stage-2/chip-build-nrf-platform/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ RUN set -x \
8282
&& : # last line
8383

8484
ENV ZEPHYR_TOOLCHAIN_VARIANT=zephyr
85-
ENV ZEPHYR_SDK_INSTALL_DIR=${NRF5_TOOLS_ROOT}/zephyr-sdk/toolchains/latest/opt/zephyr-sdk
85+
ENV ZEPHYR_SDK_INSTALL_DIR=${NRF5_TOOLS_ROOT}/zephyr-sdk/toolchains/latest

integrations/docker/images/vscode/chip-build-vscode/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ ENV TELINK_ZEPHYR_BASE=/opt/telink/zephyrproject/zephyr
129129
ENV TELINK_ZEPHYR_SDK_DIR=/opt/telink/zephyr-sdk-0.17.0
130130
ENV TI_SYSCONFIG_ROOT=/opt/ti/sysconfig_1.22.0
131131
ENV ZEPHYR_BASE=/opt/NordicSemiconductor/nrfconnect/zephyr
132-
ENV ZEPHYR_SDK_INSTALL_DIR=/opt/NordicSemiconductor/nRF5_tools/zephyr-sdk/toolchains/latest/opt/zephyr-sdk
132+
ENV ZEPHYR_SDK_INSTALL_DIR=/opt/NordicSemiconductor/nRF5_tools/zephyr-sdk/toolchains/latest
133133
ENV ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb
134134
ENV ZEPHYR_NXP_BASE=/opt/nxp-zephyr/zephyrproject/zephyr
135135
ENV ZEPHYR_NXP_SDK_INSTALL_DIR=/opt/nxp-zephyr/zephyr-sdk-0.17.0

0 commit comments

Comments
 (0)