Skip to content

Commit

Permalink
[NXP] Update docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Girardot <[email protected]>
  • Loading branch information
Martin-NXP committed Dec 23, 2024
1 parent af336ec commit bf22161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@
95 : [Silabs] Update Silabs sisdk to v2024.12.0 and wifisdk to 3.4.0
96 : [NXP] Update NXP sdk to 2.16.100
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /opt/nxp/
ARG NXP_SDK_EXAMPLE_PATH=nxp_matter_support/github_sdk/common_sdk/repo/examples

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

0 comments on commit bf22161

Please sign in to comment.