All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/2] Split IMAGE* variables into a separate class
Date: Thu, 24 Mar 2011 14:49:29 +0000	[thread overview]
Message-ID: <cover.1300978024.git.richard.purdie@linuxfoundation.org> (raw)

From: Richard Purdie <richard.purdie@linuxfoundation.org>

These patches split the IMAGE* variables out into a separate class
to improve readabilty. The patch descriptions themselves have the details.

Pull URL: git://git.openembedded.org/openembedded-core-contrib
  Branch: rpurdie/imagetypes
  Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rpurdie/imagetypes

Thanks,
    Richard Purdie <richard.purdie@linuxfoundation.org>
---


Richard Purdie (2):
  bitbake.conf/image.bbclass: Move image type information into
    image_types.bbclass
  image_types.bbclass: Drop IMAGE_EXTRA_OPTION in favour of the more
    standard EXTRA_IMAGECMD

 meta/classes/image.bbclass       |   22 +---------
 meta/classes/image_types.bbclass |   86 ++++++++++++++++++++++++++++++++++++++
 meta/conf/bitbake.conf           |   44 -------------------
 3 files changed, 87 insertions(+), 65 deletions(-)
 create mode 100644 meta/classes/image_types.bbclass

-- 
1.7.4.1




             reply	other threads:[~2011-03-24 14:57 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-24 14:49 Richard Purdie [this message]
2011-03-24 14:49 ` [PATCH 1/2] bitbake.conf/image.bbclass: Move image type information into image_types.bbclass Richard Purdie
2011-03-31  4:36   ` [PATCH 0/3] port oe-dev ,ubifs.img link support Ben Gardiner
2011-03-31  4:36     ` [PATCH 1/3] image_types.bbclass: rm symlink destination via ln Ben Gardiner
2011-03-31  4:36     ` [PATCH 2/3] image_types.bbclass: add link to .rootfs.<type> or .<type>.img Ben Gardiner
2011-03-31  4:36     ` [PATCH 3/3] image_types.bbclass: use .ubifs.img extension in IMAGE_CMD_ubi Ben Gardiner
2011-03-31 15:47     ` [PATCH 0/3] port oe-dev ,ubifs.img link support Tom Rini
2011-03-31 19:14     ` Denys Dmytriyenko
2011-03-24 14:49 ` [PATCH 2/2] image_types.bbclass: Drop IMAGE_EXTRA_OPTION in favour of the more standard EXTRA_IMAGECMD Richard Purdie
2011-03-24 15:39 ` [PATCH 0/2] Split IMAGE* variables into a separate class Koen Kooi
2011-03-24 22:00   ` Tom Rini
2011-03-25 13:26 ` Richard Purdie

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.1300978024.git.richard.purdie@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --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.