[yocto] Another sstate rebuild issue, badly need help understanding sstate

2014-11-03 Thread Vuille, Martin (Martin)
Poky 1.6.1 / daisy I have a variable REV_TOOLS defined in distro/conf/somename.conf in a custom distro layer from a git repo. This variable is assigned to SRCREV in a number of recipes (SRCREV = ${REV_TOOLS}) for packages included in my images and SDKs. Pulled an update to the distro layer

Re: [yocto] Change in packagegroup doesn't cause image rebuild

2014-11-03 Thread Paul Eggleton
Hi Martin, On Saturday 01 November 2014 15:57:34 Vuille, Martin wrote: Yocto 1.6.1 / daisy I'm making the transition from denzil/1.2 to daisy. I have converted tasks from 1.2 to packagegroups. Something is not working properly, and perhaps I am doing something wrong, or perhaps my

Re: [yocto] Change in packagegroup doesn't cause image rebuild

2014-11-03 Thread Vuille, Martin (Martin)
Hi Paul, -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Hi Martin, On Saturday 01 November 2014 15:57:34 Vuille, Martin wrote: Yocto 1.6.1 / daisy I'm making the transition from denzil/1.2 to daisy. I have converted tasks from 1.2 to

Re: [yocto] Another sstate rebuild issue, badly need help understanding sstate

2014-11-03 Thread Paul Eggleton
On Monday 03 November 2014 12:53:23 Vuille, Martin wrote: Poky 1.6.1 / daisy I have a variable REV_TOOLS defined in distro/conf/somename.conf in a custom distro layer from a git repo. This variable is assigned to SRCREV in a number of recipes (SRCREV = ${REV_TOOLS}) for packages included

Re: [yocto] How to debug dependency/setscene/sstate issues

2014-11-03 Thread Barros Pena, Belen
On 01/11/2014 13:45, Vuille, Martin (Martin) vmar...@avaya.com wrote: -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Bob Cochran Sent: November 01, 2014 9:08 AM To: yocto@yoctoproject.org Subject: Re: [yocto] How to

Re: [yocto] Another sstate rebuild issue, badly need help understanding sstate

2014-11-03 Thread Vuille, Martin (Martin)
Hi Paul, -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: November 03, 2014 9:13 AM On Monday 03 November 2014 12:53:23 Vuille, Martin wrote: Poky 1.6.1 / daisy I have a variable REV_TOOLS defined in distro/conf/somename.conf in a custom

Re: [yocto] How to debug dependency/setscene/sstate issues

2014-11-03 Thread Vuille, Martin (Martin)
Hi Belén, -Original Message- From: Barros Pena, Belen [mailto:belen.barros.p...@intel.com] Sent: November 03, 2014 9:12 AM Hi Martin, You probably found this already, but just in case. The instructions to set up Toaster: https://wiki.yoctoproject.org/wiki/Toaster When you

[yocto] Upper-case letters in package names OK?

2014-11-03 Thread Vuille, Martin (Martin)
I have a package named foo-Bar built by a recipe foo-Bar_1.0.0.bb. Just noticed in Toaster that for that package it is reporting the package name as foo- instead of foo-Bar. Is that a bug in Toaster or a restriction on package names? MV -- ___ yocto

Re: [yocto] Another sstate rebuild issue, badly need help understanding sstate

2014-11-03 Thread Vuille, Martin (Martin)
-Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: November 03, 2014 9:13 AM I honestly don't know how to explain this behaviour either, because it should not happen this way. BitBake automatically extracts variable references within variable values

Re: [yocto] Another sstate rebuild issue, badly need help understanding sstate

2014-11-03 Thread Richard Purdie
On Mon, 2014-11-03 at 12:53 +, Vuille, Martin (Martin) wrote: I have a variable “REV_TOOLS” defined in distro/conf/somename.conf in a custom distro layer from a git repo. This variable is assigned to SRCREV in a number of recipes (SRCREV = “${REV_TOOLS}”) for packages included in my

