Skip to content

Commit 6915d2e

Browse files
authored
[NXP][docker] Update NXP Zephyr docker image (project-chip#38954)
Signed-off-by: Martin Girardot <[email protected]>
1 parent 0238fed commit 6915d2e

File tree

2 files changed

+2
-2
lines changed
  • integrations/docker/images

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
130 : [Tizen] QEMU coredump extraction
1+
131 : [NXP] Update NXP Zephyr docker image to Zephyr 4.1.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN set -x \
1515
&& rm -rf zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz \
1616
&& zephyr-sdk-0.17.0/setup.sh -t arm-zephyr-eabi \
1717
&& pip3 install --break-system-packages -U --no-cache-dir west \
18-
&& west init zephyrproject -m https://github.com/nxp-zephyr/nxp-zsdk.git --mr nxp-v4.0.0 \
18+
&& west init zephyrproject -m https://github.com/nxp-zephyr/nxp-zsdk.git --mr nxp-v4.1.0 \
1919
&& cd zephyrproject \
2020
&& west update -o=--depth=1 -n \
2121
&& west zephyr-export \

0 commit comments

Comments
 (0)