[oe-commits] Khem Raj : qemumips.conf: Set KERNEL_IMAGETYPE to plain vmlinux.

git version control git at git.openembedded.org
Wed Jan 6 07:20:09 UTC 2010


Module: openembedded.git
Branch: shr/merge
Commit: 2945ae2e39990094c71ef62d521b98812df3ba28
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2945ae2e39990094c71ef62d521b98812df3ba28

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Jan  5 12:53:09 2010 -0800

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 <raj.khem at gmail.com>

---

 conf/machine/qemumips.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/qemumips.conf b/conf/machine/qemumips.conf
index 27f9648..aa9c0cb 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"





More information about the Openembedded-commits mailing list