Skip to content

Commit a7b064a

Browse files
authored
Update esp32 env in vscode image (#34039)
* Update esp32 env in vscode image * Update version file
1 parent 9d56786 commit a7b064a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
60 : Add missing xz for esp32, upfate location of qemu-system-xtensa
1+
61 : Update env variable in vscode image

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ ENV NXP_K32W1_SDK_ROOT=/opt/k32w/k32w1
129129
ENV NXP_SDK_ROOT=/opt/nxp-sdk/rw61x
130130
ENV OPENOCD_PATH=/opt/openocd/
131131
ENV PW_ENVIRONMENT_ROOT=/home/vscode/pigweed/env
132-
ENV QEMU_ESP32=/opt/espressif/qemu/xtensa-softmmu/qemu-system-xtensa
132+
ENV QEMU_ESP32=/opt/espressif/qemu/qemu-system-xtensa
133133
ENV QEMU_ESP32_DIR=/opt/espressif/qemu
134134
ENV SYSROOT_AARCH64=/opt/ubuntu-22.04.1-aarch64-sysroot
135135
ENV TELINK_ZEPHYR_BASE=/opt/telink/zephyrproject/zephyr

0 commit comments

Comments
 (0)