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 A2FCC72A1D for ; Sat, 20 Dec 2014 22:40:28 +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 sBKMdp5L023888; Sat, 20 Dec 2014 22:39:51 GMT 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 vyRIgKVV8Ayz; Sat, 20 Dec 2014 22:39:51 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id sBKMdZtQ023885 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Sat, 20 Dec 2014 22:39:46 GMT Message-ID: <1419115211.13316.47.camel@linuxfoundation.org> From: Richard Purdie To: Bruce Ashfield Date: Sat, 20 Dec 2014 22:40:11 +0000 In-Reply-To: <54959211.9020504@windriver.com> References: <1418984914.13316.6.camel@linuxfoundation.org> <1418992908.13316.14.camel@linuxfoundation.org> <54942326.8080806@windriver.com> <1418994949.13316.16.camel@linuxfoundation.org> <1419074109.13316.31.camel@linuxfoundation.org> <54959211.9020504@windriver.com> X-Mailer: Evolution 3.12.7-0ubuntu1 Mime-Version: 1.0 Cc: openembedded-core Subject: Re: Merging problems 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: Sat, 20 Dec 2014 22:40:32 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sat, 2014-12-20 at 10:13 -0500, Bruce Ashfield wrote: > On 2014-12-20 6:15 AM, Richard Purdie wrote: > > So where are we at? > > > > Thanks to some great help from Ross, we have a number of patches merged > > and many of the issues in my last email have been addressed. I'm > > continuing to struggle with the kernel series. The last build on the > > autobuilder highlighted that: > > > > * there are problems in boot-directdisk.bbclass (have a fix) > > * there is a do_rootfs/do_package_qa race (have a fix) > > * the report-error.bbclass tasks could crash (have a fix) > > * the kernelmodule sanity tests were failing (have a fix) > > * qemumips gdb is failing to compile, probably due to new kernel > > headers (no fix as yet) > > * systemd sanity QA tests continue to fail on xorg and systemd-login > > (no fix as yet) > > * there are continuing problems with linux-imx from meta-fsl-arm, I > > thought these were addressed but clearly not :( > > > > Ideally I'd like to take some time off over the holidays but I can't see > > that happening until the patch queues are under some kind of control :(. > > Let me know if there are one of these that you want me to take. I'm all > for pitching in and getting everyone some down time. Looks like I spoke too soon: https://autobuilder.yoctoproject.org/main/builders/nightly-x86/builds/132/steps/BuildImages_1/logs/stdio which seems to be a race over the kernel source directory. I'm guessing the file in question is a temporary build artefact of lttng-modules which was running at the same time? Any way we can avoid temp files in the kernel source dir? Cheers, Richard