File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
integrations/docker/images
chip-build-telink-zephyr_3_3 Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- 131 : [NXP ] Update NXP Zephyr docker image to Zephyr 4.1.0
1+ 132 : [Telink ] Update Docker image ( Zephyr update)
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ RUN set -x \
1818 && : # last line
1919
2020# Setup Zephyr version: 3.3.0; branch: develop_3.3
21- ARG ZEPHYR_REVISION=2f112696a24c8921bcb196a3c4b90c4f8a37f710
21+ ARG ZEPHYR_REVISION=f7ae682dfb047c3ae7823c6b613f834b60364250
22+ ARG N22_BIN_REVISION=05f9bcecde9df997a7d735ea119bb9a8212b8a8f
2223WORKDIR /opt/telink/zephyrproject
2324RUN set -x \
2425 && python3 -m pip install --break-system-packages -U --no-cache-dir west \
@@ -30,6 +31,7 @@ RUN set -x \
3031 && west init -l \
3132 && west update -o=--depth=1 -n -f smart \
3233 && west blobs fetch hal_telink \
34+ && scripts/utils/telink_w91_post_build $PWD ${N22_BIN_REVISION} 1 \
3335 && : # last line
3436
3537FROM ghcr.io/project-chip/chip-build:${VERSION}
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ RUN set -x \
1818 && : # last line
1919
2020# Setup Zephyr version: 3.7.0; branch: develop
21- ARG ZEPHYR_REVISION=ed037d7de7c23eb14c908453d2d481cdf782796a
21+ ARG ZEPHYR_REVISION=5f49979be46451b30c92223d431f6dab5c131d80
22+ ARG N22_BIN_REVISION=05f9bcecde9df997a7d735ea119bb9a8212b8a8f
2223WORKDIR /opt/telink/zephyrproject
2324RUN set -x \
2425 && python3 -m pip install --break-system-packages -U --no-cache-dir west \
@@ -30,6 +31,7 @@ RUN set -x \
3031 && west init -l \
3132 && west update -o=--depth=1 -n -f smart \
3233 && west blobs fetch hal_telink \
34+ && scripts/utils/telink_w91_post_build $PWD ${N22_BIN_REVISION} 1 \
3335 && : # last line
3436
3537FROM ghcr.io/project-chip/chip-build:${VERSION}
You can’t perform that action at this time.
0 commit comments