Re: [oe] meta-openembedded patch flow

2018-05-23 Thread Andrea Galbusera
On Thu, May 24, 2018 at 4:58 AM, Khem Raj wrote: > On Wed, May 23, 2018 at 9:26 PM, Andre McCurdy wrote: >> On Tue, May 22, 2018 at 4:20 PM, Khem Raj wrote: >>> Hi All, >>> >>> I am writing this to just paraphrase the patch flight

Re: [oe] meta-openembedded patch flow

2018-05-23 Thread Khem Raj
On Wed, May 23, 2018 at 9:26 PM, Andre McCurdy wrote: > On Tue, May 22, 2018 at 4:20 PM, Khem Raj wrote: >> Hi All, >> >> I am writing this to just paraphrase the patch flight process that is >> in place more or less >> and I am going to follow. >> >> We

Re: [oe] meta-openembedded patch flow

2018-05-23 Thread Andre McCurdy
On Tue, May 22, 2018 at 4:20 PM, Khem Raj wrote: > Hi All, > > I am writing this to just paraphrase the patch flight process that is > in place more or less > and I am going to follow. > > We have patchwork instance where all patches from mailing list are captured > >

Re: [oe] [PATCH] redis: Update to 4.0.8

2018-05-23 Thread Khem Raj
On Wed, May 23, 2018 at 9:03 PM, Alistair Francis wrote: > On Wed, May 23, 2018 at 5:37 PM, Khem Raj wrote: >> On Wed, May 23, 2018 at 5:58 PM, Alistair Francis >> wrote: >>> Update redis to the latest 4.0.8 release. This also

Re: [oe] [PATCH] redis: Update to 4.0.8

