Re: [OE-core] [PATCH 4/4] xserver-xorg: Add PACKAGECONFIG for crypto libraries

2016-02-10 Thread Mark Hatle
On 2/10/16 2:25 AM, Jussi Kukkonen wrote: > On 9 February 2016 at 20:04, Mark Hatle > wrote: > > On 2/9/16 11:54 AM, Khem Raj wrote: > > > >> On Feb 9, 2016, at 1:39 AM, Nicolas Dechesne > mailto:nicolas.deche...@linaro.org>> wrote: > >> > >>

Re: [OE-core] [PATCH 4/4] xserver-xorg: Add PACKAGECONFIG for crypto libraries

2016-02-10 Thread Jussi Kukkonen
On 9 February 2016 at 20:04, Mark Hatle wrote: > On 2/9/16 11:54 AM, Khem Raj wrote: > > > >> On Feb 9, 2016, at 1:39 AM, Nicolas Dechesne < > nicolas.deche...@linaro.org> wrote: > >> > >> On Tue, Feb 9, 2016 at 10:24 AM, Jussi Kukkonen > >> wrote: > >>> Default to libcrypto (openssl) as before.

Re: [OE-core] [PATCH 4/4] xserver-xorg: Add PACKAGECONFIG for crypto libraries

2016-02-09 Thread Khem Raj
> On Feb 9, 2016, at 11:41 AM, Nicolas Dechesne > wrote: > > On Tue, Feb 9, 2016 at 8:04 PM, Khem Raj wrote: >> Think of crypto policy point of view > > why not. this is probably a good thing. But I don't think we should > block the current patches as they are. If we want to add a > DISTRO_FE

Re: [OE-core] [PATCH 4/4] xserver-xorg: Add PACKAGECONFIG for crypto libraries

2016-02-09 Thread Nicolas Dechesne
On Tue, Feb 9, 2016 at 8:04 PM, Khem Raj wrote: > Think of crypto policy point of view why not. this is probably a good thing. But I don't think we should block the current patches as they are. If we want to add a DISTRO_FEATURES the patches we did in mesa and xserver are needed anyways. Once eve

Re: [OE-core] [PATCH 4/4] xserver-xorg: Add PACKAGECONFIG for crypto libraries

2016-02-09 Thread Khem Raj
On Feb 9, 2016 9:58 AM, "Burton, Ross" wrote: > > > On 9 February 2016 at 17:54, Khem Raj wrote: >> >> > Looks good to me. this is the same implementation I used in the mesa >> > patch.. so we need to make sure that any review feedback is applied to >> > both before merging the too, >> >> since i

Re: [OE-core] [PATCH 4/4] xserver-xorg: Add PACKAGECONFIG for crypto libraries

2016-02-09 Thread Mark Hatle
On 2/9/16 11:54 AM, Khem Raj wrote: > >> On Feb 9, 2016, at 1:39 AM, Nicolas Dechesne >> wrote: >> >> On Tue, Feb 9, 2016 at 10:24 AM, Jussi Kukkonen >> wrote: >>> Default to libcrypto (openssl) as before. >>> >>> Signed-off-by: Jussi Kukkonen >> >> Looks good to me. this is the same implement

Re: [OE-core] [PATCH 4/4] xserver-xorg: Add PACKAGECONFIG for crypto libraries

2016-02-09 Thread Burton, Ross
On 9 February 2016 at 17:54, Khem Raj wrote: > > Looks good to me. this is the same implementation I used in the mesa > > patch.. so we need to make sure that any review feedback is applied to > > both before merging the too, > > since its spans multiple recipes would it be better to control it w

Re: [OE-core] [PATCH 4/4] xserver-xorg: Add PACKAGECONFIG for crypto libraries

2016-02-09 Thread Khem Raj
> On Feb 9, 2016, at 1:39 AM, Nicolas Dechesne > wrote: > > On Tue, Feb 9, 2016 at 10:24 AM, Jussi Kukkonen > wrote: >> Default to libcrypto (openssl) as before. >> >> Signed-off-by: Jussi Kukkonen > > Looks good to me. this is the same implementation I used in the mesa > patch.. so we need

Re: [OE-core] [PATCH 4/4] xserver-xorg: Add PACKAGECONFIG for crypto libraries

2016-02-09 Thread Nicolas Dechesne
On Tue, Feb 9, 2016 at 10:24 AM, Jussi Kukkonen wrote: > Default to libcrypto (openssl) as before. > > Signed-off-by: Jussi Kukkonen Looks good to me. this is the same implementation I used in the mesa patch.. so we need to make sure that any review feedback is applied to both before merging the

[OE-core] [PATCH 4/4] xserver-xorg: Add PACKAGECONFIG for crypto libraries

2016-02-09 Thread Jussi Kukkonen
Default to libcrypto (openssl) as before. Signed-off-by: Jussi Kukkonen --- meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserv