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 3189172A14 for ; Sun, 21 Dec 2014 13:57:10 +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 sBLDqs37004585; Sun, 21 Dec 2014 13:56:32 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 icenZulml1U2; Sun, 21 Dec 2014 13:56:32 +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 sBLDuIEu004690 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Sun, 21 Dec 2014 13:56:30 GMT Message-ID: <1419170215.13316.57.camel@linuxfoundation.org> From: Richard Purdie To: Bruce Ashfield Date: Sun, 21 Dec 2014 13:56:55 +0000 In-Reply-To: <1419165346.13316.55.camel@linuxfoundation.org> 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> <1419115211.13316.47.camel@linuxfoundation.org> <54962AAB.9040800@windriver.com> <1419161257.13316.49.camel@linuxfoundation.org> <1419165346.13316.55.camel@linuxfoundation.org> 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: Sun, 21 Dec 2014 13:57:18 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit I thought we were over the hump and I merged the series. Next autobuild went rather red due to sstate cache usage. Reproducer was: bitbake kernel-devsrc -c cleansstate bitbake virtual/kernel bitbake virtual/kernel -c clean bitbake kernel-devsrc -c install I've pushed yet another patch and restarted the build. Cheers, Richard