Re: [oe] [meta-oe][PATCH] libharu: New recipe

2020-02-18 Thread akuster808
On 2/18/20 7:47 PM, Zheng Ruoqin wrote: > libHaru is a library for generating PDF files. > > Signed-off-by: Zheng Ruoqin > --- > .../libharu/libharu-RELEASE_2_3_0_cmake.patch | 45 +++ > .../recipes-support/libharu/libharu_2.3.0.bb | 24 ++ > 2 files changed, 69

[oe] [meta-oe][PATCH] libharu: New recipe

2020-02-18 Thread Zheng Ruoqin
libHaru is a library for generating PDF files. Signed-off-by: Zheng Ruoqin --- .../libharu/libharu-RELEASE_2_3_0_cmake.patch | 45 +++ .../recipes-support/libharu/libharu_2.3.0.bb | 24 ++ 2 files changed, 69 insertions(+) create mode 100644

Re: [oe] [meta-oe][PATCH] fio: upgrade 3.17 -> 3.18

2020-02-18 Thread Khem Raj
On Tue, Feb 18, 2020 at 2:09 PM Adrian Bunk wrote: > > On Tue, Feb 18, 2020 at 11:37:33AM -0800, Jonathan Richardson via > Openembedded-devel wrote: > > I was just about to submit a patch to remove the disabling of compiler > > optimizations to fio. On our cortex A72 this kills the performance

Re: [oe] [meta-oe] [PATCH v2 1/1] fio: remove disabling of compiler optimizations

2020-02-18 Thread Khem Raj
On Tue, Feb 18, 2020 at 1:08 PM Jonathan Richardson via Openembedded-devel wrote: > > Disabling compiler optimizations affects fio performance by 25-30% so > remove this from EXTRA_OECONF. Disabling of optimizations should be > machine specific if there are bugs in the code instead of the

[oe] [meta-oe][PATCH V2] pm-graph: Provide analyze-suspend as well

2020-02-18 Thread Khem Raj
Remove stale analyze-suspend recipe Signed-off-by: Khem Raj --- .../analyze-suspend/analyze-suspend_5.5.bb| 29 --- .../packagegroups/packagegroup-meta-oe.bb | 2 +- .../recipes-kernel/pm-graph/pm-graph_5.5.bb | 11 +++ 3 files changed, 12 insertions(+), 30

Re: [oe] [meta-oe][PATCH 2/4] pm-graph: Renamed from analyze-suspend

2020-02-18 Thread Khem Raj
On Tue, Feb 18, 2020 at 5:40 PM Mittal, Anuj wrote: > > Is this different from the one that is already in meta-oe? > > https://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-kernel/pm-graph > These are duplicates, thanks for pointing out, I will move the PROVIDES part to pm-graph

Re: [oe] [meta-oe][PATCH 2/4] pm-graph: Renamed from analyze-suspend

2020-02-18 Thread Mittal, Anuj
Is this different from the one that is already in meta-oe? https://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-kernel/pm-graph Thanks, Anuj > -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org devel-boun...@lists.openembedded.org> On Behalf Of

[oe] [meta-oe][PATCH 3/4] cfengine: Upgrade to 3.15

2020-02-18 Thread Khem Raj
License-Update: Change in Company name Cfengine AS a Norwegian company -> Northern.tech Python3 fixes to needed scripts Signed-off-by: Khem Raj --- .../cfengine/cfengine-masterfiles/python3.patch | 16 ..._3.12.0.bb => cfengine-masterfiles_3.15.0.bb} | 15 ++-

[oe] [meta-oe][PATCH 2/4] pm-graph: Renamed from analyze-suspend

2020-02-18 Thread Khem Raj
Moved to tip to get py3 support Point SRC_URI to new location Adjust for name changes Signed-off-by: Khem Raj --- .../pm-graph_5.5.bb} | 12 .../packagegroups/packagegroup-meta-oe.bb| 2 +- 2 files changed, 9 insertions(+), 5

[oe] [meta-multimedia][PATCH 4/4] dleyna-renderer: Fix build with gupnp 1.2+

2020-02-18 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-add-gupnp-1.2-API-support.patch | 123 ++ .../dleyna/dleyna-renderer_0.6.0.bb | 4 +- 2 files changed, 126 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-oe][PATCH 1/4] graphviz: Depend on py3 at runtime

2020-02-18 Thread Khem Raj
These packages are empty but python scripts generally do not depend on python2 Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/graphviz/graphviz_2.40.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_2.40.1.bb

Re: [oe] [meta-oe][PATCH] fio: upgrade 3.17 -> 3.18

2020-02-18 Thread Jonathan Richardson via Openembedded-devel
On Tue, Feb 18, 2020 at 2:09 PM Adrian Bunk wrote: > > On Tue, Feb 18, 2020 at 11:37:33AM -0800, Jonathan Richardson via > Openembedded-devel wrote: > > I was just about to submit a patch to remove the disabling of compiler > > optimizations to fio. On our cortex A72 this kills the performance

Re: [oe] [meta-oe][PATCH] fio: upgrade 3.17 -> 3.18

2020-02-18 Thread Adrian Bunk
On Tue, Feb 18, 2020 at 11:37:33AM -0800, Jonathan Richardson via Openembedded-devel wrote: > I was just about to submit a patch to remove the disabling of compiler > optimizations to fio. On our cortex A72 this kills the performance of fio > by 25%. That would solve this build issue also. >... >

[oe] [meta-oe][PATCH] mariadb: Add pam_auth to server package.

2020-02-18 Thread Jeremy Puhlman
From: "Jeremy A. Puhlman" When pam is enabled, the pam plugin in pulled into the server package but not the auth tool which results in following error on boot: Starting to install database for mariadb chown: cannot access '/usr/lib/plugin/auth_pam_tool_dir': No such file or directory Cannot

[oe] [meta-oe] [PATCH v2 1/1] fio: remove disabling of compiler optimizations

2020-02-18 Thread Jonathan Richardson via Openembedded-devel
Disabling compiler optimizations affects fio performance by 25-30% so remove this from EXTRA_OECONF. Disabling of optimizations should be machine specific if there are bugs in the code instead of the default. Optimizations were removed in this commit:

Re: [oe] [meta-oe][PATCH] fio: upgrade 3.17 -> 3.18

2020-02-18 Thread Jonathan Richardson via Openembedded-devel
I was just about to submit a patch to remove the disabling of compiler optimizations to fio. On our cortex A72 this kills the performance of fio by 25%. That would solve this build issue also. I haven't seen any crashes with fio. If there are some architecture specific issues can the removal of

[oe] [meta-multimedia][PATCH 2/2] dleyna-server: Bump version to support 1.2 gupnp

2020-02-18 Thread Khem Raj
Signed-off-by: Khem Raj --- .../recipes-multimedia/dleyna/dleyna-server_0.6.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/dleyna/dleyna-server_0.6.0.bb b/meta-multimedia/recipes-multimedia/dleyna/dleyna-server_0.6.0.bb

[oe] [meta-multimedia][PATCH 1/2] dleyna-core: Update to latest to support gupnp 1.2

2020-02-18 Thread Khem Raj
License-Update: Changed copyright years Signed-off-by: Khem Raj --- .../recipes-multimedia/dleyna/dleyna-core_0.6.0.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb

Re: [oe] zeus merge request

2020-02-18 Thread Khem Raj
On Mon, Feb 17, 2020 at 4:21 PM akuster808 wrote: > > The following changes since commit e855ecc6d35677e79780adc57b2552213c995731: > > ruli: Fix install step and build samples too (2020-01-05 14:44:11 -0800) > > are available in the Git repository at: > >