Re: [oe] meta-oe and yocto-check-layer

2018-09-25 Thread Martin Jansa
On Tue, Sep 25, 2018 at 07:16:56PM +0200, Nicolas Dechesne wrote: > On Tue, Sep 25, 2018 at 7:10 PM Martin Jansa wrote: > > > > On Tue, Sep 25, 2018 at 03:05:19PM +0200, Nicolas Dechesne wrote: > > > On Tue, Sep 25, 2018 at 12:29 PM Martin Jansa > > > wrote: > > > > > > > > On Tue, Sep 25, 2018

Re: [oe] meta-oe and yocto-check-layer

2018-09-25 Thread Khem Raj
On Tue, Sep 25, 2018 at 10:17 AM Nicolas Dechesne wrote: > > On Tue, Sep 25, 2018 at 7:10 PM Martin Jansa wrote: > > > > On Tue, Sep 25, 2018 at 03:05:19PM +0200, Nicolas Dechesne wrote: > > > On Tue, Sep 25, 2018 at 12:29 PM Martin Jansa > > > wrote: > > > > > > > > On Tue, Sep 25, 2018 at 12:

Re: [oe] meta-oe and yocto-check-layer

2018-09-25 Thread Nicolas Dechesne
On Tue, Sep 25, 2018 at 7:10 PM Martin Jansa wrote: > > On Tue, Sep 25, 2018 at 03:05:19PM +0200, Nicolas Dechesne wrote: > > On Tue, Sep 25, 2018 at 12:29 PM Martin Jansa > > wrote: > > > > > > On Tue, Sep 25, 2018 at 12:24:31PM +0200, Martin Jansa wrote: > > > > > meta-oe: add meta-python in L

Re: [oe] meta-oe and yocto-check-layer

2018-09-25 Thread Martin Jansa
On Tue, Sep 25, 2018 at 03:05:19PM +0200, Nicolas Dechesne wrote: > On Tue, Sep 25, 2018 at 12:29 PM Martin Jansa wrote: > > > > On Tue, Sep 25, 2018 at 12:24:31PM +0200, Martin Jansa wrote: > > > > meta-oe: add meta-python in LAYERDEPENDS (needed for protobuf) > > > > > > This causes another circ

Re: [oe] meta-oe and yocto-check-layer

2018-09-25 Thread Khem Raj
On 9/25/18 2:43 AM, Nicolas Dechesne wrote: > hi Armin, > > On Tue, Sep 25, 2018 at 8:59 AM Nicolas Dechesne > wrote: >> >> On Mon, Sep 24, 2018 at 11:51 PM akuster808 wrote: >>> >>> >>> >>> On 09/24/2018 02:03 PM, Paul Eggleton wrote: Hi Nicolas, On Monday, 24 September 2018 10:0

Re: [oe] meta-oe and yocto-check-layer

2018-09-25 Thread Nicolas Dechesne
On Tue, Sep 25, 2018 at 12:29 PM Martin Jansa wrote: > > On Tue, Sep 25, 2018 at 12:24:31PM +0200, Martin Jansa wrote: > > > meta-oe: add meta-python in LAYERDEPENDS (needed for protobuf) > > > > This causes another circular dependency which we don't want, doesn't it? What are the issues with cir

Re: [oe] meta-oe and yocto-check-layer

2018-09-25 Thread Martin Jansa
On Tue, Sep 25, 2018 at 12:24:31PM +0200, Martin Jansa wrote: > > meta-oe: add meta-python in LAYERDEPENDS (needed for protobuf) > > This causes another circular dependency which we don't want, doesn't it? Especially if it's caused only by python-protobuf runtime dependency added in: https://pat

Re: [oe] meta-oe and yocto-check-layer

2018-09-25 Thread Paul Eggleton
On Tuesday, 25 September 2018 9:43:43 PM NZST Nicolas Dechesne wrote: > Running the compliance script on meta-oe turned out to be an > interesting exercise ;) > > I have found several issues, which I have mentioned in a few different > threads, so I will summary here. > > * oe-core: fix the yocto

Re: [oe] meta-oe and yocto-check-layer

2018-09-25 Thread Martin Jansa
> meta-oe: add meta-python in LAYERDEPENDS (needed for protobuf) This causes another circular dependency which we don't want, doesn't it? On Tue, Sep 25, 2018 at 11:44 AM Nicolas Dechesne < nicolas.deche...@linaro.org> wrote: > hi Armin, > > On Tue, Sep 25, 2018 at 8:59 AM Nicolas Dechesne > wr

Re: [oe] meta-oe and yocto-check-layer

2018-09-25 Thread Nicolas Dechesne
hi Armin, On Tue, Sep 25, 2018 at 8:59 AM Nicolas Dechesne wrote: > > On Mon, Sep 24, 2018 at 11:51 PM akuster808 wrote: > > > > > > > > On 09/24/2018 02:03 PM, Paul Eggleton wrote: > > > Hi Nicolas, > > > > > > On Monday, 24 September 2018 10:05:02 PM NZST Nicolas Dechesne wrote: > > >> hi Armi

Re: [oe] meta-oe and yocto-check-layer

2018-09-24 Thread Nicolas Dechesne
On Mon, Sep 24, 2018 at 11:51 PM akuster808 wrote: > > > > On 09/24/2018 02:03 PM, Paul Eggleton wrote: > > Hi Nicolas, > > > > On Monday, 24 September 2018 10:05:02 PM NZST Nicolas Dechesne wrote: > >> hi Armin, Paul, Richard, > >> > >> I was looking at getting the compliance report for meta-oe (

Re: [oe] meta-oe and yocto-check-layer

2018-09-24 Thread akuster808
On 09/24/2018 02:03 PM, Paul Eggleton wrote: > Hi Nicolas, > > On Monday, 24 September 2018 10:05:02 PM NZST Nicolas Dechesne wrote: >> hi Armin, Paul, Richard, >> >> I was looking at getting the compliance report for meta-oe (sumo >> branch), and I have found a few issues. >> >> * in meta-opene

Re: [oe] meta-oe and yocto-check-layer

2018-09-24 Thread Paul Eggleton
Hi Nicolas, On Monday, 24 September 2018 10:05:02 PM NZST Nicolas Dechesne wrote: > hi Armin, Paul, Richard, > > I was looking at getting the compliance report for meta-oe (sumo > branch), and I have found a few issues. > > * in meta-openembedded/sumo, grpc is in meta-oe layer, while it > depend

[oe] meta-oe and yocto-check-layer

2018-09-24 Thread Nicolas Dechesne
hi Armin, Paul, Richard, I was looking at getting the compliance report for meta-oe (sumo branch), and I have found a few issues. * in meta-openembedded/sumo, grpc is in meta-oe layer, while it depends on meta-networking (c-ares). It was fixes in master, with 251878e8b6b9 (grpc: move it from oe t