]> code.ossystems Code Review - openembedded-core.git/commit
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:21 +0000 (09:37 +0100)
commitc5c1517726aa103a3cdb60abda95e28997cac7c4
tree7a45ff346803390e13ceabe06a746dfeef0248df
parent563edb321594b007cae2294e807235ad22fd27da
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.

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