Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] make vm + live images can build together
@ 2016-02-24  9:23 Robert Yang
  2016-02-24  9:23 ` [PATCH 1/4] image-live/boot-directdisk.bbclass: remove AUTO_SYSLINUXCFG Robert Yang
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Robert Yang @ 2016-02-24  9:23 UTC (permalink / raw)
  To: openembedded-core

Hello,

These patches can make vm and live images build together, and also make
the images easier to use.

I'd like to combine the following classes if you are fine with it:
* boot-directdisk.bbclass and image-vm.bbclass into image-vm.bbclass.
  They are used for making vm images.
* bootimg.bbclass and image-live.bbclass into image-live.bbclass.
  They are used for making live images.
Combine them can make them easier to understand and also make the
structure clearer.

// Robert

The following changes since commit 205b446f3fc4a9885179a66a8dab9d81bcc63dca:

  uclibc: Do not use immediate expansion operator (2016-02-22 20:42:34 +0000)

are available in the git repository at:

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

Robert Yang (4):
  image-live/boot-directdisk.bbclass: remove AUTO_SYSLINUXCFG
  boot-directdisk.bbclass: drop IS_VM chechking
  syslinux.bbclass: make vm and live can be built together
  sanity.bbclass: remove conflict checking for image vm and live

 meta/classes/boot-directdisk.bbclass |   21 ++++++++-------------
 meta/classes/bootimg.bbclass         |    1 +
 meta/classes/image-live.bbclass      |   17 ++++++++---------
 meta/classes/image-vm.bbclass        |   15 +++++++--------
 meta/classes/sanity.bbclass          |   12 ------------
 meta/classes/syslinux.bbclass        |   23 ++++++++++++++++++-----
 6 files changed, 42 insertions(+), 47 deletions(-)

-- 
1.7.9.5



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

end of thread, other threads:[~2016-03-02  1:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-24  9:23 [PATCH 0/4] make vm + live images can build together Robert Yang
2016-02-24  9:23 ` [PATCH 1/4] image-live/boot-directdisk.bbclass: remove AUTO_SYSLINUXCFG Robert Yang
2016-02-24  9:23 ` [PATCH 2/4] boot-directdisk.bbclass: drop IS_VM chechking Robert Yang
2016-02-24  9:23 ` [PATCH 3/4] syslinux.bbclass: make vm and live can be built together Robert Yang
2016-02-24  9:23 ` [PATCH 4/4] sanity.bbclass: remove conflict checking for image vm and live Robert Yang
2016-02-29  5:54 ` [PATCH 0/4] make vm + live images can build together Robert Yang
2016-02-29 16:30   ` Burton, Ross
2016-03-01 16:36   ` Burton, Ross
2016-03-02  1:39     ` Robert Yang

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