From patchwork Fri Feb 17 11:10:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/2] self-hosted-image: 2 new patches from Dexuan: Feb 17, 2012 Date: Fri, 17 Feb 2012 11:10:14 -0000 From: Dexuan Cui X-Patchwork-Id: 21357 Message-Id: To: openembedded-core@lists.openembedded.org, sgw@linux.intel.com, dvhart@linux.intel.com Hi Saul, Darren and all, This is actually v3 of the old patches("self-hosted-image: generate the .hdddirect and .vmdk image files") I sent 1 month ago. I'm sorry for sending this out so late, as I was pushed tightly on one other task... :-( The new recipe self-hosted-directdisk-image.bb invokes self-hosted-image's do_rootfs automatically. That is, self-hosted-directdisk-image.bb is an enhanced version of self-hosted-image.bb. If we only want to run the generated .ext3 image with "runqemu", we can run "bitbake self-hosted-image"; if we also want to generated a .vmdk image, we can run "bitbake self-hosted-directdisk-image". Please comment. Thanks! ------------- The following changes since commit 367f34f8bfb816bc396c89c95813246c16a76e1b: linux-yocto: enable smp for qemux86 (2012-02-16 13:59:27 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/self-hosted-v81 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/self-hosted-v81 Dexuan Cui (2): syslinux.bbclass: make PROMPT settable self-hosted-directdisk-image: create .hdddirect and .vmdk images meta/classes/boot-directdisk.bbclass | 4 +++- meta/classes/syslinux.bbclass | 11 ++++++----- meta/conf/machine/include/qemu.inc | 2 ++ .../images/self-hosted-directdisk-image.bb | 15 +++++++++++++++ 4 files changed, 26 insertions(+), 6 deletions(-) create mode 100644 meta/recipes-core/images/self-hosted-directdisk-image.bb