Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Otavio Salvador <otavio@ossystems.com.br>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/5] Provides a framework and initial modules for initramfs
Date: Tue,  6 Dec 2011 16:07:26 +0000	[thread overview]
Message-ID: <cover.1323187516.git.otavio@ossystems.com.br> (raw)

This patchset adds a very flexible and powerful initramfs framework
together with a small set of modules using it. Please refer to each
commit for the respective documentation.

The following changes since commit fb642d21111691b9302e16e984aff9d8fb18c431:

  buildhistory bbclass: avoid absolute paths for files-in-image.txt to avoid diff churn when relocating TMPDIR (2011-12-06 14:40:00 +0000)

are available in the git repository at:
  git://github.com/OSSystems/oe-core master
  https://github.com/OSSystems/oe-core/tree/HEAD

Otavio Salvador (5):
  initramfs-base: provides the base for a modular initramfs
  initramfs-module-debug: add
  initramfs-module-mdev: add
  initramfs-module-e2fs: add
  initramfs-module-udev: add

 .../initrdscripts/initramfs-base/finish            |   42 ++++++
 .../recipes-core/initrdscripts/initramfs-base/init |  136 ++++++++++++++++++++
 .../initrdscripts/initramfs-base_1.0.bb            |   17 +++
 .../initrdscripts/initramfs-module-debug/debug     |   82 ++++++++++++
 .../initrdscripts/initramfs-module-debug_1.0.bb    |   15 ++
 .../initrdscripts/initramfs-module-e2fs/e2fs       |   28 ++++
 .../initrdscripts/initramfs-module-e2fs_1.0.bb     |   15 ++
 .../initrdscripts/initramfs-module-mdev/mdev       |   30 +++++
 .../initrdscripts/initramfs-module-mdev_1.0.bb     |   16 +++
 .../initrdscripts/initramfs-module-udev/udev       |   22 +++
 .../initrdscripts/initramfs-module-udev_1.0.bb     |   16 +++
 11 files changed, 419 insertions(+), 0 deletions(-)
 create mode 100755 meta/recipes-core/initrdscripts/initramfs-base/finish
 create mode 100755 meta/recipes-core/initrdscripts/initramfs-base/init
 create mode 100644 meta/recipes-core/initrdscripts/initramfs-base_1.0.bb
 create mode 100644 meta/recipes-core/initrdscripts/initramfs-module-debug/debug
 create mode 100644 meta/recipes-core/initrdscripts/initramfs-module-debug_1.0.bb
 create mode 100755 meta/recipes-core/initrdscripts/initramfs-module-e2fs/e2fs
 create mode 100644 meta/recipes-core/initrdscripts/initramfs-module-e2fs_1.0.bb
 create mode 100644 meta/recipes-core/initrdscripts/initramfs-module-mdev/mdev
 create mode 100644 meta/recipes-core/initrdscripts/initramfs-module-mdev_1.0.bb
 create mode 100644 meta/recipes-core/initrdscripts/initramfs-module-udev/udev
 create mode 100644 meta/recipes-core/initrdscripts/initramfs-module-udev_1.0.bb

-- 
1.7.2.5




             reply	other threads:[~2011-12-06 16:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-06 16:07 Otavio Salvador [this message]
2011-12-06 16:07 ` [PATCH 1/5] initramfs-base: provides the base for a modular initramfs Otavio Salvador
2011-12-06 16:07 ` [PATCH 2/5] initramfs-module-debug: add Otavio Salvador
2011-12-06 16:07 ` [PATCH 3/5] initramfs-module-mdev: add Otavio Salvador
2011-12-06 16:07 ` [PATCH 4/5] initramfs-module-e2fs: add Otavio Salvador
2011-12-06 16:07 ` [PATCH 5/5] initramfs-module-udev: add Otavio Salvador
2011-12-07 12:34 ` [PATCH 0/5] Provides a framework and initial modules for initramfs Richard Purdie
2011-12-07 14:30   ` Otavio Salvador

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.1323187516.git.otavio@ossystems.com.br \
    --to=otavio@ossystems.com.br \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox