File tree 2 files changed +6
-2
lines changed
integrations/docker/images
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- 78 : [Silabs] Update Silabs docker WiseConnect 3.3.2
1
+ 79 : [NXP] Updating NXP docker image to include k32w0 platform
Original file line number Diff line number Diff line change @@ -10,10 +10,14 @@ 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
14
+
13
15
RUN set -x \
14
16
&& git clone --branch v1.4.0-pvw1 https://github.com/NXP/nxp_matter_support.git \
15
17
&& pip3 install --break-system-packages -U --no-cache-dir west \
16
- && ./nxp_matter_support/scripts/update_nxp_sdk.py --platform common \
18
+ && ./nxp_matter_support/scripts/update_nxp_sdk.py \
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` \
17
21
&& : # last line
18
22
19
23
FROM ghcr.io/project-chip/chip-build:${VERSION}
You can’t perform that action at this time.
0 commit comments