Skip to content

Commit 5e3c5a5

Browse files
committed
[NXP] Update NXP Zephyr Docker image for nxp-zsdk v4.0.0 migration
Signed-off-by: Axel Le Bourhis <axel.lebourhis@nxp.com>
1 parent 9e671ad commit 5e3c5a5

File tree

1 file changed

+4
-7
lines changed
  • integrations/docker/images/stage-2/chip-build-nxp-zephyr

1 file changed

+4
-7
lines changed

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

+4-7
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,20 @@ RUN set -x \
1010

1111
WORKDIR /opt/nxp-zephyr
1212
RUN set -x \
13-
&& wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.8/zephyr-sdk-0.16.8_linux-x86_64_minimal.tar.xz \
14-
&& tar xvf zephyr-sdk-0.16.8_linux-x86_64_minimal.tar.xz \
15-
&& rm -rf zephyr-sdk-0.16.8_linux-x86_64_minimal.tar.xz \
16-
&& zephyr-sdk-0.16.8/setup.sh -t arm-zephyr-eabi \
1713
&& 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-v3.7.0 \
14+
&& west sdk install -t arm-zephyr-eabi --install-dir /opt/nxp-zephyr --version 0.17.0 \
15+
&& west init zephyrproject -m https://github.com/nxp-zephyr/nxp-zsdk.git --mr nxp-v4.0.0 \
1916
&& cd zephyrproject \
2017
&& west update -o=--depth=1 -n \
2118
&& west zephyr-export \
2219
&& : # last line
2320

2421
FROM ghcr.io/project-chip/chip-build:${VERSION}
2522

26-
COPY --from=build /opt/nxp-zephyr/zephyr-sdk-0.16.8/ /opt/nxp-zephyr/zephyr-sdk-0.16.8/
23+
COPY --from=build /opt/nxp-zephyr/zephyr-sdk-0.17.0/ /opt/nxp-zephyr/zephyr-sdk-0.17.0/
2724
COPY --from=build /opt/nxp-zephyr/zephyrproject/ /opt/nxp-zephyr/zephyrproject/
2825

2926
WORKDIR /opt/nxp-zephyr
3027

3128
ENV ZEPHYR_NXP_BASE=/opt/nxp-zephyr/zephyrproject/zephyr
32-
ENV ZEPHYR_NXP_SDK_INSTALL_DIR=/opt/nxp-zephyr/zephyr-sdk-0.16.8
29+
ENV ZEPHYR_NXP_SDK_INSTALL_DIR=/opt/nxp-zephyr/zephyr-sdk-0.17.0

0 commit comments

Comments
 (0)