Skip to content

Commit 8f760aa

Browse files
[Silabs][Docker] Bump sdk versions in Silabs docker (project-chip#37651)
* Bump the silabs sdks docker images * correcting the comment
1 parent f447cc2 commit 8f760aa

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
113 : [Android] set java 8 for java docker
1+
114 : [Silabs] Update Silabs sisdk to v2024.12.1-0, Wiseconnect to 2.11.2 and wifisdk to 3.4.1

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

+6-7
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ RUN set -x \
1212
&& rm -rf /var/lib/apt/lists/ \
1313
&& : # last line
1414

15-
16-
# Download Simplicity SDK v2024.12.0 (8627f84)
17-
RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.12.0/gecko-sdk.zip -O /tmp/simplicity_sdk.zip \
15+
# Download Simplicity SDK v2024.12.1-0 (da66128)
16+
RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.12.1-0/simplicity-sdk.zip -O /tmp/simplicity_sdk.zip \
1817
&& unzip /tmp/simplicity_sdk.zip -d /tmp/simplicity_sdk \
1918
&& rm -rf /tmp/simplicity_sdk.zip \
2019
# Deleting files that are not needed to save space
@@ -29,14 +28,14 @@ RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.1
2928
&& find /tmp/simplicity_sdk/platform/Device/SiliconLabs -mindepth 1 -maxdepth 1 -type d ! \( -name 'EFR32MG24' -o -name 'EFR32MG26' -o -name 'MGM24' -o -name 'MGM26' \) -exec rm -rf {} + \
3029
&& : # last line
3130

32-
# Clone WiSeConnect Wi-Fi and Bluetooth Software 2.10.3 (b6d6cb5)
33-
RUN git clone --depth=1 --single-branch --branch=2.10.3 https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git /tmp/wiseconnect-wifi-bt-sdk && \
31+
# Clone WiSeConnect Wi-Fi and Bluetooth Software 2.11.2 (3dbc243)
32+
RUN git clone --depth=1 --single-branch --branch=2.11.2 https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git /tmp/wiseconnect-wifi-bt-sdk && \
3433
cd /tmp/wiseconnect-wifi-bt-sdk && \
3534
rm -rf .git examples \
3635
&& : # last line
3736

38-
# Clone WiSeConnect SDK v3.4.0 (9f6db89)
39-
RUN git clone --depth=1 --single-branch --branch=v3.4.0 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
37+
# Clone WiSeConnect SDK v3.4.1 (f675628)
38+
RUN git clone --depth=1 --single-branch --branch=v3.4.1 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
4039
cd /tmp/wifi_sdk && \
4140
rm -rf .git examples components/device/stm32 \
4241
&& : # last line

0 commit comments

Comments
 (0)