From 89dd220fe65d1fc585cbfb55ad84e5c7278356b3 Mon Sep 17 00:00:00 2001 From: stoneM2017 Date: Tue, 16 Aug 2022 11:48:47 +0800 Subject: [PATCH] [BL602]1.add bflb-iot-tool to chip-build-vscode;2.support build bl602-light in vscode; (#21572) --- .vscode/tasks.json | 1 + integrations/docker/images/chip-build-vscode/Dockerfile | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 20aff730a74613..6dfc67d22b5457 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -331,6 +331,7 @@ "android-arm64-chip-tvserver", "android-x64-chip-tool", "android-x86-chip-tool", + "bl602-light", "efr32-brd4161a-light", "efr32-brd4163a-light", "efr32-brd4164a-light", diff --git a/integrations/docker/images/chip-build-vscode/Dockerfile b/integrations/docker/images/chip-build-vscode/Dockerfile index 394adea2e19aa3..69cee1937a513c 100644 --- a/integrations/docker/images/chip-build-vscode/Dockerfile +++ b/integrations/docker/images/chip-build-vscode/Dockerfile @@ -66,6 +66,11 @@ RUN set -x \ && rm -rf /var/lib/apt/lists/* \ && : # last line +# Required for the Bouffalolab platform +RUN set -x \ + && pip3 install bflb-iot-tool \ + && : # last line + ENV AMEBA_PATH=/opt/ameba/ambd_sdk_with_chip_non_NDA ENV ANDROID_HOME=/opt/android/sdk ENV ANDROID_NDK_HOME=/opt/android/android-ndk-r21b