summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemuppc.conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2010-07-09 14:27:48 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2010-07-19 11:59:51 -0400
commit9ee1fbb72042e874b57c64949ebffbd696427b22 (patch)
tree3a6353144f09c4be3eed5ce1c0847c66811e87a4 /meta/conf/machine/qemuppc.conf
parentf0af0ba94a9084aa40e1b592dc8e0acaddfaee8d (diff)
downloadpoky-9ee1fbb72042e874b57c64949ebffbd696427b22.tar.gz
qemu machines: Switch to use linux-wrs
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/conf/machine/qemuppc.conf')
-rw-r--r--meta/conf/machine/qemuppc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/qemuppc.conf b/meta/conf/machine/qemuppc.conf
index 6ca8ce8d26..0bbeac7da6 100644
--- a/meta/conf/machine/qemuppc.conf
+++ b/meta/conf/machine/qemuppc.conf
@@ -8,7 +8,7 @@ PACKAGE_EXTRA_ARCHS = "ppc603e"
8require conf/machine/include/qemu.inc 8require conf/machine/include/qemu.inc
9require conf/machine/include/tune-ppc603e.inc 9require conf/machine/include/tune-ppc603e.inc
10 10
11KERNEL_IMAGETYPE = "uImage" 11KERNEL_IMAGETYPE = "zImage"
12 12
13SERIAL_CONSOLE = "115200 ttyS0" 13SERIAL_CONSOLE = "115200 ttyS0"
14 14