Skip to content

Commit bba390a

Browse files
authored
[NXP] Update docker image (project-chip#36931)
Signed-off-by: Martin Girardot <martin.girardot@nxp.com>
1 parent ac01eae commit bba390a

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-
95 : [Silabs] Update Silabs sisdk to v2024.12.0 and wifisdk to 3.4.0
1+
96 : [NXP] Update NXP sdk to 2.16.100

integrations/docker/images/stage-2/chip-build-nxp/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ WORKDIR /opt/nxp/
1313
ARG NXP_SDK_EXAMPLE_PATH=nxp_matter_support/github_sdk/common_sdk/repo/examples
1414

1515
RUN set -x \
16-
&& git clone --branch v1.4.0-pvw1 https://github.com/NXP/nxp_matter_support.git \
16+
&& git clone --branch matter-sdk-2.16.100-support https://github.com/NXP/nxp_matter_support.git \
1717
&& pip3 install --break-system-packages -U --no-cache-dir west \
1818
&& ./nxp_matter_support/scripts/update_nxp_sdk.py \
1919
&& cd $NXP_SDK_EXAMPLE_PATH \

0 commit comments

Comments
 (0)