All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] core-image-minimal-initramfs: add libgcc into the initramfs image
@ 2019-03-07  6:51 Zhixiong Chi
  2019-03-07  9:05 ` Burton, Ross
  0 siblings, 1 reply; 7+ messages in thread
From: Zhixiong Chi @ 2019-03-07  6:51 UTC (permalink / raw)
  To: openembedded-core

Add the libgcc package into the initramfs image to avoid multithread
function error in the userspace(eg: pthread_cancel).

Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
---
 meta/recipes-core/images/core-image-minimal-initramfs.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb
index 7df8ab1ebd..3cf2c7b01f 100644
--- a/meta/recipes-core/images/core-image-minimal-initramfs.bb
+++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb
@@ -11,7 +11,7 @@ INITRAMFS_SCRIPTS ?= "\
                       initramfs-module-install-efi \
                      "
 
-PACKAGE_INSTALL = "${INITRAMFS_SCRIPTS} ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}"
+PACKAGE_INSTALL = "${INITRAMFS_SCRIPTS} ${VIRTUAL-RUNTIME_base-utils} udev base-passwd libgcc ${ROOTFS_BOOTSTRAP_INSTALL}"
 
 # Do not pollute the initrd image with rootfs features
 IMAGE_FEATURES = ""
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-03-07 14:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-07  6:51 [PATCH] core-image-minimal-initramfs: add libgcc into the initramfs image Zhixiong Chi
2019-03-07  9:05 ` Burton, Ross
2019-03-07 10:00   ` Zhixiong Chi
2019-03-07 12:33     ` Richard Purdie
2019-03-07 12:39       ` Burton, Ross
2019-03-07 14:45         ` Khem Raj
2019-03-07 14:47           ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.