diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-06-24 15:00:48 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-07-19 11:59:51 -0400 |
commit | d39ae18df26852b96a6493649bfd53c917d58297 (patch) | |
tree | 29b7480646937b73524f0e285ed5a751464a2404 /meta/conf/machine | |
parent | ae6c323a0bf8648fa308128d19d78e601e833a0d (diff) | |
download | poky-d39ae18df26852b96a6493649bfd53c917d58297.tar.gz |
qemu/mips: arrange for vmlinux to be bootable
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/qemumips.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/machine/qemumips.conf b/meta/conf/machine/qemumips.conf index 1f330e0d59..283ae1e1d4 100644 --- a/meta/conf/machine/qemumips.conf +++ b/meta/conf/machine/qemumips.conf | |||
@@ -7,7 +7,8 @@ TARGET_ARCH = "mips" | |||
7 | require conf/machine/include/qemu.inc | 7 | require conf/machine/include/qemu.inc |
8 | require conf/machine/include/tune-mips32.inc | 8 | require conf/machine/include/tune-mips32.inc |
9 | 9 | ||
10 | KERNEL_IMAGETYPE = "vmlinux.bin" | 10 | KERNEL_IMAGETYPE = "vmlinux" |
11 | KERNEL_ALT_IMAGETYPE = "vmlinux.bin" | ||
11 | 12 | ||
12 | SERIAL_CONSOLE = "115200 ttyS0" | 13 | SERIAL_CONSOLE = "115200 ttyS0" |
13 | 14 | ||