[OE-core] [PATCH 3/9] bitbake.conf, core-image-minimal-initramfs: add INITRAMFS_FSTYPES

Richard Purdie richard.purdie at linuxfoundation.org
Fri Dec 16 16:16:19 UTC 2011


On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote:
> Initramfs images don't benefit from usual IMAGE_FSTYPES overrides. The
> only sane values for them are "cpio.XXX". If IMAGE_FSTYPES is set to
> include 'live', building core-image-minimal-initramfs can result in
> build error, if the image is built before the kernel. To stop initramfs
> images from responding on IMAGE_FSTYPES settings, but still allow
> users/developers to override defaults (e.g. to generate "cpio.lzma"
> initramfs), introduce INITRAMFS_FSTYPES variable, by default set to
> "cpio.gz".
> 
> Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
> ---
>  meta/conf/bitbake.conf                             |    1 +
>  .../images/core-image-minimal-initramfs.bb         |    2 +-
>  2 files changed, 2 insertions(+), 1 deletions(-)

Merged to master, thanks.

Richard





More information about the Openembedded-core mailing list