File tree 2 files changed +3
-4
lines changed
integrations/docker/images
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- 119 : [vscode/java/android] Install JDK 11 in vscode image (java path already set to it)
1
+ 120 : [NXP] Update NXP sdk version
Original file line number Diff line number Diff line change @@ -10,14 +10,13 @@ RUN set -x \
10
10
11
11
WORKDIR /opt/nxp/
12
12
13
- ARG NXP_SDK_EXAMPLE_PATH=nxp_matter_support/github_sdk/common_sdk /repo/examples
13
+ ARG NXP_SDK_EXAMPLE_PATH=nxp_matter_support/github_sdk/sdk_next /repo/mcuxsdk /examples
14
14
15
15
RUN set -x \
16
- && git clone --branch matter-sdk-2.16.100-support https://github.com/NXP/nxp_matter_support.git \
16
+ && git clone --branch release/v1.4.0.1 https://github.com/NXP/nxp_matter_support.git \
17
17
&& pip3 install --break-system-packages -U --no-cache-dir west \
18
18
&& ./nxp_matter_support/scripts/update_nxp_sdk.py \
19
19
&& cd $NXP_SDK_EXAMPLE_PATH \
20
- && find . -maxdepth 1 -mindepth 1 -type d ! -name '.*' -a ! -name '*rt1170*' -a ! -name '*rt1060*' -a ! -name '*rw612*' -a ! -name '*k32w*' -a ! -name '*mcxw*' -exec rm -rf {} + `# Remove unused folder to reduce image size` \
21
20
&& : # last line
22
21
23
22
FROM ghcr.io/project-chip/chip-build:${VERSION}
You can’t perform that action at this time.
0 commit comments