Add support for the MIPS Creator CI20 machine. You will need to build a
working kernel for this board using this kernel repository on GitHub:

  https://github.com/MIPS/CI20_linux

More information about this board can be found at:

  http://elinux.org/MIPS_Creator_CI20

Signed-off-by: Vicente Olivert Riera <vincent.ri...@imgtec.com>
---
 meta-yocto-bsp/conf/machine/ci20.conf |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
 create mode 100644 meta-yocto-bsp/conf/machine/ci20.conf

diff --git a/meta-yocto-bsp/conf/machine/ci20.conf 
b/meta-yocto-bsp/conf/machine/ci20.conf
new file mode 100644
index 0000000..bd26815
--- /dev/null
+++ b/meta-yocto-bsp/conf/machine/ci20.conf
@@ -0,0 +1,10 @@
+#@TYPE: Machine
+#@NAME: CI20
+#@DESCRIPTION: MIPS Creator CI20
+
+require conf/machine/include/tune-mips32r2.inc
+
+DEFAULTTUNE = "mips32r2el"
+MACHINE_FEATURES = "serial"
+SERIAL_CONSOLE = "115200 ttyS4"
+IMAGE_FSTYPES ?= "tar.bz2"
-- 
1.7.1

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to