| Submitter | Bruce Ashfield |
|---|---|
| Date | Jan. 23, 2012, 5:54 p.m. |
| Message ID | <cover.1327341147.git.bruce.ashfield@windriver.com> |
| Download | mbox |
| Permalink | /patch/20007/ |
| State | New |
| Headers | show
Delivered-To: oepatches@gmail.com Received: from pop.gmail.com by melo.openembedded.org with POP3 (fetchmail-6.3.9-rc2) for <fetchmail@localhost> (single-drop); Mon, 23 Jan 2012 18:14:27 +0000 (UTC) Received: by 10.112.37.40 with SMTP id v8cs45193lbj; Mon, 23 Jan 2012 10:04:22 -0800 (PST) Received: by 10.152.122.38 with SMTP id lp6mr4814148lab.13.1327341858646; Mon, 23 Jan 2012 10:04: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 l6si2532455lba.55.2012.01.23.09.59.40 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 Jan 2012 10:04: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 1RpOEy-0004By-O3; Mon, 23 Jan 2012 19:03:36 +0100 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <bruce.ashfield@windriver.com>) id 1RpOEv-0004Ba-SF for openembedded-core@lists.openembedded.org; Mon, 23 Jan 2012 19:03:34 +0100 Received: from localhost.localdomain (yow-bashfiel-d2.ottawa.windriver.com [128.224.146.167]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id q0NHtg9u014983; Mon, 23 Jan 2012 09:55:43 -0800 (PST) From: Bruce Ashfield <bruce.ashfield@windriver.com> To: richard.purdie@linuxfoundation.org Date: Mon, 23 Jan 2012 12:54:31 -0500 Message-Id: <cover.1327341147.git.bruce.ashfield@windriver.com> X-Mailer: git-send-email 1.7.0.4 Cc: openembedded-core@lists.openembedded.org, saul.wold@intel.com Subject: [OE-core] [PATCH 0/1] linux-yocto/qemuppc: fix console and ethernet 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 |
Richard/Saul, As was discussed on the mailing list ethernet wasn't working out of the box on the 3.0 kernel (but it was in 3.2, hence why my boots missed it). I bundled this together with a console fix. The commit says it all: [ Two issues are fixed with this commit, the ability to use the keyboard on a graphical qemu boot and enabling ethernet by default on a 3.0 kernel. The keyboard is fixed via the same method as the other simulations with the addition of console=tty on the qemu command line. Ethernet is fixed by adding a dependency of PCNET32 to the qemuppc configuration, which allows us to build ethernet directly into the image. ] Cheers, Bruce The following changes since commit 4ad01bdf3f9cea8b2f42b925fa2b644d96ba1a82: Richard Purdie (1): gcc-package-cross.inc: Mark do_package* tasks as noexec are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/qemuppc http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/qemuppc Bruce Ashfield (1): linux-yocto/qemuppc: fix console and ethernet meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_3.0.bb | 2 +- scripts/runqemu-internal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)