From: Khem Raj Date: Tue, 5 Jan 2010 20:53:09 +0000 (-0800) Subject: qemumips.conf: Set KERNEL_IMAGETYPE to plain vmlinux. X-Git-Tag: Release-2010-05/1~1017 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2945ae2e39990094c71ef62d521b98812df3ba28;p=openembedded.git qemumips.conf: Set KERNEL_IMAGETYPE to plain vmlinux. * qemu boots vmlinux on mips so set KERNEL_IMAGETYPE and KERNEL_OUTPUT accordingly. Signed-off-by: Khem Raj --- diff --git a/conf/machine/qemumips.conf b/conf/machine/qemumips.conf index 27f96480b5..aa9c0cb2ed 100644 --- a/conf/machine/qemumips.conf +++ b/conf/machine/qemumips.conf @@ -7,8 +7,8 @@ TARGET_ARCH = "mips" require conf/machine/include/qemu.inc require conf/machine/include/tune-mips32.inc -KERNEL_IMAGETYPE = "vmlinux.bin" - +KERNEL_IMAGETYPE = "vmlinux" +KERNEL_OUTPUT = "vmlinux" SERIAL_CONSOLE = "115200 ttyS0" PREFERRED_PROVIDER_virtual/kernel = "linux"