All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daiane Angolini <daiane.angolini@freescale.com>
To: Khem Raj <raj.khem@gmail.com>, <meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-arm][PATCH] machines: Let u-boot be PREFERRED_PROVIDER for virtual/bootloader
Date: Thu, 17 Oct 2013 10:16:59 -0300	[thread overview]
Message-ID: <525FE34B.6080800@freescale.com> (raw)
In-Reply-To: <1381968510-5489-1-git-send-email-raj.khem@gmail.com>

On 10/16/2013 09:08 PM, Khem Raj wrote:
> Lets play the layer with other BSP layers in distro

I think I like your patch, but i don't like your commit log, sorry :(

Would you mind to add 1)Why are you making the patch 2)What error it did 
cause to you?


I don't mind if you keep your sentence as is, but i think something else 
is needed.

Daiane

>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>   conf/machine/include/imx-base.inc | 3 +++
>   conf/machine/include/mxs-base.inc | 3 +++

Please, grep the source in order to double check if there is any other 
machine file that set the PREFERRED_PROVIDER_u-boot. I almost remember, 
but I'm not sure.

>   2 files changed, 6 insertions(+)
>
> diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
> index beeee5f..ff5e96b 100644
> --- a/conf/machine/include/imx-base.inc
> +++ b/conf/machine/include/imx-base.inc
> @@ -88,6 +88,9 @@ PREFERRED_PROVIDER_virtual/libgl_mx6 ?= "gpu-viv-bin-mx6q"
>   PREFERRED_PROVIDER_virtual/libgles1_mx6 ?= "gpu-viv-bin-mx6q"
>   PREFERRED_PROVIDER_virtual/libgles2_mx6 ?= "gpu-viv-bin-mx6q"
>
> +# u-boot
> +PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-fslc"
> +
>   PREFERRED_PROVIDER_virtual/kernel_mx3 = "linux-fslc"
>
>   EXTRA_IMAGEDEPENDS = "u-boot"
> diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc
> index a048f9c..ef3130d 100644
> --- a/conf/machine/include/mxs-base.inc
> +++ b/conf/machine/include/mxs-base.inc
> @@ -11,6 +11,9 @@ SOC_FAMILY = "mxs"
>
>   PREFERRED_PROVIDER_virtual/kernel_mx23 = "linux-fslc"
>
> +# u-boot
> +PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-fslc"
> +
>   UBOOT_ENTRYPOINT = "0x40008000"
>   UBOOT_MAKE_TARGET = "u-boot.sb"
>   UBOOT_SUFFIX = "sb"
>


-- 
Daiane



  reply	other threads:[~2013-10-17 13:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-17  0:08 [meta-fsl-arm][PATCH] machines: Let u-boot be PREFERRED_PROVIDER for virtual/bootloader Khem Raj
2013-10-17 13:16 ` Daiane Angolini [this message]
2013-10-17 14:56   ` Khem Raj
2013-10-17 15:05     ` Otavio Salvador

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=525FE34B.6080800@freescale.com \
    --to=daiane.angolini@freescale.com \
    --cc=meta-freescale@yoctoproject.org \
    --cc=raj.khem@gmail.com \
    /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.