From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from co9outboundpool.messaging.microsoft.com (co9ehsobe001.messaging.microsoft.com [207.46.163.24]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id CE153E00597 for ; Mon, 15 Apr 2013 07:03:53 -0700 (PDT) Received: from mail215-co9-R.bigfish.com (10.236.132.247) by CO9EHSOBE041.bigfish.com (10.236.130.104) with Microsoft SMTP Server id 14.1.225.23; Mon, 15 Apr 2013 14:03:53 +0000 Received: from mail215-co9 (localhost [127.0.0.1]) by mail215-co9-R.bigfish.com (Postfix) with ESMTP id 07A852204B6; Mon, 15 Apr 2013 14:03:53 +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(zzbb2dI98dI9371Izz1f42h1fc6h1ee6h1de0h1fdah1202h1e76h1d1ah1d2ahzzz2dh2a8h668h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1155h) Received: from mail215-co9 (localhost.localdomain [127.0.0.1]) by mail215-co9 (MessageSwitch) id 1366034631587598_12797; Mon, 15 Apr 2013 14:03:51 +0000 (UTC) Received: from CO9EHSMHS029.bigfish.com (unknown [10.236.132.236]) by mail215-co9.bigfish.com (Postfix) with ESMTP id 839C7480047; Mon, 15 Apr 2013 14:03:51 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CO9EHSMHS029.bigfish.com (10.236.130.39) with Microsoft SMTP Server (TLS) id 14.1.225.23; Mon, 15 Apr 2013 14:03:47 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-002.039d.mgd.msft.net (10.84.1.15) with Microsoft SMTP Server (TLS) id 14.2.328.11; Mon, 15 Apr 2013 14:03:46 +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 r3FE3irW017761; Mon, 15 Apr 2013 07:03:44 -0700 Message-ID: <516C0892.6030904@freescale.com> Date: Mon, 15 Apr 2013 11:02:58 -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: <1366026722-31385-1-git-send-email-otavio@ossystems.com.br> <1366026722-31385-6-git-send-email-otavio@ossystems.com.br> In-Reply-To: <1366026722-31385-6-git-send-email-otavio@ossystems.com.br> X-OriginatorOrg: freescale.com Cc: meta-freescale Mailing List Subject: Re: [meta-fsl-arm PATCH v3 05/13] imx-base.inc: Disable firmware include for not fully supported BSPs 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: Mon, 15 Apr 2013 14:03:53 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 04/15/2013 08:51 AM, Otavio Salvador wrote: > The i.MX25, i.MX27, i.MX31 and i.MX35 are not fully supported and we > don't have the firmware package for them so comment them out so it > doesn't break the build. Why to keep this code? I would prefer to remove the lines instead of comment them. Daiane