diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-07-09 14:27:48 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-07-19 11:59:51 -0400 |
commit | 9ee1fbb72042e874b57c64949ebffbd696427b22 (patch) | |
tree | 3a6353144f09c4be3eed5ce1c0847c66811e87a4 /meta/conf/machine/qemuppc.conf | |
parent | f0af0ba94a9084aa40e1b592dc8e0acaddfaee8d (diff) | |
download | openembedded-core-9ee1fbb72042e874b57c64949ebffbd696427b22.tar.gz openembedded-core-9ee1fbb72042e874b57c64949ebffbd696427b22.tar.bz2 openembedded-core-9ee1fbb72042e874b57c64949ebffbd696427b22.zip |
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.conf | 2 |
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" require conf/machine/include/qemu.inc require conf/machine/include/tune-ppc603e.inc -KERNEL_IMAGETYPE = "uImage" +KERNEL_IMAGETYPE = "zImage" SERIAL_CONSOLE = "115200 ttyS0" |