Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integrations/docker/images/base/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
175 : [Telink] Update Docker image (Zephyr update)
176 : [NXP] Update NXP SDK docker to 25.09.00
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ WORKDIR /opt/nxp/
RUN set -x \
&& git clone https://github.com/NXP/nxp_matter_support.git \
&& cd nxp_matter_support \
# Checkout commit aligned with updated west manifest using MCUX SDK 25.06.00,
# Checkout commit aligned with updated west manifest using MCUX SDK 25.09.00,
# including patches for Matter support in specific components
&& git checkout deb06197654ed2e4a688be05467a0954b91fd61d \
&& git checkout d5e65670b37c6bef48b310da5540a9ef0492106e \
&& pip3 install --break-system-packages -U --no-cache-dir west \
&& ./scripts/update_nxp_sdk.py --platform common \
&& : # last line
Expand Down
Loading