From patchwork Mon Jan 23 17:54:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] linux-yocto/qemuppc: fix console and ethernet Date: Mon, 23 Jan 2012 17:54:31 -0000 From: Bruce Ashfield X-Patchwork-Id: 20007 Message-Id: To: richard.purdie@linuxfoundation.org Cc: openembedded-core@lists.openembedded.org, saul.wold@intel.com 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(-)