Re: [yocto] Upper-case letters in package names OK?

2014-11-03 Thread Paul Eggleton
On Monday 03 November 2014 14:40:42 Vuille, Martin wrote: I have a package named foo-Bar built by a recipe foo-Bar_1.0.0.bb. Just noticed in Toaster that for that package it is reporting the package name as foo- instead of foo-Bar. Is that a bug in Toaster or a restriction on package names?

Re: [yocto] Angstrom Build Fails

2014-11-03 Thread Richard Purdie
On Sat, 2014-11-01 at 19:25 -0400, nick wrote: This isn't a network issue as I can fetch Yocto sources from other servers without any problems. It can a network issue, routes to different places go through different servers and so whilst less common than complete network failure, you can

Re: [yocto] Another sstate rebuild issue, badly need help understanding sstate

2014-11-03 Thread Vuille, Martin (Martin)
Hi Richard, -Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: November 03, 2014 10:06 AM On Mon, 2014-11-03 at 12:53 +, Vuille, Martin (Martin) wrote: I have a variable “REV_TOOLS” defined in distro/conf/somename.conf in a custom

Re: [yocto] Another sstate rebuild issue, badly need help understanding sstate

2014-11-03 Thread Martin Jansa
On Mon, Nov 03, 2014 at 03:09:43PM +, Vuille, Martin (Martin) wrote: Hi Richard, -Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: November 03, 2014 10:06 AM On Mon, 2014-11-03 at 12:53 +, Vuille, Martin (Martin) wrote: I

Re: [yocto] Another sstate rebuild issue, badly need help understanding sstate

2014-11-03 Thread Vuille, Martin (Martin)
Hi Martin, -Original Message- From: Martin Jansa [mailto:martin.ja...@gmail.com] Sent: November 03, 2014 11:05 AM On Mon, Nov 03, 2014 at 03:09:43PM +, Vuille, Martin (Martin) wrote: Hi Richard, -Original Message- From: Richard Purdie

Re: [yocto] Angstrom Build Fails

2014-11-03 Thread Chris Tapp
On 3 Nov 2014, at 15:08, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Sat, 2014-11-01 at 19:25 -0400, nick wrote: This isn't a network issue as I can fetch Yocto sources from other servers without any problems. It can a network issue, routes to different places go

Re: [yocto] Help me understand Openembedded variable expansion

2014-11-03 Thread Matt Schuckmann
-Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: Thursday, October 30, 2014 6:52 AM To: Matt Schuckmann Cc: Yocto Project Subject: Re: [yocto] Help me understand Openembedded variable expansion On Tue, 2014-10-28 at 10:11 -0700, Matt

[linux-yocto] [PATCH 1/1] meta: Enable native P state management for power/intel

2014-11-03 Thread Tom Zanussi
Enable Intel P state driver for processors that can use it. Signed-off-by: Tom Zanussi tom.zanu...@linux.intel.com --- meta/cfg/kernel-cache/features/power/intel.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/cfg/kernel-cache/features/power/intel.cfg

Re: [linux-yocto] [PATCH 0/1] power/intel update for 3.17

2014-11-03 Thread Bruce Ashfield
On 14-11-03 10:38 AM, Tom Zanussi wrote: This adds X86_INTEL_PSTATE to the intel power feature. Boot-tested on both nuc and crownbay-noemgd. Please pull into linux-yocto-3.17. The following changes since commit 229ce533868773f201f9ab36e2b4248b381309ec: meta: bump kver to v3.17.1

Re: [linux-yocto] [PATCH 0/1] power/intel update for 3.17

2014-11-03 Thread Kamble, Nitin A
-Original Message- From: linux-yocto-boun...@yoctoproject.org [mailto:linux-yocto- boun...@yoctoproject.org] On Behalf Of Bruce Ashfield Sent: Monday, November 03, 2014 8:15 AM To: Tom Zanussi; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] [PATCH 0/1] power/intel update