From 3849944aba7c4b5486df34f873c8e9129cd3c44c Mon Sep 17 00:00:00 2001 From: Alex Tsitsiura Date: Wed, 7 Dec 2022 16:45:52 +0200 Subject: [PATCH] [Telink] Update Telink Docker with fixes: mcu_boot, OTA, zephyr blob. (#23954) --- integrations/docker/images/chip-build-telink/Dockerfile | 6 ++---- integrations/docker/images/chip-build/version | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/integrations/docker/images/chip-build-telink/Dockerfile b/integrations/docker/images/chip-build-telink/Dockerfile index 3d0680db445357..1161d628aeaab2 100644 --- a/integrations/docker/images/chip-build-telink/Dockerfile +++ b/integrations/docker/images/chip-build-telink/Dockerfile @@ -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 \ @@ -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 diff --git a/integrations/docker/images/chip-build/version b/integrations/docker/images/chip-build/version index b1661d0d190530..7960ab89baa90a 100644 --- a/integrations/docker/images/chip-build/version +++ b/integrations/docker/images/chip-build/version @@ -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.