]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto/qemuppc: fix console and ethernet
authorBruce Ashfield <bruce.ashfield@windriver.com>
Mon, 23 Jan 2012 17:54:32 +0000 (12:54 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Jan 2012 10:20:04 +0000 (10:20 +0000)
commit29c71eeb98aa8ce0fb0e0a30483499525bf6305d
tree4c83cee5a2da1e7d8f9c2f560587512a699971f4
parentcc8d02c582a72d07fd08c59d14ee5720e01a5cd9
linux-yocto/qemuppc: fix console and ethernet

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.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
meta/recipes-kernel/linux/linux-yocto_3.0.bb
scripts/runqemu-internal