File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,13 @@ RUN curl https://raw.githubusercontent.com/restyled-io/restyler/master/bin/resty
55
55
RUN mkdir -p /opt/sdk/sdks/ \
56
56
&& chown -R $USERNAME:$USERNAME \
57
57
/opt/sdk/sdks/ `# NXP uses a patch_sdk script to change SDK files` \
58
- /opt/espressif/esp-idf `# $USERNAME needs to own the esp-idf and tools for the examples to build` \
59
- /opt/espressif/tools \
60
58
/opt/NordicSemiconductor/nrfconnect/ `# $USERNAME needs to own west configuration to build nRF Connect examples` \
61
- /opt/ubuntu-21.04-aarch64-sysroot/usr/ `# allow read/write access to header and libraries` \
62
- /opt/android/sdk `# allow licenses to be accepted` \
63
- /opt/ameba/ambd_sdk_with_chip_non_NDA/ `# AmebaD requires access to change build_info.h` \
64
- /opt/fsl-imx-xwayland/5.15-kirkstone/ \
65
- /opt/openocd \
59
+ $IDF_PATH `# $USERNAME needs to own the esp-idf and tools for the examples to build` \
60
+ $IDF_TOOLS_PATH \
61
+ $SYSROOT_AARCH64 `# allow read/write access to header and libraries` \
62
+ $ANDROID_HOME `# allow licenses to be accepted` \
63
+ $AMEBA_PATH `# AmebaD requires access to change build_info.h` \
64
+ $IMX_SDK_ROOT \
66
65
&& :
67
66
68
67
# Fix Tizen SDK paths for new user
Original file line number Diff line number Diff line change 14
14
"mounts" : [
15
15
" source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind"
16
16
],
17
- "initializeCommand" : " .devcontainer/build.sh --tag matter-dev-environment:local --version 20 " ,
17
+ "initializeCommand" : " .devcontainer/build.sh --tag matter-dev-environment:local --version 22 " ,
18
18
"image" : " matter-dev-environment:local" ,
19
19
"remoteUser" : " vscode" ,
20
20
"customizations" : {
You can’t perform that action at this time.
0 commit comments