From: Andrea Adami <andrea.adami@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH V2 0/2] Embedding initramfs images during kernel build.
Date: Tue, 12 Jul 2011 00:33:10 +0200 [thread overview]
Message-ID: <cover.1310421821.git.andrea.adami@gmail.com> (raw)
* 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
next reply other threads:[~2011-07-11 22:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-11 22:33 Andrea Adami [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1310421821.git.andrea.adami@gmail.com \
--to=andrea.adami@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.