[yocto] [meta-selinux] all files unlabeled_t when using squashfs

2014-11-03 Thread Josh_Pennell
Hello, I'm working on a project using the meta-selinux reference policy on an embedded system. The device uses a squashfs file system that is labeled during build time. During the build, policy file labels are applied using Pseudo and setfiles with an alternate root path specified. Also if I

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, October 21, 2014 8:00 AM US Pacific Time

2014-11-03 Thread Jolley, Stephen K
Tuesday, November 4, 2014 8:00 AM US Pacific Time Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.8_Status https://wiki.yoctoproject.org/wiki/Yocto_1.8_Schedule https://wiki.yoctoproject.org/wik

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, Ma

Re: [yocto] Angstrom Build Fails

2014-11-03 Thread Chris Tapp
On 3 Nov 2014, at 15:08, Richard Purdie 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 through different > servers and

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] 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 h

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 p

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

[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 -- ___

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 >

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] How to debug dependency/setscene/sstate issues

2014-11-03 Thread Barros Pena, Belen
On 01/11/2014 13:45, "Vuille, Martin (Martin)" 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 debug

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

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 fro

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

[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