All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/2] Embedding initramfs images during kernel build.
@ 2011-07-11 22:33 Andrea Adami
  2011-07-11 22:33 ` [PATCH V2 1/2] kernel.bbclass: handle embedding of initramfs images Andrea Adami
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Andrea Adami @ 2011-07-11 22:33 UTC (permalink / raw)
  To: openembedded-core

* 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




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

end of thread, other threads:[~2011-07-12 17:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-11 22:33 [PATCH V2 0/2] Embedding initramfs images during kernel build Andrea Adami
2011-07-11 22:33 ` [PATCH V2 1/2] kernel.bbclass: handle embedding of initramfs images Andrea Adami
2011-07-11 22:33 ` [PATCH V2 2/2] image_types.bbclass: add support for tar.xz, cpio.xz, cpio.lzma Andrea Adami
2011-07-12 14:04 ` [PATCH V2 0/2] Embedding initramfs images during kernel build Richard Purdie
2011-07-12 17:05   ` Andrea Adami

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.