From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/4] V2 Remove bootimg.bbclass and boot-directdisk.bbclass
Date: Wed, 30 Mar 2016 00:23:08 -0700 [thread overview]
Message-ID: <cover.1459322435.git.liezhi.yang@windriver.com> (raw)
* V2:
- populate() -> populate_kernel()
- Put the common code in live-vm-common.bbclass rather than image.bbclass.
- Remove invalid code in image-vm.bbclass
// Robert
The following changes since commit b3f80743cd1b9a15a8ee4d20c2a54c2f6cbcd13c:
gcc: Backport fixes for musl ssp configuration (2016-03-29 23:19:45 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib 95c58580b5700d138d32ba21cb1e488296ff5282
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=95c58580b5700d138d32ba21cb1e488296ff5282
Robert Yang (4):
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
image-vm.bbclass: remove invalid code
meta/classes/boot-directdisk.bbclass | 190 ----------------------
meta/classes/bootimg.bbclass | 304 -----------------------------------
meta/classes/gummiboot.bbclass | 2 +-
meta/classes/image-live.bbclass | 268 +++++++++++++++++++++++++++++-
meta/classes/image-vm.bbclass | 162 ++++++++++++++++---
meta/classes/image.bbclass | 12 --
meta/classes/live-vm-common.bbclass | 58 +++++++
7 files changed, 465 insertions(+), 531 deletions(-)
delete mode 100644 meta/classes/boot-directdisk.bbclass
delete mode 100644 meta/classes/bootimg.bbclass
create mode 100644 meta/classes/live-vm-common.bbclass
--
2.7.4
next reply other threads:[~2016-03-30 7:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-30 7:23 Robert Yang [this message]
2016-03-30 7:23 ` [PATCH 1/4] boot-directdisk.bbclass: merge it into image-vm.bbclass Robert Yang
2016-03-30 7:23 ` [PATCH 2/4] bootimg.bbclass: merge it into image-live.bbclass Robert Yang
2016-03-30 7:23 ` [PATCH 3/4] image-live.bbclass/image-vm.bbclass: remove duplicated code Robert Yang
2016-03-30 7:23 ` [PATCH 4/4] image-vm.bbclass: remove invalid code 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.1459322435.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox