Skip to content

Commit 6e50acf

Browse files
Update silabs docker image to pull latest sdks (#40638)
1 parent f8fe491 commit 6e50acf

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
163 : Upgraded from API 30 to API 34
1+
164 : Update Silabs sdks
2+

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ RUN set -x \
1212
&& rm -rf /var/lib/apt/lists/ \
1313
&& : # last line
1414

15-
# Download Simplicity SDK v2025.6.0 (f107f75)
16-
RUN git clone --depth=1 --single-branch --branch=v2025.6.0 https://github.com/SiliconLabs/simplicity_sdk.git /tmp/simplicity_sdk \
15+
# Download Simplicity SDK v2025.6.1 (4c4c715)
16+
RUN git clone --depth=1 --single-branch --branch=v2025.6.1 https://github.com/SiliconLabs/simplicity_sdk.git /tmp/simplicity_sdk \
1717
# Deleting files that are not needed to save space
1818
&& rm -rf /tmp/simplicity_sdk/.git /tmp/simplicity_sdk/protocol/flex /tmp/simplicity_sdk/protocol/z-wave /tmp/simplicity_sdk/protocol/zigbee /tmp/simplicity_sdk/protocol/wisun /tmp/simplicity_sdk/util/third_party/tensorflow_extra \
1919
/tmp/simplicity_sdk/util/third_party/sqlite /tmp/simplicity_sdk/util/third_party/ot-br-posix /tmp/simplicity_sdk/util/third_party/tflite-micro /tmp/simplicity_sdk/util/third_party/tflite-fatfs /tmp/simplicity_sdk/util/third_party/unity_test_framework \
@@ -32,8 +32,8 @@ RUN git clone --depth=1 --single-branch --branch=2.12.0 https://github.com/Silic
3232
rm -rf .git examples \
3333
&& : # last line
3434

35-
# Clone WiSeConnect SDK v3.5.0 (ca4c4b0)
36-
RUN git clone --depth=1 --single-branch --branch=v3.5.0 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
35+
# Clone WiSeConnect SDK v3.5.1 (984fbd4)
36+
RUN git clone --depth=1 --single-branch --branch=v3.5.1 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
3737
cd /tmp/wifi_sdk && \
3838
rm -rf .git examples components/device/stm32 \
3939
&& : # last line

0 commit comments

Comments
 (0)