All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] V2 Remove bootimg.bbclass and boot-directdisk.bbclass
@ 2016-03-30  7:23 Robert Yang
  2016-03-30  7:23 ` [PATCH 1/4] boot-directdisk.bbclass: merge it into image-vm.bbclass Robert Yang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Robert Yang @ 2016-03-30  7:23 UTC (permalink / raw)
  To: openembedded-core

* 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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-03-30  7:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-30  7:23 [PATCH 0/4] V2 Remove bootimg.bbclass and boot-directdisk.bbclass Robert Yang
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

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.