2018-05-23 Thread Khem Raj
On Wed, May 23, 2018 at 5:58 PM, Alistair Francis wrote: > Update redis to the latest 4.0.8 release. This also involves updating > the redis.conf while maintaining some OE specific config options. > fails on mips | networking.o: In function `createClient': |

[oe] [meta-oe][PATCH 1/2] libgpiod: update to 1.1

2018-05-23 Thread Martin Hundebøll
Add native dependency on autoconf-archive as it is now used by the libgpiod autotools. Signed-off-by: Martin Hundebøll --- meta-oe/recipes-support/libgpiod/libgpiod_1.0.1.bb | 4 meta-oe/recipes-support/libgpiod/libgpiod_1.1.bb | 6 ++ 2 files changed, 6

[oe] [meta-oe][PATCH 2/2] libgpiod: add packageconfig for python bindings

2018-05-23 Thread Martin Hundebøll
Signed-off-by: Martin Hundebøll --- meta-oe/recipes-support/libgpiod/libgpiod_1.1.bb | 8 1 file changed, 8 insertions(+) diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.1.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.1.bb index c2e11ad38..1bda8bc3a 100644

[oe] [meta-multimedia][PATCH 3/3] libmusicbrainz: Set CMAKE_EXE_LINKER_FLAGS to build linker flags

2018-05-23 Thread Khem Raj
Some older compilers do not support security flags like -fstack-protector=strong and if we do not set this then it will use the target flags to pass here which will fail with gcc < 5.x, especially a problem building distros with security flags on host with 4.x gcc e.g. ubuntu 14.04 Signed-off-by:

[oe] [meta-oe][PATCH 1/3] procmail: Use build ldflags when invoking native compile/link

2018-05-23 Thread Khem Raj
Some older compilers do not support security flags like -fstack-protector=strong and if we do not set this then it will use the target flags to pass here which will fail with gcc < 5.x, especially a problem building distros with security flags on host with 4.x gcc e.g. ubuntu 14.04 Signed-off-by:

[oe] [meta-oe][PATCH 2/3] cpprest: Fix build with clang

2018-05-23 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-Fix-a-build-problem-on-Clang.patch | 28 +++ .../0002-Define-virtual-destructor.patch | 28 +++ .../recipes-support/cpprest/cpprest_2.10.2.bb | 8 -- 3 files changed, 61 insertions(+), 3

[oe] [PATCH] redis: Update to 4.0.8

2018-05-23 Thread Alistair Francis
Update redis to the latest 4.0.8 release. This also involves updating the redis.conf while maintaining some OE specific config options. Signed-off-by: Alistair Francis --- ...Makefile-to-add-symbols-to-staticlib.patch | 19 -

[oe] [meta-oe][PATCH] opencv: Work around deprecated ffmpeg functions

2018-05-23 Thread Jason Wessel
The ffmpeg no longer makes use of the AVFMT_RAWPICTURE format, but opencv still has code in it for dealing with this type of exported format. For now it is easier to work around it and allow the code to compile and it will just not get used. A future version of OpenCV will remove the

[oe] [meta-initramfs][PATCH v2] ubi-utils-klibc: update from v. 1.5.2 to 2.0.2

2018-05-23 Thread Andrea Adami
Update to new version and drop accepted patches. Use autotools and packageconfig (for xattrs). Signed-off-by: Andrea Adami --- .../0001-Makefile-build-ubi-utils-only.patch | 87 -- .../0002-common.mk-for-klibc-CC-is-klcc.patch | 27 --

Re: [oe] [meta-java][PATCH] openjdk-8: update aarch64 version to 8u162b12

2018-05-23 Thread André Draszik
On Wed, 2018-05-23 at 12:37 +0100, André Draszik wrote: > It looks like the files have changed, as the checksums for this 162b12 > update aren't right anymore... > > Starting to look into this, I wonder if the URLs used by the OpenJDK-8 > recipes are actually meant to be stable? The URL pattern

Re: [oe] [meta-java][PATCH] openjdk-8: update aarch64 version to 8u162b12

2018-05-23 Thread André Draszik
It looks like the files have changed, as the checksums for this 162b12 update aren't right anymore... Starting to look into this, I wonder if the URLs used by the OpenJDK-8 recipes are actually meant to be stable? The URL pattern is

[oe] [meta-oe][PATCH] turbostat: add the recipe of turbostat to meta-oe

2018-05-23 Thread Hongzhi.Song
It is an efficient and necessary tool to reflect the status of X86 processors. Turbostat reports processor topology, frequency, idle power-state statistics, temperature and power on X86 processors. Signed-off-by: Hongzhi.Song ---

Re: [oe] [meta-oe][PATCH v2] pam-plugin-ldapdb: add recipe

2018-05-23 Thread Richard Leitner
On 05/23/2018 10:54 AM, Martin Jansa wrote: > Don't use github archives which are regenerated from time to time with > different checksums (read older discussions for more details). What should we use instead? git clone? My comments on that from the last patch version: > Why should we change

Re: [oe] [meta-oe][PATCH v2] pam-plugin-ldapdb: add recipe

2018-05-23 Thread Martin Jansa
Don't use github archives which are regenerated from time to time with different checksums (read older discussions for more details). On Wed, May 23, 2018 at 10:42 AM Richard Leitner < richard.leit...@skidata.com> wrote: > Add recipe for version 1.3 of pam-plugin-ldapdb, a PAM module for >

[oe] [meta-oe][PATCH v2] pam-plugin-ldapdb: add recipe

2018-05-23 Thread Richard Leitner
Add recipe for version 1.3 of pam-plugin-ldapdb, a PAM module for directly binding a user DN to an LDAP server. Signed-off-by: Richard Leitner --- Changes v2: + assign DEPENDS (instead of appending to it) + add downloadfilename to SRC_URI + append to FILES

Re: [oe] [meta-oe][PATCH] pam-plugin-ldapdb: add recipe

2018-05-23 Thread Richard Leitner
On 05/22/2018 08:09 PM, Khem Raj wrote: > On Tue, May 22, 2018 at 7:10 AM, Richard Leitner > wrote: >> Add recipe for version 1.3 of pam-plugin-ldapdb, a PAM module for >> directly binding a user DN to an LDAP server. >> >> Signed-off-by: Richard Leitner

Re: [oe] [meta-oe][PATCH] pam-plugin-ldapdb: add recipe

2018-05-23 Thread Richard Leitner
Hi Andre, thank you for your feedback. Please find my comments below. On 05/23/2018 02:51 AM, Andre McCurdy wrote: > On Tue, May 22, 2018 at 4:10 AM, Richard Leitner > wrote: >> Add recipe for version 1.3 of pam-plugin-ldapdb, a PAM module for >> directly binding a