Skip to content

Commit ae5d772

Browse files
[Silabs] Update docker SDK versions for the Silabs Docker (#33217)
* Update sdk versions to new versions * Rename directory from efr32 to silabs * Update docker version * Update comments * Revert rename
1 parent 040e5bf commit ae5d772

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
48 : [QEMU] Add QEMU Dockerfile for ble-wifi testing on Linux
1+
49 : [Silabs] Update SDKs to new versions

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

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

1515

16-
# Clone Gecko SDK 4.4.1 (911f6cd)
17-
RUN wget https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.4.1/gecko-sdk.zip -O /tmp/gecko_sdk.zip \
16+
# Clone Gecko SDK 4.4.2 (e359ba4)
17+
RUN wget https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.4.2/gecko-sdk.zip -O /tmp/gecko_sdk.zip \
1818
&& unzip /tmp/gecko_sdk.zip -d /tmp/gecko_sdk \
1919
&& rm -rf /tmp/gecko_sdk.zip \
2020
# Deleting files that are not needed to save space
@@ -30,8 +30,8 @@ RUN git clone --depth=1 --single-branch --branch=2.8.2 https://github.com/Silico
3030
rm -rf .git \
3131
&& : # last line
3232

33-
# Clone WiSeConnect SDK 3.1.3 (00dd57a)
34-
RUN git clone --depth=1 --single-branch --branch=v3.1.3 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
33+
# Clone WiSeConnect SDK 3.1.3-matter-hotfix.4 (aa514d4)
34+
RUN git clone --depth=1 --single-branch --branch=v3.1.3-matter-hotfix.4 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
3535
cd /tmp/wifi_sdk && \
3636
rm -rf .git \
3737
&& : # last line

0 commit comments

Comments
 (0)