[OE-core] [PATCH V2 0/2] Embedding initramfs images during kernel build.

Andrea Adami andrea.adami at gmail.com
Mon Jul 11 22:33:10 UTC 2011


* Sync with org.openembedded.dev and allow the inclusion of
* lzma and xz compressed initramfs images.
*
* Provide a convenient way to include an initramfs by setting
* INITRAMFS_IMAGE = "your_initramfs_image.bb"
* and specifying the chosen output format in the initramfs image recipe, e.g.
* IMAGE_FSTYPES = "cpio.gz cpio.lzma"

Andrea Adami (2):
  kernel.bbclass: handle embedding of initramfs images
  image_types.bbclass: support xz compressed initramfs.cpio and
    tarballs

 meta/classes/image_types.bbclass |   11 +++++++++++
 meta/classes/kernel.bbclass      |   16 ++++++++++++++++
 2 files changed, 27 insertions(+), 0 deletions(-)

-- 
1.7.3.4





More information about the Openembedded-core mailing list