From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tx2outboundpool.messaging.microsoft.com (tx2ehsobe004.messaging.microsoft.com [65.55.88.14]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 02968E01404 for ; Fri, 14 Dec 2012 04:25:20 -0800 (PST) Received: from mail217-tx2-R.bigfish.com (10.9.14.254) by TX2EHSOBE003.bigfish.com (10.9.40.23) with Microsoft SMTP Server id 14.1.225.23; Fri, 14 Dec 2012 12:25:19 +0000 Received: from mail217-tx2 (localhost [127.0.0.1]) by mail217-tx2-R.bigfish.com (Postfix) with ESMTP id 00D1E480195 for ; Fri, 14 Dec 2012 12:25:19 +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(zzbb2dI98dI9371I1432Izz1de0h1202h1e76h1d1ah1d2ahzz8275bhz2dh2a8h668h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h1155h) Received: from mail217-tx2 (localhost.localdomain [127.0.0.1]) by mail217-tx2 (MessageSwitch) id 1355487917887469_26300; Fri, 14 Dec 2012 12:25:17 +0000 (UTC) Received: from TX2EHSMHS021.bigfish.com (unknown [10.9.14.253]) by mail217-tx2.bigfish.com (Postfix) with ESMTP id D6E5A940047 for ; Fri, 14 Dec 2012 12:25:17 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by TX2EHSMHS021.bigfish.com (10.9.99.121) with Microsoft SMTP Server (TLS) id 14.1.225.23; Fri, 14 Dec 2012 12:25:16 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-003.039d.mgd.msft.net (10.84.1.16) with Microsoft SMTP Server (TLS) id 14.2.318.3; Fri, 14 Dec 2012 12:25:16 +0000 Received: from [10.29.244.61] ([10.29.244.61]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id qBECPEOB000326 for ; Fri, 14 Dec 2012 05:25:15 -0700 Message-ID: <50CB1B21.3070806@freescale.com> Date: Fri, 14 Dec 2012 10:27:13 -0200 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: References: <1355486234-7035-1-git-send-email-andrei.gherzan@windriver.com> In-Reply-To: <1355486234-7035-1-git-send-email-andrei.gherzan@windriver.com> X-OriginatorOrg: freescale.com Subject: Re: [meta-fsl-arm][PATCH 1/3] u-boot: Rename recipe to u-boot-fsl 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: Fri, 14 Dec 2012 12:25:20 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 12/14/2012 09:57 AM, Andrei Gherzan wrote: > It's not right to have a recipe named as uboot even if it uses a repo > specific to freescale boards. This would lead to issues while using other > bsp layers in conjunction to meta-fsl-arm where different u-boot versions > but same uboot name are used. > > Example: > *bsp fsl: uboot_2012.10 > *bsp X: uboot_git > If a fsl machine is used, the picked uboot will be the one from bsp X > - git version which is wrong. > > So naming will make things clearer and not error prone. > > Signed-off-by: Andrei Gherzan > --- > .../{u-boot_2012.10.bb => u-boot-fsl_2012.10.bb} | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > rename recipes-bsp/u-boot/{u-boot_2012.10.bb => u-boot-fsl_2012.10.bb} (100%) > > diff --git a/recipes-bsp/u-boot/u-boot_2012.10.bb b/recipes-bsp/u-boot/u-boot-fsl_2012.10.bb > similarity index 100% > rename from recipes-bsp/u-boot/u-boot_2012.10.bb > rename to recipes-bsp/u-boot/u-boot-fsl_2012.10.bb I would suggest you to use u-boot-mainline_2012.10 This source code is not provided by freescale. Other option would be denx instead of mainline. Daiane