diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2013-05-10 15:43:45 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-12 09:37:32 +0100 |
commit | fe17af27ae9fec87fff3940a077f7a635ae411b9 (patch) | |
tree | 2076aa81cd18d99087189c07c52eaf3320499480 /meta/classes | |
parent | 4cda8d767cc2add46dd8192b58ddc9def735c584 (diff) | |
download | poky-fe17af27ae9fec87fff3940a077f7a635ae411b9.tar.gz |
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>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/image-vmdk.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image-vmdk.bbclass b/meta/classes/image-vmdk.bbclass index 22dd6edcb2..6983e5c823 100644 --- a/meta/classes/image-vmdk.bbclass +++ b/meta/classes/image-vmdk.bbclass | |||
@@ -1,5 +1,5 @@ | |||
1 | 1 | ||
2 | NOISO = "1" | 2 | #NOISO = "1" |
3 | 3 | ||
4 | SYSLINUX_ROOT = "root=/dev/hda2 " | 4 | SYSLINUX_ROOT = "root=/dev/hda2 " |
5 | SYSLINUX_PROMPT = "0" | 5 | SYSLINUX_PROMPT = "0" |