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:10 +0000 (10:20 +0000)
commit3dd435cfbfec99d17e3ccc2fbf66c37c34027f36
tree88a22afbf523dbab2cdf955ee913610428aa46d0
parenta4dc0d9fbb09e8d4d7e50010bdc81c337b392c8f
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.

(From OE-Core rev: 29c71eeb98aa8ce0fb0e0a30483499525bf6305d)

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