All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/3] Remove bootimg.bbclass and boot-directdisk.bbclass
Date: Tue, 29 Mar 2016 00:59:06 -0700	[thread overview]
Message-ID: <cover.1459238263.git.liezhi.yang@windriver.com> (raw)

The following changes since commit a3e254992444b0cc92e182151fefba7e3324ad55:

  build-appliance-image: Update to master head revision (2016-03-28 17:02:04 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/image
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=3148e125ec883b341b1bbbc8bb3f8845bde01eb2

Robert Yang (3):
  boot-directdisk.bbclass: merge it into image-vm.bbclass
  bootimg.bbclass: merge it into image-live.bbclass
  image-live.bbclass/image-vm.bbclass: remove duplicated code

 meta/classes/boot-directdisk.bbclass | 190 ----------------------
 meta/classes/bootimg.bbclass         | 304 -----------------------------------
 meta/classes/gummiboot.bbclass       |   2 +-
 meta/classes/image-live.bbclass      | 266 +++++++++++++++++++++++++++++-
 meta/classes/image-vm.bbclass        | 167 ++++++++++++++++---
 meta/classes/image.bbclass           |  46 ++++++
 6 files changed, 456 insertions(+), 519 deletions(-)
 delete mode 100644 meta/classes/boot-directdisk.bbclass
 delete mode 100644 meta/classes/bootimg.bbclass

-- 
2.7.4



             reply	other threads:[~2016-03-29  7:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-29  7:59 Robert Yang [this message]
2016-03-29  7:59 ` [PATCH 1/3] boot-directdisk.bbclass: merge it into image-vm.bbclass Robert Yang
2016-03-29  7:59 ` [PATCH 2/3] bootimg.bbclass: merge it into image-live.bbclass Robert Yang
2016-03-29  7:59 ` [PATCH 3/3] image-live.bbclass/image-vm.bbclass: remove duplicated code Robert Yang
2016-03-29 11:59   ` Richard Purdie
2016-03-30  0:42     ` Robert Yang

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.1459238263.git.liezhi.yang@windriver.com \
    --to=liezhi.yang@windriver.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.