Skip to content

Commit

Permalink
Update path to be k32w_named. This matches project-chip#21063
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Jul 22, 2022
1 parent ff381b6 commit 06ba20d
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 @@ -41,7 +41,7 @@ COPY --from=crosscompile /opt/ubuntu-21.04-aarch64-sysroot /opt/ubuntu-21.04-aar

COPY --from=ameba /opt/ameba /opt/ameba

COPY --from=k32w /opt/sdk /opt/sdk
COPY --from=k32w /opt/sdk /opt/k32w_sdk

COPY --from=imx /opt/fsl-imx-xwayland /opt/fsl-imx-xwayland

Expand Down Expand Up @@ -75,7 +75,7 @@ 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 NRF5_TOOLS_ROOT=/opt/NordicSemiconductor/nRF5_tools
ENV NXP_K32W0_SDK_ROOT=/opt/sdk
ENV NXP_K32W0_SDK_ROOT=/opt/k32w_sdk
ENV OPENOCD_PATH=/opt/openocd/
ENV PW_ENVIRONMENT_ROOT=/home/vscode/pigweed/env
ENV QEMU_ESP32=/opt/espressif/qemu/xtensa-softmmu/qemu-system-xtensa
Expand Down

0 comments on commit 06ba20d

Please sign in to comment.