All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Weber <rjohnweber@gmail.com>
To: meta-freescale@yoctoproject.org
Subject: Re: [meta-fsl-arm][PATCH v4 1/6] ls-base.inc: Add base configuration for Layerspace1 support
Date: Thu, 04 Sep 2014 21:39:57 -0500	[thread overview]
Message-ID: <5409227D.8030607@gmail.com> (raw)
In-Reply-To: <1409805199-684-1-git-send-email-zhenhua.luo@freescale.com>

Hi Zhenhua -

Just a picky thing here but I thought you might want commits from Freescale 
using the right product name.  It's Layerscape, not Layerspace.  You might want 
to correct your shortlog.  :-)

John

On 9/3/14, 11:33 PM, Zhenhua Luo wrote:
> The base configuration file includes following major settings:
> * Freescale LS1 default providers
> * Default image type
> * Default tune type
> * Default machine features
>
> Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
> ---
>   conf/machine/include/ls-base.inc | 17 +++++++++++++++++
>   1 file changed, 17 insertions(+)
>   create mode 100644 conf/machine/include/ls-base.inc
>
> diff --git a/conf/machine/include/ls-base.inc b/conf/machine/include/ls-base.inc
> new file mode 100644
> index 0000000..752a341
> --- /dev/null
> +++ b/conf/machine/include/ls-base.inc
> @@ -0,0 +1,17 @@
> +require conf/machine/include/soc-family.inc
> +
> +# Freescale BSP default providers
> +PREFERRED_PROVIDER_u-boot_ls102xa ?= "u-boot-ls1"
> +PREFERRED_PROVIDER_virtual/bootloader_ls102xa ?= "u-boot-ls1"
> +PREFERRED_PROVIDER_virtual/kernel_ls102xa ?= "linux-ls1"
> +
> +# Define the default image type
> +IMAGE_CLASSES ?= "image_types_uboot"
> +KERNEL_IMAGETYPE ?= "uImage"
> +
> +UBOOT_ENTRYPOINT_ls102xa = "0x80008000"
> +
> +MACHINE_FEATURES = "pci ext2 ext3 serial"
> +MACHINE_EXTRA_RRECOMMENDS = "udev-extraconf"
> +
> +DEFAULTTUNE_ls102xa = "cortexa7hf-neon"



  parent reply	other threads:[~2014-09-05  2:40 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-04  4:33 [meta-fsl-arm][PATCH v4 1/6] ls-base.inc: Add base configuration for Layerspace1 support Zhenhua Luo
2014-09-04  4:33 ` [meta-fsl-arm][PATCH v4 2/6] u-boot-ls1: Add recipe for Layerscape1 support Zhenhua Luo
2014-09-04  4:33 ` [meta-fsl-arm][PATCH v4 3/6] linux-ls1: Add kernel recipes " Zhenhua Luo
2014-09-04  4:33 ` [meta-fsl-arm][PATCH v4 4/6] rcw: add " Zhenhua Luo
2014-09-04  4:33 ` [meta-fsl-arm][PATCH v4 5/6] ls1021aqds.conf: Add machine conf for ls1021aqds Zhenhua Luo
2014-09-04  4:33 ` [meta-fsl-arm][PATCH v4 6/6] ls1021aqtwr.conf: Add machine conf for ls1021atwr Zhenhua Luo
2014-09-04 18:00 ` [meta-fsl-arm][PATCH v4 1/6] ls-base.inc: Add base configuration for Layerspace1 support Otavio Salvador
2014-09-05  1:58   ` zhenhua.luo
2014-09-05  2:00     ` Otavio Salvador
2014-09-10  3:08       ` zhenhua.luo
2014-09-10 14:33         ` zhenhua.luo
2014-09-05  2:39 ` John Weber [this message]
2014-09-05  3:10   ` zhenhua.luo

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=5409227D.8030607@gmail.com \
    --to=rjohnweber@gmail.com \
    --cc=meta-freescale@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.