Re: [oe] [meta-oe][PATCH] haveged: fix CPU cache size detection

2019-06-07 Thread akuster808
On 6/6/19 7:09 AM, Stefan Agner wrote: > From: Stefan Agner > > Fix ENOMEM error in case the kernel reports cache size of -1. This > lead to the following error when starting haveged: > haveged starting up > haveged: Couldn't initialize HAVEGE rng 5 > > Signed-off-by: Stefan Agner > --- >

Re: [oe] [meta-perl][PATCH] recipes-devtools: Move back from meta-networking to meta-perl

2019-06-07 Thread akuster808
On 6/7/19 1:18 PM, Adrian Bunk wrote: > It needs both freeradius and perl-module-data-dumper, > so neither place would fulfill all dependencies. > > In general meta-perl looks like the more appropriate place. > > The location in meta-networking also had the problem that > it was one directory

[oe] [meta-networking][PATCH] wireless-regdb: Upgrade 2019.03.01 -> 2019.06.03

2019-06-07 Thread Adrian Bunk
This includes deletion of a frequency where transmission is no longer legal in Japan. Signed-off-by: Adrian Bunk --- ...eless-regdb_2019.03.01.bb => wireless-regdb_2019.06.03.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-perl][PATCH] recipes-devtools: Move back from meta-networking to meta-perl

2019-06-07 Thread Adrian Bunk
It needs both freeradius and perl-module-data-dumper, so neither place would fulfill all dependencies. In general meta-perl looks like the more appropriate place. The location in meta-networking also had the problem that it was one directory too deep and therefore not included in BBFILES.

Re: [oe] [meta-python] [PATCH] python-mako: upgrade 1.0.10 -> 1.0.12

2019-06-07 Thread Tim Orling
On Fri, Jun 7, 2019 at 12:50 AM Adrian Bunk wrote: > On Thu, Jun 06, 2019 at 11:51:41PM -0700, Tim Orling wrote: > > While you are at it, can you please add a python3 recipe? Python2 is EOL > > soon and this recipe will be at risk for being dropped completely in a > > future meta-python. > >

Re: [oe] [meta-python] [PATCH] python-mako: upgrade 1.0.10 -> 1.0.12

2019-06-07 Thread Adrian Bunk
On Thu, Jun 06, 2019 at 11:51:41PM -0700, Tim Orling wrote: > While you are at it, can you please add a python3 recipe? Python2 is EOL > soon and this recipe will be at risk for being dropped completely in a > future meta-python. This and others already have a python3 in oe-core. cu Adrian --

Re: [oe] [meta-networking][PATCH] python-ldap: add python-pyasn1 and python-pyasn1-modules as runtime dependencies

2019-06-07 Thread Tim Orling
This recipe needs a python3 version as well. Python2 will be EOL soon. On Mon, Jun 3, 2019 at 6:53 PM Yi Zhao wrote: > According to Doc/requirements.txt, this package needs python-pyasn1 and > python-pyasn1-modules as runtime dependencies. > > Signed-off-by: Yi Zhao > --- >

Re: [oe] [PATCH 2/7] python-pygobject: upgrade 3.28.3 -> 3.32.1

2019-06-07 Thread Tim Orling
Please consider providing a python3 version as well. Python2 will be EOL soon. On Tue, Jun 4, 2019 at 8:04 PM wrote: > From: Changqing Li > > switch to meson build > > Signed-off-by: Changqing Li > --- > ...thon-pygobject_3.28.3.bb => python-pygobject_3.32.1.bb} | 14 > +- > 1

Re: [oe] [meta-python] [PATCH] python-pbr: upgrade 5.2.0 -> 5.2.1

2019-06-07 Thread Tim Orling
This recipe has no python3 version and will be at risk of being dropped when python2 is EOL. Can you consider refactoring and provide a python2 and python3 version please? On Wed, Jun 5, 2019 at 8:35 PM Zang Ruochen wrote: > -Upgrade from python-pbr_5.2.0.bb to python-pbr_5.2.1.bb. > >

Re: [oe] [meta-python] [PATCH] python-mako: upgrade 1.0.10 -> 1.0.12

2019-06-07 Thread Tim Orling
While you are at it, can you please add a python3 recipe? Python2 is EOL soon and this recipe will be at risk for being dropped completely in a future meta-python. On Wed, Jun 5, 2019 at 8:46 PM Zang Ruochen wrote: > -Upgrade from python-mako_1.0.10.bb to python-mako_1.0.12.bb. > >