From 35070618a5ff5aa6964120b6b02cc9d673e3e60f Mon Sep 17 00:00:00 2001 From: pankore <86098180+pankore@users.noreply.github.com> Date: Mon, 10 Jan 2022 22:07:49 +0800 Subject: [PATCH] [Ameba] Revise dockerfile for toolchain update (#13406) --- integrations/docker/images/chip-build-ameba/Dockerfile | 6 +++--- integrations/docker/images/chip-build/version | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integrations/docker/images/chip-build-ameba/Dockerfile b/integrations/docker/images/chip-build-ameba/Dockerfile index 245d21102915d2..93501e305e3363 100644 --- a/integrations/docker/images/chip-build-ameba/Dockerfile +++ b/integrations/docker/images/chip-build-ameba/Dockerfile @@ -9,11 +9,11 @@ RUN set -x \ && cd ${AMEBA_DIR} \ && git clone --progress -b cmake_build https://github.com/pankore/ambd_sdk_with_chip_non_NDA.git \ && cd ambd_sdk_with_chip_non_NDA \ - && git reset --hard a7eac08 \ + && git reset --hard f8c7b9e \ && git submodule update --depth 1 --init --progress \ && cd project/realtek_amebaD_va0_example/GCC-RELEASE/project_hp/toolchain \ - && cat asdk/asdk-9.3.0-linux-newlib-build-3483-x86_64.tar.bz2.part* > asdk/asdk-9.3.0-linux-newlib-build-3483-x86_64.tar.bz2 \ - && mkdir -p linux && tar -jxvf asdk/asdk-9.3.0-linux-newlib-build-3483-x86_64.tar.bz2 -C linux/ \ + && cat asdk/asdk-10.3.0-linux-newlib-build-3638-x86_64.tar.bz2.part* > asdk/asdk-10.3.0-linux-newlib-build-3638-x86_64.tar.bz2 \ + && mkdir -p linux && tar -jxvf asdk/asdk-10.3.0-linux-newlib-build-3638-x86_64.tar.bz2 -C linux/ \ && : # last line ENV AMEBA_PATH=${AMEBA_DIR}/ambd_sdk_with_chip_non_NDA diff --git a/integrations/docker/images/chip-build/version b/integrations/docker/images/chip-build/version index 0710299211e3be..c95fda3804f0c9 100644 --- a/integrations/docker/images/chip-build/version +++ b/integrations/docker/images/chip-build/version @@ -1 +1 @@ -0.5.42 Version bump reason: [Ameba] SDK update & Add otar otap options +0.5.43 Version bump reason: [Ameba] Update toolchain to asdk-10.3.0