Skip to content

Commit 2229363

Browse files
s07641069pull[bot]
authored andcommitted
[Telink] Update Telink Docker with fixes: mcu_boot, OTA, zephyr blob. (#23954)
1 parent b822e29 commit 2229363

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

integrations/docker/images/chip-build-telink/Dockerfile

+2-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN set -x \
2323
&& : # last line
2424

2525
# Setup Zephyr
26-
ARG ZEPHYR_REVISION=2901439a086f8202e63dc6f66a590021bb8e15d3
26+
ARG ZEPHYR_REVISION=7e93d9eeb7d2796d678a069558c251cf94dd0c2e
2727
WORKDIR /opt/telink/zephyrproject
2828
RUN set -x \
2929
&& python3 -m pip install -U --no-cache-dir \
@@ -35,9 +35,7 @@ RUN set -x \
3535
&& west init -l \
3636
&& cd .. \
3737
&& west update -o=--depth=1 -n -f smart \
38-
&& cd modules/hal/telink \
39-
&& git submodule update --init \
40-
&& cd ../../../ \
38+
&& west blobs fetch hal_telink \
4139
&& west zephyr-export \
4240
&& : # last line
4341

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.17 Version bump reason: [nrfconnect] Update external url to nRF Command Line Tools.
1+
0.6.18 Version bump reason: [Telink] Update Telink Docker with fixes: mcu_boot, OTA, zephyr blob.

0 commit comments

Comments
 (0)