From 60a610e5955bdd1f5f61e90ffc40a93b5aa01e82 Mon Sep 17 00:00:00 2001 From: Jaafar BEN YOUNES Date: Tue, 18 Mar 2025 09:11:36 +0100 Subject: [PATCH] [NXP] Update NXP docker image --- integrations/docker/images/base/chip-build/version | 2 +- integrations/docker/images/stage-2/chip-build-nxp/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/docker/images/base/chip-build/version b/integrations/docker/images/base/chip-build/version index 00a1a53cfbf8b6..790c08ca941705 100644 --- a/integrations/docker/images/base/chip-build/version +++ b/integrations/docker/images/base/chip-build/version @@ -1 +1 @@ -123 : [Tizen] Add arm64 target - Docker part +124 : [NXP] Update NXP sdk version diff --git a/integrations/docker/images/stage-2/chip-build-nxp/Dockerfile b/integrations/docker/images/stage-2/chip-build-nxp/Dockerfile index 9d5f3e79e88f69..264fa89d8306f2 100644 --- a/integrations/docker/images/stage-2/chip-build-nxp/Dockerfile +++ b/integrations/docker/images/stage-2/chip-build-nxp/Dockerfile @@ -13,7 +13,7 @@ WORKDIR /opt/nxp/ ARG NXP_SDK_EXAMPLE_PATH=nxp_matter_support/github_sdk/sdk_next/repo/mcuxsdk/examples RUN set -x \ - && git clone --branch release/v1.4.0.1 https://github.com/NXP/nxp_matter_support.git \ + && git clone --branch matter-sdk-25-03-pvw2-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 \