Skip to content

Commit

Permalink
docker image 36 : Update GeckoSDK and WIFI SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs committed Feb 15, 2024
1 parent 8eaca94 commit 78fe1f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 @@
35 : [Telink] Update Docker image (Zephyr update)
36 : [Silabs] Update GeckoSDK and WIFI SDK
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN set -x \
&& : # last line


# Clone Gecko SDK 4.4.0 (124fa19)
RUN wget https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.4.0/gecko-sdk.zip -O /tmp/gecko_sdk.zip \
# Clone Gecko SDK 4.4.1 (911f6cd)
RUN wget https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.4.1/gecko-sdk.zip -O /tmp/gecko_sdk.zip \
&& unzip /tmp/gecko_sdk.zip -d /tmp/gecko_sdk \
&& rm -rf /tmp/gecko_sdk.zip \
# Deleting files that are not needed to save space
Expand All @@ -30,8 +30,8 @@ RUN git clone --depth=1 --single-branch --branch=2.8.2 https://github.com/Silico
rm -rf .git \
&& : # last line

# Clone WiSeConnect SDK 3.1.1 (b2c1cd0)
RUN git clone --depth=1 --single-branch --branch=v3.1.1 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
# Clone WiSeConnect SDK 3.1.3 (00dd57a)
RUN git clone --depth=1 --single-branch --branch=v3.1.3 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
cd /tmp/wifi_sdk && \
rm -rf .git \
&& : # last line
Expand Down

0 comments on commit 78fe1f9

Please sign in to comment.