From: Daiane Angolini <daiane.angolini@freescale.com>
To: Khem Raj <raj.khem@gmail.com>, <meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-arm][PATCH V2] machines: Add PREFERRED_PROVIDER for virtual/bootloader
Date: Thu, 17 Oct 2013 16:29:00 -0300 [thread overview]
Message-ID: <52603A7C.1000800@freescale.com> (raw)
In-Reply-To: <1382037529-27210-1-git-send-email-raj.khem@gmail.com>
On 10/17/2013 04:18 PM, Khem Raj wrote:
> virtual/bootloader is a commonly used target. This patch
> adds it for meta-fsl-arm machines.
>
> Other BSP layers have this provider and when using a mutli-machine
> distro setup bitbake virtual/bootloader
> builds a wrong u-boot for fsl machines
Beautiful!!!
Thanks a lot <3
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> conf/machine/imx6dlsabreauto.conf | 1 +
> conf/machine/imx6solosabreauto.conf | 1 +
> conf/machine/imx6solosabresd.conf | 1 +
> conf/machine/include/fsl-default-providers.inc | 1 +
> conf/machine/twr-vf65gs10.conf | 1 -
> 5 files changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/conf/machine/imx6dlsabreauto.conf b/conf/machine/imx6dlsabreauto.conf
> index bf31b4d..e0fb199 100644
> --- a/conf/machine/imx6dlsabreauto.conf
> +++ b/conf/machine/imx6dlsabreauto.conf
> @@ -10,6 +10,7 @@ SOC_FAMILY = "mx6:mx6dl"
> KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb"
>
> PREFERRED_PROVIDER_u-boot = "u-boot-imx"
> +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
>
> UBOOT_CONFIG ??= "sd"
> UBOOT_CONFIG[sd] = "mx6dlsabreauto_config,sdcard"
> diff --git a/conf/machine/imx6solosabreauto.conf b/conf/machine/imx6solosabreauto.conf
> index c2f5fac..9d450a4 100644
> --- a/conf/machine/imx6solosabreauto.conf
> +++ b/conf/machine/imx6solosabreauto.conf
> @@ -10,6 +10,7 @@ SOC_FAMILY = "mx6:mx6s"
> KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb"
>
> PREFERRED_PROVIDER_u-boot = "u-boot-imx"
> +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
>
> UBOOT_CONFIG ??= "sd"
> UBOOT_CONFIG[sd] = "mx6solosabreauto_config,sdcard"
> diff --git a/conf/machine/imx6solosabresd.conf b/conf/machine/imx6solosabresd.conf
> index 325e643..cfc30d2 100644
> --- a/conf/machine/imx6solosabresd.conf
> +++ b/conf/machine/imx6solosabresd.conf
> @@ -10,6 +10,7 @@ SOC_FAMILY = "mx6:mx6s"
> KERNEL_DEVICETREE = "imx6dl-sabresd.dtb"
>
> PREFERRED_PROVIDER_u-boot = "u-boot-imx"
> +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
>
> UBOOT_CONFIG ??= "sd"
> UBOOT_CONFIG[sd] = "mx6solosabresd_config,sdcard"
> diff --git a/conf/machine/include/fsl-default-providers.inc b/conf/machine/include/fsl-default-providers.inc
> index de15189..e51ea72 100644
> --- a/conf/machine/include/fsl-default-providers.inc
> +++ b/conf/machine/include/fsl-default-providers.inc
> @@ -3,3 +3,4 @@
> PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
> PREFERRED_PROVIDER_virtual/kernel ?= "linux-imx"
> PREFERRED_PROVIDER_u-boot ?= "u-boot-fslc"
> +PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-fslc"
> diff --git a/conf/machine/twr-vf65gs10.conf b/conf/machine/twr-vf65gs10.conf
> index 00fdff4..f726ffa 100644
> --- a/conf/machine/twr-vf65gs10.conf
> +++ b/conf/machine/twr-vf65gs10.conf
> @@ -9,7 +9,6 @@ include conf/machine/include/tune-cortexa5.inc
> SOC_FAMILY = "vf60"
>
> PREFERRED_PROVIDER_virtual/kernel = "linux-timesys"
> -PREFERRED_PROVIDER_u-boot = "u-boot-fslc"
>
> UBOOT_MACHINE = "vf610twr_config"
>
>
--
Daiane
next prev parent reply other threads:[~2013-10-17 19:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-17 19:18 [meta-fsl-arm][PATCH V2] machines: Add PREFERRED_PROVIDER for virtual/bootloader Khem Raj
2013-10-17 19:29 ` Daiane Angolini [this message]
2013-10-18 3:02 ` 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=52603A7C.1000800@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.