From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ni.com (skprod3.natinst.com [130.164.80.24]) by mail.openembedded.org (Postfix) with ESMTP id C013F60167 for ; Thu, 6 Aug 2015 07:23:45 +0000 (UTC) Received: from us-aus-mgwout2.amer.corp.natinst.com (nb-chan1-1338.natinst.com [130.164.19.134]) by us-aus-skprod3.natinst.com (8.15.0.59/8.15.0.59) with ESMTP id t767Njrs008315; Thu, 6 Aug 2015 02:23:45 -0500 Received: from [10.113.0.102] ([130.164.14.198]) by us-aus-mgwout2.amer.corp.natinst.com (Lotus Domino Release 8.5.3FP6 HF1218) with ESMTP id 2015080602234489-1016218 ; Thu, 6 Aug 2015 02:23:44 -0500 Message-ID: <55C30B7F.2050909@ni.com> Date: Thu, 06 Aug 2015 10:23:43 +0300 From: Ioan-Adrian Ratiu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Bruce Ashfield References: <1438674108-24258-1-git-send-email-adrian.ratiu@ni.com> In-Reply-To: X-MIMETrack: Itemize by SMTP Server on US-AUS-MGWOut2/AUS/H/NIC(Release 8.5.3FP6 HF1218|December 12, 2014) at 08/06/2015 02:23:45 AM, Serialize by Router on US-AUS-MGWOut2/AUS/H/NIC(Release 8.5.3FP6 HF1218|December 12, 2014) at 08/06/2015 02:23:45 AM, Serialize complete at 08/06/2015 02:23:45 AM X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2015-08-06_05:, , signatures=0 Cc: Patches and discussions about the oe-core layer Subject: Re: [PATCH] kernel-yocto: do_configme: Add $TOOLCHAIN_OPTIONS to CFLAGS 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: Thu, 06 Aug 2015 07:23:48 -0000 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=utf-8; format=flowed On 05.08.2015 16:50, Bruce Ashfield wrote: > On Wed, Aug 5, 2015 at 4:39 AM, Adrian Ratiu wrote: >> Bruce Ashfield wrote on 05.08.2015 05:17:14: >> >>> On Tue, Aug 4, 2015 at 4:41 AM, Ioan-Adrian Ratiu >>> wrote: >>>> The kernel configure step was broken by the sysroot poisoning in [1]. >>> >>> Can you be more precise here ? Configuration certainly works for me .. and >>> has been working since last October. >> >> This works because it was fixed in linux-yocto.inc *after* the sysroot >> poisoning. >> I've mentioned this in the next line :) But this is not what this fix is >> for, >> this fix should have been done at the same time with adding >> $TOOLCHAIN_OPTIONS >> to $KERNEL_CC in linux-yocto.inc. >> >> This bug was missed because there is NO error reporting in >> yocto-kernel-tools >> merge_configs.sh and the build continues despite the error. I've sent a >> patch to >> fail loudly in case merge_configs.sh fails in yocto-kernel-tools. You know >> about >> it because you responded to that mail :) These issues are related. > > right. And as you saw there .. I don't need that patch. So we might as well > let this one sit as well. It's great if these issues were already fixed somehow different than how I proposed. Are those local changes pushed to a public branch yet? I would really like to test the new code. P.S. Sorry for the html crap in my previous mail, I hope it's gone now.