Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] Remove bootimg.bbclass and boot-directdisk.bbclass
@ 2016-03-29  7:59 Robert Yang
  2016-03-29  7:59 ` [PATCH 1/3] boot-directdisk.bbclass: merge it into image-vm.bbclass Robert Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Robert Yang @ 2016-03-29  7:59 UTC (permalink / raw)
  To: openembedded-core

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



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

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

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox