Richard, Here is the re-work of the vmdk image creation class, this integrates in as a class since it needs to happen after the hddimg (live) is created.
Sau! The following changes since commit 8054497b393d40a2ed8c802c74a02e92a3001297: image_types_uboot: Update to work after recent image_types changes (2012-02-29 18:23:04 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib sgw/self http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/self Saul Wold (3): image-live: Allow LABELS to be modified image-vmdk: Create image_vmdk class and setup image and image_types to use it self-hosted-image: Create a VMDK image with correct SYSLINUX_* settings Zhai Edwin (1): self-hosted: Fix multiple libx11 error meta/classes/image-live.bbclass | 5 +++-- meta/classes/image-vmdk.bbclass | 22 ++++++++++++++++++++++ meta/classes/image.bbclass | 6 ++++-- meta/classes/image_types.bbclass | 15 +++++++++------ meta/recipes-core/images/self-hosted-image.bb | 16 ++++++++++++++-- meta/recipes-core/tasks/task-self-hosted.bb | 4 ++-- 6 files changed, 54 insertions(+), 14 deletions(-) create mode 100644 meta/classes/image-vmdk.bbclass -- 1.7.7.6 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
