Skip to content

Commit

Permalink
[Silabs] Adds bugfix for symlink for docker use and optimize SDK down…
Browse files Browse the repository at this point in the history
…load (project-chip#29741)

* delete file

* typechange: integrations/docker/images/stage-2/chip-build-efr32/requirements.txt

* new file:   requirements.silabs_docker.txt

* Add --single-branch flag for leaner clone

* Update version
  • Loading branch information
brosahay authored Oct 12, 2023
1 parent 47836d2 commit 85b54cd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/base/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17 : [Silabs] Update Docker image (WiseConnect and GECKO SDK(s) update)
18 : [Silabs] Adds bugfix for symlink for docker use and optimize SDK download
10 changes: 5 additions & 5 deletions integrations/docker/images/stage-2/chip-build-efr32/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ RUN set -x \


# Clone Gecko SDK 4.3.2 (1228a95)
RUN git clone --single-branch --depth=1 --branch=v4.3.2 https://github.com/SiliconLabs/gecko_sdk.git /tmp/gecko_sdk && \
cd /tmp/gecko_sdk && \
rm -rf .git \
RUN wget https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.3.2/gecko-sdk.zip -O /tmp/gecko_sdk.zip \
&& unzip /tmp/gecko_sdk.zip -d /tmp/gecko_sdk \
&& rm -rf /tmp/gecko_sdk.zip \
&& : # last line

# Clone WiSeConnect Wi-Fi and Bluetooth Software 2.8.2 (4fa5c5f)
RUN git clone --depth=1 --branch=2.8.2 https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git /tmp/wiseconnect-wifi-bt-sdk && \
RUN git clone --depth=1 --single-branch --branch=2.8.2 https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git /tmp/wiseconnect-wifi-bt-sdk && \
cd /tmp/wiseconnect-wifi-bt-sdk && \
rm -rf .git \
&& : # last line

# Clone WiSeConnect SDK 3.1.0 (58a2404)
RUN git clone --depth=1 --branch=v3.1.0 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
RUN git clone --depth=1 --single-branch --branch=v3.1.0 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
cd /tmp/wifi_sdk && \
rm -rf .git \
&& : # last line
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# codegen.py build requirements
Jinja2==3.1.2
lark==1.1.7
stringcase==1.2.0
# Sphinx dependencies (for slc-cli)
linkify-it-py==2.0.2
myst-parser==2.0.0
Sphinx==7.2.6
sphinx-rtd-theme==1.3.0
sphinx-tabs==3.4.1
10 changes: 0 additions & 10 deletions scripts/setup/requirements.silabs_docker.txt

This file was deleted.

1 change: 1 addition & 0 deletions scripts/setup/requirements.silabs_docker.txt

0 comments on commit 85b54cd

Please sign in to comment.