Skip to content

Commit c2e0d1b

Browse files
committed
[NXP] Update NXP docker image
1 parent b2a86bd commit c2e0d1b

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-
121 : [Telink] Update Docker image (Zephyr 3.3 & 3.7 support)
1+
122 : [NXP] Update NXP sdk version

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/sdk_next/repo/mcuxsdk/examples
1414

1515
RUN set -x \
16-
&& git clone --branch release/v1.4.0.1 https://github.com/NXP/nxp_matter_support.git \
16+
&& git clone --branch matter-sdk-25-03-pvw2-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)