image-vmdk.bbclass: disable the NOISO = "1"
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 10 May 2013 07:43:45 +0000 (15:43 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 May 2013 08:37:32 +0000 (09:37 +0100)
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.

(From OE-Core rev: c5c1517726aa103a3cdb60abda95e28997cac7c4)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image-vmdk.bbclass

index 22dd6ed..6983e5c 100644 (file)
@@ -1,5 +1,5 @@
 
-NOISO = "1"
+#NOISO = "1"
 
 SYSLINUX_ROOT = "root=/dev/hda2 "
 SYSLINUX_PROMPT = "0"