Re: [OE-core] [PATCH] insane: Promote most warnings into QA errors by default

2011-09-27 Thread Richard Purdie
On Mon, 2011-09-26 at 16:08 -0700, Saul Wold wrote: > On 09/26/2011 02:51 PM, Richard Purdie wrote: > > On Mon, 2011-09-26 at 21:24 +0100, Richard Purdie wrote: > >> We agreed a while back that we'd start ERRORing on QA issues, not just > >> WARNING about them. This patch changes the default QA lev

Re: [OE-core] [PATCH] insane: Promote most warnings into QA errors by default

2011-09-26 Thread Saul Wold
On 09/26/2011 02:51 PM, Richard Purdie wrote: On Mon, 2011-09-26 at 21:24 +0100, Richard Purdie wrote: We agreed a while back that we'd start ERRORing on QA issues, not just WARNING about them. This patch changes the default QA levels to error on everything except ldflag and useless rpath issues

Re: [OE-core] [PATCH] insane: Promote most warnings into QA errors by default

2011-09-26 Thread Richard Purdie
On Mon, 2011-09-26 at 21:24 +0100, Richard Purdie wrote: > We agreed a while back that we'd start ERRORing on QA issues, not just > WARNING about them. This patch changes the default QA levels to error > on everything except ldflag and useless rpath issues. > > It also stops giving out QA warnings

[OE-core] [PATCH] insane: Promote most warnings into QA errors by default

2011-09-26 Thread Richard Purdie
We agreed a while back that we'd start ERRORing on QA issues, not just WARNING about them. This patch changes the default QA levels to error on everything except ldflag and useless rpath issues. It also stops giving out QA warnings about desktop files since it adds noise to the build and until som