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 C8322E0121A for ; Tue, 9 Apr 2013 10:57:05 -0700 (PDT) Received: from mail79-tx2-R.bigfish.com (10.9.14.250) by TX2EHSOBE012.bigfish.com (10.9.40.32) with Microsoft SMTP Server id 14.1.225.23; Tue, 9 Apr 2013 17:57:05 +0000 Received: from mail79-tx2 (localhost [127.0.0.1]) by mail79-tx2-R.bigfish.com (Postfix) with ESMTP id 305E620716; Tue, 9 Apr 2013 17:57:05 +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: -3 X-BigFish: VS-3(zzbb2dI98dI9371I1432Izz1f42h1fc6h1ee6h1de0h1fdah1202h1e76h1d1ah1d2ahzz8275bhz2dh2a8h668h839h947he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1889i1155h) Received: from mail79-tx2 (localhost.localdomain [127.0.0.1]) by mail79-tx2 (MessageSwitch) id 1365530223603485_23935; Tue, 9 Apr 2013 17:57:03 +0000 (UTC) Received: from TX2EHSMHS014.bigfish.com (unknown [10.9.14.229]) by mail79-tx2.bigfish.com (Postfix) with ESMTP id 8CB1E4400D2; Tue, 9 Apr 2013 17:57:03 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by TX2EHSMHS014.bigfish.com (10.9.99.114) with Microsoft SMTP Server (TLS) id 14.1.225.23; Tue, 9 Apr 2013 17:57:00 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-001.039d.mgd.msft.net (10.84.1.13) with Microsoft SMTP Server (TLS) id 14.2.328.11; Tue, 9 Apr 2013 17:57:00 +0000 Received: from [10.29.244.97] ([10.29.244.97]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id r39Huww9013245; Tue, 9 Apr 2013 10:56:59 -0700 Message-ID: <51645644.8000806@freescale.com> Date: Tue, 9 Apr 2013 14:56:20 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Otavio Salvador References: <1365527093-12139-1-git-send-email-otavio@ossystems.com.br> <1365527093-12139-5-git-send-email-otavio@ossystems.com.br> <5164523A.1000907@gmail.com> In-Reply-To: X-OriginatorOrg: freescale.com Cc: meta-freescale Mailing List Subject: Re: [meta-fsl-arm-extra][PATCH 5/6] wandboard-dual: Use U-Boot mainline 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: Tue, 09 Apr 2013 17:57:06 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 04/09/2013 02:53 PM, Otavio Salvador wrote: > On Tue, Apr 9, 2013 at 2:39 PM, John Weber wrote: >>> diff --git a/conf/machine/wandboard-dual.conf >>> b/conf/machine/wandboard-dual.conf >>> index 02d63b7..f19b1a4 100644 >>> --- a/conf/machine/wandboard-dual.conf >>> +++ b/conf/machine/wandboard-dual.conf >>> @@ -9,12 +9,9 @@ SOC_FAMILY = "wandboard:mx6dl:mx6" >>> >>> KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6dl-wandboard.dts" >> >> >> Same question as in the solo recipe patch. We're not using dts, so where >> does this file come from? >> > > This will be used by mainline kernel; however I did not add it for the > dual and it came on first board patch. I think it does not hurt > anyway. It did not hurt, but I decided to not include this "useless" source code when I created the imx6dlsabresd and imx6slevk. It may lead user to an error. Daiane