Skip to content

Commit d9dc875

Browse files
authoredMar 20, 2025··
[Telink] Update Docker image (Zephyr update) (#37982)
* [Telink] Update Docker image (Zephyr update) * [Telink] Update Docker image (Zephyr update)
1 parent 30bed7a commit d9dc875

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
121 : [Telink] Update Docker image (Zephyr 3.3 & 3.7 support)
1+
122 : [Telink] Update Docker image (Zephyr update)

‎integrations/docker/images/stage-2/chip-build-telink-zephyr_3_3/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -x \
1818
&& : # last line
1919

2020
# Setup Zephyr version: 3.3.0; branch: develop_3.3
21-
ARG ZEPHYR_REVISION=fdccaba1ebc147908e9cca653e6c6743def3332b
21+
ARG ZEPHYR_REVISION=c02df4a2bf7598d0a62b4d98f7f274bcbc1af4af
2222
WORKDIR /opt/telink/zephyrproject
2323
RUN set -x \
2424
&& python3 -m pip install --break-system-packages -U --no-cache-dir west \

‎integrations/docker/images/stage-2/chip-build-telink/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -x \
1818
&& : # last line
1919

2020
# Setup Zephyr version: 3.7.0; branch: develop
21-
ARG ZEPHYR_REVISION=46b82695b9390d74bcfa4b01a14a009c01b96895
21+
ARG ZEPHYR_REVISION=eff83ae8b6e5bfdda87bcdb96760a938317e8c3c
2222
WORKDIR /opt/telink/zephyrproject
2323
RUN set -x \
2424
&& python3 -m pip install --break-system-packages -U --no-cache-dir west \

0 commit comments

Comments
 (0)
Please sign in to comment.