From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 51F4AE009FD; Thu, 6 Aug 2015 11:09:02 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (twoerner[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.223.181 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-io0-f181.google.com (mail-io0-f181.google.com [209.85.223.181]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 28B65E00767 for ; Thu, 6 Aug 2015 11:08:57 -0700 (PDT) Received: by iodb91 with SMTP id b91so29342824iod.1 for ; Thu, 06 Aug 2015 11:08:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=kE0bTCpS/v6xWZdnCVfRzSR7FwICR6Cwuq+vUFmnVis=; b=zhx1sKGpTzqkJB75xN1jf0kBsiFNwJ9XfW7HyxnTEOwYH5cMvZAx4AvM4mOgmMBO0s 0x3mDjJTc0SUlZEa3OY3FYUyKQsqyNpEJIyzcrjWMdG2qaVMB26zQWSyrgDO3EHdsu6H 1P5TB8f+4igntryffQQsSoZvRIm8732hxHxOGMvP/voFGX6+UOkCwl3jMest/1MJywW9 s2+aNfKcckgzC1LfMFWghB9i2gaOdU3YmhPgKrTzpFH/wT7vMBz2PwaMWHn3SqPRRfrr OSanNP5YWNKJwN/8Hyi0oOI3rLc9TMiJamg/7hfiX9fMkwwHqTZ3L/GE4rdiibyNGGsX XIgw== X-Received: by 10.107.11.17 with SMTP id v17mr4295426ioi.184.1438884536912; Thu, 06 Aug 2015 11:08:56 -0700 (PDT) Received: from [192.168.141.85] (dsl-67-55-28-109.acanac.net. [67.55.28.109]) by smtp.gmail.com with ESMTPSA id d4sm1894058igl.1.2015.08.06.11.08.55 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Aug 2015 11:08:56 -0700 (PDT) To: Otavio Salvador References: <1438033095.821.291.camel@linuxfoundation.org> <55C35C0F.8060905@gmail.com> From: Trevor Woerner Message-ID: <55C3A2B4.9060101@gmail.com> Date: Thu, 6 Aug 2015 14:08:52 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Cc: meta-freescale Mailing List Subject: Re: Heads up on gcc 5.X issues for meta-fsl-arm and meta-fsl-ppc 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, 06 Aug 2015 18:09:02 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 08/06/15 09:10, Otavio Salvador wrote: > On Thu, Aug 6, 2015 at 10:07 AM, Trevor Woerner wrote: >> On 07/27/15 17:38, Richard Purdie wrote: >>> It appears that gcc 5.x is going to cause a few issues for meta-fsl-arm >>> and meta-fsl-ppc. Many of the remaining issues are specific to these >>> layers. >>> >>> http://errors.yoctoproject.org/Errors/Search/?items=10&query=00957782f4dec7f39b79211e6a2a2bea6f14d2a0&limit=50 >>> >>> is a complete list for one of the last builds. The gcc, elfutils, >>> coreutils and iptables issues are resolved. >>> >>> What worries me specifically are: >>> >> ... >>> imx53qsb: >>> linux-imx >> >> I'm taking a look at this. > > I merged today the removal of i.MX5 using the linux-imx kernel. If you > commit to support the kernel than we can revisit it but otherwise > using mainline is the best route. Ok, thanks.