Skip to content

Commit

Permalink
[Tizen] Add libatomic.so to QEMU Docker image (#33631)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq authored and pull[bot] committed Oct 4, 2024
1 parent ad66d9c commit 4044643
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 @@
52 : [NXP] Update K32W0 SDK to 2.6.14
53 : [Tizen] Add libatomic.so to QEMU Docker image
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ RUN set -x \
# Add extra libraries to the root image
&& guestfish --rw -a $TIZEN_IOT_IMAGE_ROOT -m /dev/sda copy-in \
$TIZEN_SDK_TOOLCHAIN/arm-tizen-linux-gnueabi/lib/libasan.so.* \
$TIZEN_SDK_TOOLCHAIN/arm-tizen-linux-gnueabi/lib/libatomic.so.* \
$TIZEN_SDK_TOOLCHAIN/arm-tizen-linux-gnueabi/lib/libubsan.so.* \
$TIZEN_SDK_SYSROOT/usr/lib/libbluetooth-api.so.* \
$TIZEN_SDK_SYSROOT/usr/lib/libcapi-network-bluetooth.so.* \
Expand Down

0 comments on commit 4044643

Please sign in to comment.