From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from db9outboundpool.messaging.microsoft.com (mail-db9lp0250.outbound.messaging.microsoft.com [213.199.154.250]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4A394E016C4 for ; Thu, 17 Oct 2013 06:22:17 -0700 (PDT) Received: from mail24-db9-R.bigfish.com (10.174.16.251) by DB9EHSOBE011.bigfish.com (10.174.14.74) with Microsoft SMTP Server id 14.1.225.22; Thu, 17 Oct 2013 13:22:15 +0000 Received: from mail24-db9 (localhost [127.0.0.1]) by mail24-db9-R.bigfish.com (Postfix) with ESMTP id B813D4600A7; Thu, 17 Oct 2013 13:22:15 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -4 X-BigFish: VS-4(zzbb2dI98dI9371I1432Izz1f42h208ch1ee6h1de0h1fdah2073h1202h1e76h1d1ah1d2ah1fc6hzz1de098h1de097h8275bhz2dh2a8h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1b2fh1fb3h1d0ch1d2eh1d3fh1dfeh1dffh1f5fh1fe8h1ff5h209eh1155h) Received: from mail24-db9 (localhost.localdomain [127.0.0.1]) by mail24-db9 (MessageSwitch) id 1382016133933245_2203; Thu, 17 Oct 2013 13:22:13 +0000 (UTC) Received: from DB9EHSMHS018.bigfish.com (unknown [10.174.16.233]) by mail24-db9.bigfish.com (Postfix) with ESMTP id D72DCC030F; Thu, 17 Oct 2013 13:22:13 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by DB9EHSMHS018.bigfish.com (10.174.14.28) with Microsoft SMTP Server (TLS) id 14.16.227.3; Thu, 17 Oct 2013 13:22:10 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-003.039d.mgd.msft.net (10.84.1.16) with Microsoft SMTP Server (TLS) id 14.3.158.2; Thu, 17 Oct 2013 13:22:08 +0000 Received: from [10.29.244.63] ([10.29.244.63]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id r9HDM6Ym022768; Thu, 17 Oct 2013 06:22:07 -0700 Message-ID: <525FE34B.6080800@freescale.com> Date: Thu, 17 Oct 2013 10:16:59 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Khem Raj , References: <1381968510-5489-1-git-send-email-raj.khem@gmail.com> In-Reply-To: <1381968510-5489-1-git-send-email-raj.khem@gmail.com> X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% Subject: Re: [meta-fsl-arm][PATCH] machines: Let u-boot be PREFERRED_PROVIDER for virtual/bootloader X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Oct 2013 13:22:18 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit 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 > --- > 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