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 [mailto:rich

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) wrot

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 cust

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

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

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 >

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

[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