Skip to content

Commit

Permalink
[Telink] Update Telink Docker with fixes: mcu_boot, OTA, zephyr blob. (
Browse files Browse the repository at this point in the history
  • Loading branch information
s07641069 authored and pull[bot] committed Jan 20, 2024
1 parent b822e29 commit 2229363
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions integrations/docker/images/chip-build-telink/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN set -x \
&& : # last line

# Setup Zephyr
ARG ZEPHYR_REVISION=2901439a086f8202e63dc6f66a590021bb8e15d3
ARG ZEPHYR_REVISION=7e93d9eeb7d2796d678a069558c251cf94dd0c2e
WORKDIR /opt/telink/zephyrproject
RUN set -x \
&& python3 -m pip install -U --no-cache-dir \
Expand All @@ -35,9 +35,7 @@ RUN set -x \
&& west init -l \
&& cd .. \
&& west update -o=--depth=1 -n -f smart \
&& cd modules/hal/telink \
&& git submodule update --init \
&& cd ../../../ \
&& west blobs fetch hal_telink \
&& west zephyr-export \
&& : # last line

Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.17 Version bump reason: [nrfconnect] Update external url to nRF Command Line Tools.
0.6.18 Version bump reason: [Telink] Update Telink Docker with fixes: mcu_boot, OTA, zephyr blob.

0 comments on commit 2229363

Please sign in to comment.