All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Vicente Olivert Riera <Vincent.Riera@imgtec.com>,
	<yocto@yoctoproject.org>
Subject: Re: [PATCH 2/2] Add MIPS Creator CI20 machine
Date: Fri, 12 Sep 2014 12:57:04 -0400	[thread overview]
Message-ID: <541325E0.8070001@windriver.com> (raw)
In-Reply-To: <1410539753-24011-3-git-send-email-Vincent.Riera@imgtec.com>

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.Riera@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"
>



  reply	other threads:[~2014-09-12 16:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-12 16:35 [PATCH 0/2] Add support for MIPS32r2 and CI20 to Yocto Vicente Olivert Riera
2014-09-12 16:35 ` [PATCH 1/2] Add support for MIPS32r2 Vicente Olivert Riera
2014-09-12 16:35 ` [PATCH 2/2] Add MIPS Creator CI20 machine Vicente Olivert Riera
2014-09-12 16:57   ` Bruce Ashfield [this message]
2014-09-12 20:10     ` Burton, Ross
2014-09-15  6:54 ` [PATCH 0/2] Add support for MIPS32r2 and CI20 to Yocto Andrea Adami
2014-09-15 11:15   ` Vicente Olivert Riera

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=541325E0.8070001@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=Vincent.Riera@imgtec.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.