We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d6475 commit b9eee28Copy full SHA for b9eee28
integrations/docker/images/base/chip-build/version
@@ -1 +1 @@
1
-52 : [NXP] Update K32W0 SDK to 2.6.14
+53 : [Tizen] Add libatomic.so to QEMU Docker image
integrations/docker/images/stage-3/chip-build-tizen-qemu/Dockerfile
@@ -84,6 +84,7 @@ RUN set -x \
84
# Add extra libraries to the root image
85
&& guestfish --rw -a $TIZEN_IOT_IMAGE_ROOT -m /dev/sda copy-in \
86
$TIZEN_SDK_TOOLCHAIN/arm-tizen-linux-gnueabi/lib/libasan.so.* \
87
+ $TIZEN_SDK_TOOLCHAIN/arm-tizen-linux-gnueabi/lib/libatomic.so.* \
88
$TIZEN_SDK_TOOLCHAIN/arm-tizen-linux-gnueabi/lib/libubsan.so.* \
89
$TIZEN_SDK_SYSROOT/usr/lib/libbluetooth-api.so.* \
90
$TIZEN_SDK_SYSROOT/usr/lib/libcapi-network-bluetooth.so.* \
0 commit comments