From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id C555F60851 for ; Sun, 15 May 2016 07:03:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u4F73o2r017817; Sun, 15 May 2016 08:03:50 +0100 Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 9G2_PePz_Qkx; Sun, 15 May 2016 08:03:50 +0100 (BST) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u4F73iEQ017811 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Sun, 15 May 2016 08:03:45 +0100 Message-ID: <1463295824.9746.152.camel@linuxfoundation.org> From: Richard Purdie To: Khem Raj , openembedded-core@lists.openembedded.org, "Ashfield, Bruce" Date: Sun, 15 May 2016 08:03:44 +0100 In-Reply-To: <2cc568062314cdddd5ff2f60dd6d9685b3b12831.1463157783.git.raj.khem@gmail.com> References: <2cc568062314cdddd5ff2f60dd6d9685b3b12831.1463157783.git.raj.khem@gmail.com> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Subject: Re: [PATCH 4/6] tcmode-default: Bump gcc,glibc,gdb X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2016 07:03:55 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2016-05-13 at 09:46 -0700, Khem Raj wrote: > gcc 6.1, glibc 2.24, gdb 7.11 > > Signed-off-by: Khem Raj > --- > meta/conf/distro/include/tcmode-default.inc | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) I'll merge most of this series however before we can move to gcc6 by default there are some remaining issues: https://autobuilder.yoctoproject.org/main/builders/nightly-x86-64-lsb/b uilds/788/steps/BuildImages/logs/stdio qt4-x11-free fails to compile linux-yocto 4.1 also fails (on qemux86-64, qemux86, qemuppc, qemumips, qemuarm) https://autobuilder.yoctoproject.org/main/builders/nightly-ppc/builds/7 78/steps/BuildImages_1/logs/stdio linux-yocto 4.4 fails on ppc https://autobuilder.yoctoproject.org/main/builders/nightly-non-gpl3/bui lds/768/steps/BuildImages/logs/stdio non-GPLv3 on elfutils and diffutils (There may be other failures too, the build hasn't completed yet) We'll need to come up with a plan to address these issues (possibly upgrades for some of the kernels?) before we can change the defaults. Cheers, Richard