On 14-09-12 12:35 PM, Vicente Olivert Riera wrote:
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

All of the meta-yocto-bsp reference machines are using the kernel, and
kernel version of linux-yocto* so we can ensure a consistent update
cadence and set of features.

Something that I'd like to see continue.

I can see how the ability to re-use the tune files makes sense, but
the BSP should follow the format and structure of the existing ones,
otherwise, the value in pulling it into the common layers isn't there.

Bruce


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"


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

Reply via email to