aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2010-06-29 18:23:13 +0000
committerKhem Raj <raj.khem@gmail.com>2010-07-02 21:21:26 -0700
commit5d13a8a6a394f903a66e85a09533019c9a813fef (patch)
treee48e106182b938e41d313e0676cce6f4860acaac /conf/machine
parent25b8bc104c66538f2f08552011046f8560f95ae1 (diff)
downloadopenembedded-5d13a8a6a394f903a66e85a09533019c9a813fef.tar.gz
qemumipsel.conf: Add qemumipsel support, based upon qemumips.
Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/qemumipsel.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/qemumipsel.conf b/conf/machine/qemumipsel.conf
new file mode 100644
index 0000000000..65c1b5d763
--- /dev/null
+++ b/conf/machine/qemumipsel.conf
@@ -0,0 +1,15 @@
+#@TYPE: Machine
+#@NAME: qemu MIPS (little-endian) Emulator setup
+#@DESCRIPTION: Machine configuration for running an MIPS r4k platform system under qemu emulation
+
+TARGET_ARCH = "mipsel"
+
+require conf/machine/include/qemu.inc
+require conf/machine/include/tune-mips32.inc
+
+KERNEL_IMAGETYPE = "vmlinux"
+KERNEL_OUTPUT = "vmlinux"
+SERIAL_CONSOLE = "115200 ttyS0"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"