Skip to content

Commit b9eee28

Browse files
authored
[Tizen] Add libatomic.so to QEMU Docker image (#33631)
1 parent 16d6475 commit b9eee28

File tree

2 files changed

+2
-1
lines changed
  • integrations/docker/images

2 files changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
52 : [NXP] Update K32W0 SDK to 2.6.14
1+
53 : [Tizen] Add libatomic.so to QEMU Docker image

integrations/docker/images/stage-3/chip-build-tizen-qemu/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ RUN set -x \
8484
# Add extra libraries to the root image
8585
&& guestfish --rw -a $TIZEN_IOT_IMAGE_ROOT -m /dev/sda copy-in \
8686
$TIZEN_SDK_TOOLCHAIN/arm-tizen-linux-gnueabi/lib/libasan.so.* \
87+
$TIZEN_SDK_TOOLCHAIN/arm-tizen-linux-gnueabi/lib/libatomic.so.* \
8788
$TIZEN_SDK_TOOLCHAIN/arm-tizen-linux-gnueabi/lib/libubsan.so.* \
8889
$TIZEN_SDK_SYSROOT/usr/lib/libbluetooth-api.so.* \
8990
$TIZEN_SDK_SYSROOT/usr/lib/libcapi-network-bluetooth.so.* \

0 commit comments

Comments
 (0)