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 DE87672120 for ; Sun, 3 May 2015 21:30:32 +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 t43LUWkD000443; Sun, 3 May 2015 22:30:32 +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 sDskZpT2Ds0Y; Sun, 3 May 2015 22:30:32 +0100 (BST) 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 t43LUGAL000424 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Sun, 3 May 2015 22:30:28 +0100 Message-ID: <1430688616.18360.101.camel@linuxfoundation.org> From: Richard Purdie To: Bruce Ashfield Date: Sun, 03 May 2015 22:30:16 +0100 In-Reply-To: References: X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 0/5] linux-yocto: consolidated pull request 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, 03 May 2015 21:30:33 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2015-04-30 at 21:34 -0400, Bruce Ashfield wrote: > Here is the latest consolidated pull request for the supported linux-yocto > kernels. > > - We have a refresh of the 3.14-rt support > - bluetooh configuration changes for common-pc/qemux86 > - braswell BSP features and fixes > - Introduction of the 4.1-rc1 -dev kernel (and associated perf fix). > > I've built and booted these on my local machines and qemu, and > everything was sane. > > The -dev kernel obviously isn't something for deployment yet, but > it builds, and forms the base for follow up config changes, features > and development work. I built and booted core-image-kernel dev with > the 4.1 changes in place. There was also a problem with poky-lsb. The idea (as far as I remember) is that it should be using LTSI rather than the default main kernel so we could split the testing. Unfortunately it was pointing at 3.10 which doesn't exist any longer so was using 3.17. I think LTSI is 3.14 so I updated the PREFERRED_VERSION to that. This resulted in this failure on the autobuilder: https://autobuilder.yoctoproject.org/main/builders/nightly-mips-lsb/builds/281/steps/BuildImages/logs/stdio Basically with qemumips and 3.14. Hopefully not a hard one to fix. If I've mixed the versions up, let me know which one poky-lsb should be using. Cheers, Richard