[OE-core] [PATCH] core-image-minimal-initramfs: add libgcc into the initramfs image

Richard Purdie richard.purdie at linuxfoundation.org
Thu Mar 7 12:33:59 UTC 2019


On Thu, 2019-03-07 at 18:00 +0800, Zhixiong Chi wrote:
> It's not for dependency of the package in the initramfs image,
> 
> just for the multithread application while the customer use initramfs
> image.
> 
> Since we use PACKAGE_INSTALL to override the rootfs in the initramfs
> bb 
> file,
> 
> so we couldn't use the IMAGE_INSTALL_append to add the package in
> the 
> local.conf.
> 
> Did you think if it should be added into the image? :-)
> 
> I know the initramfs is just to bootup the system. If the customer
> want to support the multithread app, they can use the other types of
> the image.

The customer needs to depend on libgcc in their app, or their
initramfs, we're not adding random dependencies to the initramfs "just
in case".

Cheers,

Richard






More information about the Openembedded-core mailing list