From 38760fe27736c641ae707e0d86d6a9f545061c40 Mon Sep 17 00:00:00 2001 From: Alex Tsitsiura Date: Thu, 25 Aug 2022 18:23:18 +0300 Subject: [PATCH] [Telink]: Update to Zephyr with Telink OTA adaptation --- integrations/docker/images/chip-build-telink/Dockerfile | 3 ++- integrations/docker/images/chip-build/version | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/integrations/docker/images/chip-build-telink/Dockerfile b/integrations/docker/images/chip-build-telink/Dockerfile index ba3604f82e47f0..cc95948d6c18b3 100644 --- a/integrations/docker/images/chip-build-telink/Dockerfile +++ b/integrations/docker/images/chip-build-telink/Dockerfile @@ -17,11 +17,12 @@ RUN set -x \ && : # last line # Setup Zephyr -ARG ZEPHYR_REVISION=8cf9cc52e4de98d0303d8fed6a57ae956954986d +ARG ZEPHYR_REVISION=295b4e6dedc4f40701962e0ed0be1090be5c0eee WORKDIR /opt/telink/zephyrproject RUN set -x \ && python3 -m pip install -U --no-cache-dir \ west==0.12.0 \ + imgtool==1.7.0 \ && git clone https://github.com/telink-semi/zephyr \ && cd zephyr \ && git reset ${ZEPHYR_REVISION} --hard \ diff --git a/integrations/docker/images/chip-build/version b/integrations/docker/images/chip-build/version index 1baaf2f8150e0b..72a6e43a25f0cd 100644 --- a/integrations/docker/images/chip-build/version +++ b/integrations/docker/images/chip-build/version @@ -1 +1 @@ -0.5.97 Version bump reason: [TI] Update SysConfig to 1.13.0 +0.5.98 Version bump reason: Update Telink Docker