| Submitter | Dexuan Cui |
|---|---|
| Date | Feb. 17, 2012, 11:10 a.m. |
| Message ID | <cover.1329470047.git.dexuan.cui@intel.com> |
| Download | mbox |
| Permalink | /patch/21357/ |
| State | New |
| Headers | show
Delivered-To: oepatches@gmail.com Received: from pop.gmail.com by opal with POP3 (fetchmail-6.3.9-rc2) for <fetchmail@localhost> (single-drop); Fri, 17 Feb 2012 11:11:57 +0000 (UTC) Received: by 10.42.189.137 with SMTP id de9csp40194icb; Fri, 17 Feb 2012 03:10:22 -0800 (PST) Received: by 10.14.186.12 with SMTP id v12mr722345eem.31.1329477018781; Fri, 17 Feb 2012 03:10:18 -0800 (PST) Return-Path: <openembedded-core-bounces@lists.openembedded.org> Received: from linuxtogo.org (linuxtogo.org. [188.40.83.200]) by mx.google.com with ESMTPS id y14si6710875eeh.137.2012.02.17.03.10.16 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 17 Feb 2012 03:10:18 -0800 (PST) Received-SPF: neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) client-ip=188.40.83.200; Authentication-Results: mx.google.com; spf=neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) smtp.mail=openembedded-core-bounces@lists.openembedded.org Received: from localhost ([127.0.0.1]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <openembedded-core-bounces@lists.openembedded.org>) id 1RyLpO-00084S-Bc; Fri, 17 Feb 2012 12:18:14 +0100 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <dexuan.cui@intel.com>) id 1RyLpK-000849-7c for openembedded-core@lists.openembedded.org; Fri, 17 Feb 2012 12:18:11 +0100 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 17 Feb 2012 03:09:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="118595396" Received: from dcui-desktop.sh.intel.com ([10.239.36.38]) by fmsmga001.fm.intel.com with ESMTP; 17 Feb 2012 03:09:54 -0800 From: Dexuan Cui <dexuan.cui@intel.com> To: openembedded-core@lists.openembedded.org, sgw@linux.intel.com, dvhart@linux.intel.com Date: Fri, 17 Feb 2012 19:10:14 +0800 Message-Id: <cover.1329470047.git.dexuan.cui@intel.com> X-Mailer: git-send-email 1.7.6 Subject: [OE-core] [PATCH 0/2] self-hosted-image: 2 new patches from Dexuan: Feb 17, 2012 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer <openembedded-core@lists.openembedded.org> List-Id: Patches and discussions about the oe-core layer <openembedded-core.lists.openembedded.org> List-Unsubscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/options/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=unsubscribe> List-Archive: <http://lists.linuxtogo.org/pipermail/openembedded-core> List-Post: <mailto:openembedded-core@lists.openembedded.org> List-Help: <mailto:openembedded-core-request@lists.openembedded.org?subject=help> List-Subscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org |
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