Skip to content

Commit

Permalink
Update Tizen SDK to the latest version
Browse files Browse the repository at this point in the history
Tizen SDK's thread API was modified caused by the opensource change.
Tizen SDK change was applied on tizen-unified_20230816.124244.
And we should use the tizen docker to use the version after it.
  • Loading branch information
dh79pyun committed Aug 21, 2023
1 parent 1df99a9 commit 496ea5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 @@
8 : Update Silabs GSDK to v4.3.1
9 : Update Tizen SDK to the latest version after tizen-unified_20230816.124244
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN set -x \
ENV TIZEN_VERSION 7.0
ENV TIZEN_SDK_ROOT /opt/tizen-sdk

# Fetch the version after tizen-unified_20230816.124244
COPY tizen-sdk-installer $TIZEN_SDK_ROOT/files/installer
RUN set -x \
&& bash $TIZEN_SDK_ROOT/files/installer/install.sh \
Expand Down

0 comments on commit 496ea5a

Please sign in to comment.