Skip to content

Commit

Permalink
Fix IMX sdk root in vscode dockerfile (#22365)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored Sep 5, 2022
1 parent b119a09 commit 8edae2d
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/chip-build-vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ENV CY_TOOLS_PATHS="/opt/ModusToolbox/tools_2.4"
ENV EFR32_BOARD=BRD4161A
ENV IDF_PATH=/opt/espressif/esp-idf/
ENV IDF_TOOLS_PATH=/opt/espressif/tools
ENV IMX_SDK_ROOT=/opt/fsl-imx-xwayland/5.10-hardknott/
ENV IMX_SDK_ROOT=/opt/fsl-imx-xwayland/5.15-kirkstone/
ENV NRF5_TOOLS_ROOT=/opt/NordicSemiconductor/nRF5_tools
ENV NXP_K32W0_SDK_ROOT=/opt/k32w_sdk
ENV OPENOCD_PATH=/opt/openocd/
Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.98 Version bump reason: Update Telink Docker
0.5.99 Version bump reason: fix IMX SDK root in vscode dockerfile

0 comments on commit 8edae2d

Please sign in to comment.