[OE-core] [PATCH] bitbake.conf/base.bbclass: Drop PRINC support

2015-05-03 Thread Richard Purdie
PRINC is no longer needed since we have the PR service instead which people should be using. Drop the PRINC code. This has been deprecated with a warning and then an error for quite some time so we can remove it now. Signed-off-by: Richard Purdie diff --git a/meta/classes/base.bbclass b/meta/cl

Re: [OE-core] [PATCH] bitbake.conf/base.bbclass: Drop PRINC support

2014-11-04 Thread Otavio Salvador
On Tue, Nov 4, 2014 at 11:24 AM, Richard Purdie wrote: > On Tue, 2014-11-04 at 10:12 -0200, Otavio Salvador wrote: >> On Tue, Nov 4, 2014 at 10:08 AM, Gary Thomas wrote: >> > Won't this just silently make use of PRINC a no-op? What about >> > the users that had their head in the sand for the las

Re: [OE-core] [PATCH] bitbake.conf/base.bbclass: Drop PRINC support

2014-11-04 Thread Richard Purdie
On Tue, 2014-11-04 at 10:12 -0200, Otavio Salvador wrote: > On Tue, Nov 4, 2014 at 10:08 AM, Gary Thomas wrote: > > Won't this just silently make use of PRINC a no-op? What about > > the users that had their head in the sand for the last few months > > but still expect PRINC to have some effect (

Re: [OE-core] [PATCH] bitbake.conf/base.bbclass: Drop PRINC support

2014-11-04 Thread Otavio Salvador
On Tue, Nov 4, 2014 at 10:08 AM, Gary Thomas wrote: > Won't this just silently make use of PRINC a no-op? What about > the users that had their head in the sand for the last few months > but still expect PRINC to have some effect (and maybe don't use > PR server)? I would think escalating this t

Re: [OE-core] [PATCH] bitbake.conf/base.bbclass: Drop PRINC support

2014-11-04 Thread Gary Thomas
On 2014-11-04 04:26, Richard Purdie wrote: PRINC is no longer needed since we have the PR service instead which people should be using. Drop the PRINC code. This has been deprecated with a warning for a while so we can remove it now. Signed-off-by: Richard Purdie diff --git a/meta/classes/bas

[OE-core] [PATCH] bitbake.conf/base.bbclass: Drop PRINC support

2014-11-04 Thread Richard Purdie
PRINC is no longer needed since we have the PR service instead which people should be using. Drop the PRINC code. This has been deprecated with a warning for a while so we can remove it now. Signed-off-by: Richard Purdie diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index e