| Submitter | Khem Raj |
|---|---|
| Date | May 21, 2012, 3:35 a.m. |
| Message ID | <7444023ab05c42934dd061e424a30b91d354e76d.1337570904.git.raj.khem@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/28043/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/conf/machine/qemumips64.conf b/meta/conf/machine/qemumips64.conf new file mode 100644 index 0000000..8e9a488 --- /dev/null +++ b/meta/conf/machine/qemumips64.conf @@ -0,0 +1,13 @@ +#@TYPE: Machine +#@NAME: mti_malta64 MIPS64 +#@DESCRIPTION: mti_malta64 + +require conf/machine/include/qemu.inc +require conf/machine/include/tune-mips64.inc + +KERNEL_IMAGETYPE = "vmlinux" +KERNEL_ALT_IMAGETYPE = "vmlinux.bin" + +SERIAL_CONSOLE = "115200 ttyS0" + +MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
New machine description for qemu emulating malta64/mips64 big-endian system Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta/conf/machine/qemumips64.conf | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) create mode 100644 meta/conf/machine/qemumips64.conf