[OE-core] [PATCH 2/3] insane.bbclass: add host-user-contaminated test

2015-08-24 Thread Christopher Larson
From: Christopher Larson - Add a test which checks for any paths outside of /home which are owned by the user running bitbake. - Add the test to WARN_QA by default. This test has been in meta-mentor for some time, and in our ERROR_QA for our builds, and has caught a number of issues for us. S

Re: [OE-core] [PATCH 2/3] insane.bbclass: add host-user-contaminated test

2015-08-26 Thread Joshua Lock
On 24/08/15 23:19, Christopher Larson wrote: From: Christopher Larson - Add a test which checks for any paths outside of /home which are owned by the user running bitbake. - Add the test to WARN_QA by default. I do all of my builds on a separate partition in a directory hierarchy which is

Re: [OE-core] [PATCH 2/3] insane.bbclass: add host-user-contaminated test

2015-08-26 Thread Burton, Ross
On 26 August 2015 at 09:44, Joshua Lock wrote: > I do all of my builds on a separate partition in a directory hierarchy > which is owned by my user - if I'm understanding this correctly I'll get QA > WARNINGS for all of my builds with this change? > The paths are prefixed with ${D} so pretend th

Re: [OE-core] [PATCH 2/3] insane.bbclass: add host-user-contaminated test

2015-08-26 Thread Christopher Larson
On Wed, Aug 26, 2015 at 4:01 AM, Burton, Ross wrote: > On 26 August 2015 at 09:44, Joshua Lock > wrote: > >> I do all of my builds on a separate partition in a directory hierarchy >> which is owned by my user - if I'm understanding this correctly I'll get QA >> WARNINGS for all of my builds with

Re: [OE-core] [PATCH 2/3] insane.bbclass: add host-user-contaminated test

2015-08-26 Thread Christopher Larson
On Wed, Aug 26, 2015 at 7:19 AM, Christopher Larson wrote: > On Wed, Aug 26, 2015 at 4:01 AM, Burton, Ross > wrote: > >> On 26 August 2015 at 09:44, Joshua Lock >> wrote: >> >>> I do all of my builds on a separate partition in a directory hierarchy >>> which is owned by my user - if I'm underst

Re: [OE-core] [PATCH 2/3] insane.bbclass: add host-user-contaminated test

2015-08-26 Thread Joshua Lock
On 26/08/15 15:20, Christopher Larson wrote: On Wed, Aug 26, 2015 at 7:19 AM, Christopher Larson mailto:clar...@kergoth.com>> wrote: On Wed, Aug 26, 2015 at 4:01 AM, Burton, Ross mailto:ross.bur...@intel.com>> wrote: On 26 August 2015 at 09:44, Joshua Lock mailto:joshua.l..