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)
commit7aeeabae4af8009845928ac0d4c1fc64db97ef02
tree1474da19d4fdf25116202bb8478d36e4822bfb0d
parenta5b0542ac5d69746764f85b116ca5e3a3698a36d
image-vmdk.bbclass: disable the NOISO = "1"

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