Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] image-vmdk.bbclass: disable the NOISO = "1"
@ 2013-05-10  7:43 Robert Yang
  2013-05-10  7:43 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2013-05-10  7:43 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit e5d077d57f7d150d5a0bb67fdc1c87a94091cafe:

  bitbake: lib: print is a function in moderm python, covert remaining users (2013-05-09 22:28:24 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib robert/noiso
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/noiso

Robert Yang (1):
  image-vmdk.bbclass: disable the NOISO = "1"

 meta/classes/image-vmdk.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.8.1.2




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

* [PATCH 1/1] image-vmdk.bbclass: disable the NOISO = "1"
  2013-05-10  7:43 [PATCH 0/1] image-vmdk.bbclass: disable the NOISO = "1" Robert Yang
@ 2013-05-10  7:43 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2013-05-10  7:43 UTC (permalink / raw)
  To: openembedded-core

The vmdk needed hddimg which was generated by do_bootimg in the past,
but do_bootimg generated both iso and hddimg, so we set NOISO = "1",
it now uses do_bootdirectdisk, doesn't use do_bootimg anymore, so we
don't need NOISO = "1", and need remove it, otherwise:

IMAGE_FSTYPES += "live vmdk"

Would not generate the iso.

I'd like to remove it rather than comment it, but we had comment the
do_bootimg before.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/classes/image-vmdk.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/image-vmdk.bbclass b/meta/classes/image-vmdk.bbclass
index 6f7df3f..95bb79a 100644
--- a/meta/classes/image-vmdk.bbclass
+++ b/meta/classes/image-vmdk.bbclass
@@ -1,5 +1,5 @@
 
-NOISO = "1"
+#NOISO = "1"
 
 SYSLINUX_ROOT = "root=/dev/hda2 "
 SYSLINUX_PROMPT = "0"
-- 
1.8.1.2




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

end of thread, other threads:[~2013-05-10  8:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-10  7:43 [PATCH 0/1] image-vmdk.bbclass: disable the NOISO = "1" Robert Yang
2013-05-10  7:43 ` [PATCH 1/1] " Robert Yang

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