All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [RFC-WIP 0/3] Live Image Type - Please Review
Date: Tue, 26 Jul 2011 01:24:07 -0700	[thread overview]
Message-ID: <cover.1311668437.git.sgw@linux.intel.com> (raw)

This patch set removes the -directdisk and -live recipes in favor
of having a "live" image part of IMAGE_FSTYPES.  This is a first 
pass and is not 100% (currently missing the correct incantion to 
create the initrd file, it creates the initramfs.ext3 but missing 
a step).

Thanks
	Sau!


The following changes since commit f10a3457cdfbb4a94978da998d178d4254632fa7:

  Move architecture specific TARGET_OS mangling into tune files (2011-07-25 14:19:54 +0100)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib sgw/live
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/live

Saul Wold (3):
  classes/image*: Revamp creation of live images
  Remove -live.bb recipes
  Remove -directdisk.bb recipes

 meta-rt/images/core-image-minimal-rt-directdisk.bb |   15 --------------
 .../{bootimg.bbclass => image-live.bbclass}        |   11 ++++++++++
 meta/classes/image.bbclass                         |    3 ++
 meta/classes/image_types.bbclass                   |   20 +++++++++++++++++-
 meta/recipes-core/images/core-image-directdisk.inc |   11 ----------
 meta/recipes-core/images/core-image-live.inc       |   21 --------------------
 .../images/core-image-minimal-directdisk.bb        |   11 ----------
 .../recipes-core/images/core-image-minimal-live.bb |   11 ----------
 .../recipes-extended/images/core-image-lsb-live.bb |   11 ----------
 .../images/core-image-lsb-sdk-live.bb              |   11 ----------
 .../images/core-image-sato-directdisk.bb           |    9 --------
 meta/recipes-sato/images/core-image-sato-live.bb   |   11 ----------
 .../images/core-image-sato-sdk-directdisk.bb       |    9 --------
 .../images/core-image-sato-sdk-live.bb             |   11 ----------
 14 files changed, 32 insertions(+), 133 deletions(-)
 delete mode 100644 meta-rt/images/core-image-minimal-rt-directdisk.bb
 create mode 100644 meta/classes/image-empty.bbclass
 rename meta/classes/{bootimg.bbclass => image-live.bbclass} (91%)
 delete mode 100644 meta/recipes-core/images/core-image-directdisk.inc
 delete mode 100644 meta/recipes-core/images/core-image-live.inc
 delete mode 100644 meta/recipes-core/images/core-image-minimal-directdisk.bb
 delete mode 100644 meta/recipes-core/images/core-image-minimal-live.bb
 delete mode 100644 meta/recipes-extended/images/core-image-lsb-live.bb
 delete mode 100644 meta/recipes-extended/images/core-image-lsb-sdk-live.bb
 delete mode 100644 meta/recipes-sato/images/core-image-sato-directdisk.bb
 delete mode 100644 meta/recipes-sato/images/core-image-sato-live.bb
 delete mode 100644 meta/recipes-sato/images/core-image-sato-sdk-directdisk.bb
 delete mode 100644 meta/recipes-sato/images/core-image-sato-sdk-live.bb

-- 
1.7.3.4




             reply	other threads:[~2011-07-26  8:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-26  8:24 Saul Wold [this message]
2011-07-26  8:24 ` [RFC-WIP 1/3] classes/image*: Revamp creation of live images Saul Wold
2011-07-26 14:36   ` Richard Purdie
2011-07-26  8:24 ` [RFC-WIP 2/3] Remove -live.bb recipes Saul Wold
2011-07-26  8:24 ` [RFC-WIP 3/3] Remove -directdisk.bb recipes Saul Wold

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.1311668437.git.sgw@linux.intel.com \
    --to=sgw@linux.intel.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.