Skip to content

Commit 05671a1

Browse files
Update silabs docker image (#35011)
Co-authored-by: Andrei Litvin <andy314@gmail.com>
1 parent 78ce5b0 commit 05671a1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
73 : [Telink] Update Docker image (Zephyr update)
1+
74 : Update Silabs docker SiSDK 2024.06.1 WiseConnect 3.3.1 Wiseconnect Wifi bt sdk 2.10.0

integrations/docker/images/stage-2/chip-build-efr32/Dockerfile

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ RUN set -x \
1313
&& : # last line
1414

1515

16-
# Download Simplicity SDK v2024.6.0 (a1a37fa)
17-
RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.6.0/sisdk-sdk.zip -O /tmp/simplicity_sdk.zip \
16+
# Download Simplicity SDK v2024.6.1 (a1a37fa)
17+
RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.6.1-0/sisdk-sdk.zip -O /tmp/simplicity_sdk.zip \
1818
&& unzip /tmp/simplicity_sdk.zip -d /tmp/simplicity_sdk \
1919
&& rm -rf /tmp/simplicity_sdk.zip \
2020
# Deleting files that are not needed to save space
@@ -23,14 +23,14 @@ RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.6
2323
&& find /tmp/simplicity_sdk/protocol/openthread -name "*efr32mg21*" -delete \
2424
&& : # last line
2525

26-
# Clone WiSeConnect Wi-Fi and Bluetooth Software 2.8.2 (4fa5c5f)
27-
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 && \
26+
# Clone WiSeConnect Wi-Fi and Bluetooth Software 2.10.0 (f94b83d)
27+
RUN git clone --depth=1 --single-branch --branch=2.10.0 https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git /tmp/wiseconnect-wifi-bt-sdk && \
2828
cd /tmp/wiseconnect-wifi-bt-sdk && \
2929
rm -rf .git \
3030
&& : # last line
3131

32-
# Clone WiSeConnect SDK v3.3.0 (e97a0ed)
33-
RUN git clone --depth=1 --single-branch --branch=v3.3.0 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
32+
# Clone WiSeConnect SDK v3.3.1 (841ea3f)
33+
RUN git clone --depth=1 --single-branch --branch=v3.3.1 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
3434
cd /tmp/wifi_sdk && \
3535
rm -rf .git \
3636
&& : # last line

0 commit comments

Comments
 (0)