[oe] [meta-oe][PATCH 2/2] mosquitto: do not enable srv by default

2020-03-08 Thread Gianfranco Costamagna
Rationale can be found in the Debian packaging (debian/changelog): Revert change enabling SRV functionality, it is disabled by default upstream and of little benefit to any end user, but adds reasonable complexity to the code. Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco

[oe] [meta-oe][PATCH 1/2] mosquitto: refresh patches and sync with Debian packaging

2020-03-08 Thread Gianfranco Costamagna
Also add patch from debian to mqtt_protocol.h header file Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../mosquitto/files/1571.patch | 4 +--- .../mosquitto/files/install-protocol.patch | 14 ++ .../mosquitto

[oe] [meta-oe][PATCH 1/2] cpprest: update to 2.10.15 and refresh patches

2020-02-27 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna --- .../cpprest/disable-outside-tests.patch | 43 +++ ...{cpprest_2.10.14.bb => cpprest_2.10.15.bb} | 4 +- 2 files changed, 8 insertions(+), 39 deletions(-) rename meta-oe/recipes-support/cpprest/{cpprest_2.10.14

[oe] [meta-oe][PATCH 2/2] boinc: update recipe to version 7.16.5

2020-02-27 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- meta-oe/recipes-extended/boinc/boinc-client_7.16.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/boinc/boinc-client_7.16.bb b/meta-oe/recipes-extended/boinc/boinc

[oe] [meta-oe][PATCH 4/4] boinc-client: minor cosmetic changes on bb recipe,

2020-01-25 Thread Gianfranco Costamagna
such as unifying tabs VS spaces and adding cosmetic newlines Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- meta-oe/recipes-extended/boinc/boinc-client_7.16.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-extended

[oe] [meta-oe][PATCH 1/4] dlt-daemon: Add initial recipe from meta-ivi

2020-01-25 Thread Gianfranco Costamagna
From: Gianfranco Costamagna as of commit 6a5b0d6460028f695c62bd1f0b064207671b2236 with added upstream proposed pull request: https://github.com/GENIVI/meta-ivi/pull/118 dlt-daemon is useful on embedded systems as a logging system Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco

[oe] [meta-oe][PATCH 3/4] boinc: update recipe to version 7.16.4

2020-01-25 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- meta-oe/recipes-extended/boinc/boinc-client_7.16.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/boinc/boinc-client_7.16.bb b/meta-oe/recipes-extended/boinc/boinc

[oe] [meta-oe][PATCH 2/4] mosquitto: apply upstream proposed patches to use cmake build system,

2020-01-25 Thread Gianfranco Costamagna
From: Gianfranco Costamagna simplifying a lot the build and install process. Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../mosquitto/files/1568.patch| 67 +++ .../mosquitto/files/1569

[oe] [meta-oe][PATCH 2/2] boinc-client: cosmetic changes, such as unifying tabs VS spaces and adding cosmetic newlines

2020-01-25 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- meta-oe/recipes-extended/boinc/boinc-client_7.16.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-extended/boinc/boinc-client_7.16.bb b/meta-oe/recipes-extended/boinc

[oe] [meta-oe][PATCH 1/2] boinc: update recipe to version 7.16.4

2020-01-25 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- meta-oe/recipes-extended/boinc/boinc-client_7.16.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/boinc/boinc-client_7.16.bb b/meta-oe/recipes-extended/boinc/boinc

[oe] [meta-oe][PATCH 2/2] mosquitto: apply upstream proposed patches to use cmake build system, simplifying a lot the build and install process.

2020-01-25 Thread Gianfranco Costamagna
From: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../mosquitto/files/1568.patch| 67 +++ .../mosquitto/files/1569.patch| 25 +++ .../mosquitto

[oe] [meta-oe][PATCH 1/2] dlt-daemon: Add initial recipe from meta-ivi, as of commit 6a5b0d6460028f695c62bd1f0b064207671b2236 with added upstream proposed pull request: https://github.com/GENIVI/meta-

2020-01-25 Thread Gianfranco Costamagna
From: Gianfranco Costamagna dlt-daemon is useful on embedded systems as a logging system Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- ...execute-processes-as-a-specific-user.patch | 94 +++ ...0004-Modify-systemd

[oe] [meta-oe][PATCH 2/2] mosquitto: apply upstream proposed patches to use cmake build system, simplifying a lot the build and install process.

2020-01-25 Thread Gianfranco Costamagna
From: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../mosquitto/files/1568.patch| 67 +++ .../mosquitto/files/1569.patch| 25 +++ .../mosquitto

[oe] [meta-oe][PATCH 1/2] dlt-daemon: Add initial recipe from meta-ivi, as of commit 6a5b0d6460028f695c62bd1f0b064207671b2236 with added upstream proposed pull request: https://github.com/GENIVI/meta-

2020-01-25 Thread Gianfranco Costamagna
From: Gianfranco Costamagna dlt-daemon is useful on embedded systems as a logging system Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- ...execute-processes-as-a-specific-user.patch | 94 +++ ...0004-Modify-systemd

[oe] [meta-oe][PATCH 1/2] mosquitto: apply upstream proposed patches to use cmake build system, simplifying a lot the build and install process.

2020-01-25 Thread Gianfranco Costamagna
From: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../mosquitto/files/1568.patch| 67 +++ .../mosquitto/files/1569.patch| 25 +++ .../mosquitto

[oe] [meta-oe][PATCH 2/2] dlt-daemon: Add initial recipe from meta-ivi, as of commit 6a5b0d6460028f695c62bd1f0b064207671b2236 with added upstream proposed pull request: https://github.com/GENIVI/meta-

2020-01-25 Thread Gianfranco Costamagna
From: Gianfranco Costamagna dlt-daemon is useful on embedded systems as a logging system Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- ...execute-processes-as-a-specific-user.patch | 94 +++ ...0004-Modify-systemd

[oe] [meta-oe][PATCH 1/2] dlt-daemon: add initial recipe based on meta-ivi branch (with lots of changes)

2020-01-24 Thread Gianfranco Costamagna
From: Gianfranco Costamagna dlt-daemon is useful on embedded systems as a logging system Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- ...execute-processes-as-a-specific-user.patch | 95 +++ ...0004-Modify

[oe] [meta-oe][PATCH 2/2] mosquitto: apply upstream proposed patches to use cmake build system, simplifying a lot the build and install process.

2020-01-24 Thread Gianfranco Costamagna
From: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../mosquitto/files/1568.patch| 66 +++ .../mosquitto/files/1569.patch| 24 +++ .../mosquitto

[oe] [meta-oe][PATCH] vboxguestdrivers: update to new version 6.1.2

2020-01-15 Thread Gianfranco Costamagna
drop export.patch, now part of upstream codebase Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../vboxguestdrivers/export.patch | 77 --- ...ers_6.1.0.bb => vboxguestdrivers_6.1.2.bb} | 5 +- 2 files changed, 2 insertions(+),

[oe] [meta-oe][PATCH] websocketpp: refresh clang patch

2020-01-14 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../websocketpp-0.8.1/0001-Correct-clang-compiler-flags.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/websocketpp/websocketpp-0.8.1/0001-Correct-clang-compiler

[oe] [meta-oe][PATCH] websocketpp: refresh clang patch

2020-01-14 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna --- .../websocketpp-0.8.1/0001-Correct-clang-compiler-flags.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/websocketpp/websocketpp-0.8.1/0001-Correct-clang-compiler-flags.patch b/meta-oe/recipes-support

[oe] [meta-oe][PATCH] websocketpp: also install examples in a new -examples subpackage

2020-01-10 Thread Gianfranco Costamagna
Thanks to Khem Raj for the suggestion, the location is similar to the one used by Debian packaging Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- meta-oe/recipes-support/websocketpp/websocketpp_0.8.1.bb | 9 + 1 file changed, 9 insertions(+) diff --git

Re: [oe] [meta-oe][PATCH] websocketpp: add various upstream accepted and proposed patches to fix various issues, including:

2020-01-10 Thread Gianfranco Costamagna
Hello, Il giorno gio 9 gen 2020 alle ore 18:19 Khem Raj ha scritto: > On Thu, Jan 9, 2020 at 2:41 AM Gianfranco Costamagna > wrote: > > > > Hello, I sent a new version some seconds ago. > > > > For the Upstream-Status, I would like to prefer avoiding doin

[oe] [meta-oe][PATCH] websocketpp: also install examples in a new -examples subpackage

2020-01-10 Thread Gianfranco Costamagna
Thanks to Khem Raj for the suggestion, the location is similar to the one used by Debian packaging Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- meta-oe/recipes-support/websocketpp/websocketpp_0.8.1.bb | 9 + 1 file changed, 9 insertions(+) diff --git

[oe] [meta-oe][PATCH] cpprest: fix cmake installation directory

2020-01-09 Thread Gianfranco Costamagna
This should help reverse-dependencies find the cmake files also in multiarch locations Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- meta-oe/recipes-support/cpprest/cpprest_2.10.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe

[oe] [meta-oe][PATCH] brotli: rename static libraries avoding the -static suffix.

2020-01-09 Thread Gianfranco Costamagna
This leads to link failures such as the ones described here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943321 Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- meta-oe/recipes-extended/brotli/brotli_1.0.7.bb | 6 ++ 1 file changed, 6 insertions(+) diff

Re: [oe] [meta-oe][PATCH] websocketpp: add various upstream accepted and proposed patches to fix various issues, including:

2020-01-09 Thread Gianfranco Costamagna
, Jan 8, 2020 at 9:11 AM Gianfranco Costamagna > wrote: > > > > - build failure with boost 1.71 > > - bad installation of header files correct version on some OSes. > > - fix version minor number > > > > Signed-off-by: Gianfranco Costamagna > > Signed-o

[oe] [meta-oe][PATCH] websocketpp: add various upstream accepted and proposed patches to fix various issues, including:

2020-01-09 Thread Gianfranco Costamagna
this is an header only dev package for now Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../websocketpp/websocketpp-0.8.1/771.patch | 22 +++ .../websocketpp/websocketpp-0.8.1/842.patch | 30 .../websocketpp/websocketpp-0.8.1/855.patch | 23

[oe] [meta-oe][PATCH] websocketpp: add various upstream accepted and proposed patches to fix various issues, including:

2020-01-08 Thread Gianfranco Costamagna
- build failure with boost 1.71 - bad installation of header files correct version on some OSes. - fix version minor number Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../websocketpp/websocketpp-0.8.1/771.patch | 22 ++ .../websocketpp

Re: [oe] [meta-oe][PATCH] vboxguestdrivers: update to version 6.0.14 and unblacklist

2020-01-08 Thread Gianfranco Costamagna
/Details/296908/ > > I guess it needs to use KERNEL_AR > > > > It really is generic issue fails with gcc too > http://errors.yoctoproject.org/Errors/Details/296946/ > > > > On Tue, Dec 10, 2019 at 1:39 AM Gianfranco Costamagna > > wro

[oe] [meta-oe][PATCH] vboxguestdrivers: update to version 6.1.0 and unblacklist

2020-01-08 Thread Gianfranco Costamagna
From: Gianfranco Costamagna - Change oe_runmake call because the yocto one exposes AR/O and other variables, not understood by KBUILD makefile. - Add KBUILD_VERBOSE to add some build verbosity - Add upstream patch to fix export of the module tarball. Signed-off-by: Gianfranco Costamagna

[oe] [meta-oe][PATCH] boinc: update recipe to version 7.16.3

2019-12-10 Thread Gianfranco Costamagna
From: Gianfranco Costamagna --- .../boinc-client/boinc-AM_CONDITIONAL.patch | 23 --- .../boinc/boinc-client/gtk-configure.patch| 21 +++-- .../boinc/boinc-client/opengl_m4_check.patch | 17 ++ ...nc-client_7.12.bb => boinc-client_7.16.bb} |

Re: [oe] [meta-oe][PATCH] vboxguestdrivers: update to version 6.0.14 and unblacklist

2019-12-10 Thread Gianfranco Costamagna
it/torvalds/linux.git/commit/?h=v5.4=df4028658f9dd7f82fd190e9db5bd82c05f94625 > > > On Tue, Dec 10, 2019 at 10:39 AM Gianfranco Costamagna < > costamagna.gianfra...@gmail.com> wrote: > >> --- >> ...oxguestdrivers_5.2.22.bb => vboxguestdrivers_6.0.14.bb} | 7 ++- >> 1 file changed, 2 ins

[oe] [meta-oe][PATCH] vboxguestdrivers: update to version 6.0.14 and unblacklist

2019-12-10 Thread Gianfranco Costamagna
--- ...oxguestdrivers_5.2.22.bb => vboxguestdrivers_6.0.14.bb} | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) rename meta-oe/recipes-support/vboxguestdrivers/{vboxguestdrivers_5.2.22.bb => vboxguestdrivers_6.0.14.bb} (92%) diff --git

[oe] [meta-oe][PATCH 2/2] grpc: Change gettid patch with the upstream merged version

2019-09-06 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna --- ...01-Define-gettid-only-for-glibc-2.30.patch | 128 +- 1 file changed, 95 insertions(+), 33 deletions(-) diff --git a/meta-networking/recipes-devtools/grpc/grpc/0001-Define-gettid-only-for-glibc-2.30.patch b/meta-networking/recipes

[oe] [meta-oe][PATCH 1/2] grpc: don't use unexisting gettid function on glibc 2.29, it has been implemented only in 2.30

2019-09-06 Thread Gianfranco Costamagna
https://sourceware.org/git/?p=glibc.git;a=commit;h=1d0fc213824eaa2a8f8c4385daaa698ee8fb7c92 Signed-off-by: Francesco Mocci Signed-off-by: Gianfranco Costamagna --- .../grpc/grpc/0001-Define-gettid-only-for-glibc-2.30.patch| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[oe] [meta-oe][PATCH 1/2] grpc: don't use unexisting gettid function on glibc 2.29, it has been implemented only in 2.30 https://sourceware.org/git/?p=glibc.git; a=commit; h=1d0fc213824eaa2a8f8c4385da

2019-09-06 Thread Gianfranco Costamagna
--- .../grpc/grpc/0001-Define-gettid-only-for-glibc-2.30.patch| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-devtools/grpc/grpc/0001-Define-gettid-only-for-glibc-2.30.patch

[oe] [meta-oe][PATCH 2/2] grpc: Change gettid patch with the upstream merged version

2019-09-06 Thread Gianfranco Costamagna
--- ...01-Define-gettid-only-for-glibc-2.30.patch | 126 +- 1 file changed, 93 insertions(+), 33 deletions(-) diff --git a/meta-networking/recipes-devtools/grpc/grpc/0001-Define-gettid-only-for-glibc-2.30.patch

[oe] [meta-oe][PATCH] grpc: don't use unexisting gettid function on glibc 2.29, it has been implemented only in 2.30 https://sourceware.org/git/?p=glibc.git; a=commit; h=1d0fc213824eaa2a8f8c4385daaa69

2019-09-06 Thread Gianfranco Costamagna
--- .../grpc/grpc/0001-Define-gettid-only-for-glibc-2.30.patch| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-devtools/grpc/grpc/0001-Define-gettid-only-for-glibc-2.30.patch

[oe] [meta-oe][PATCH] ifmetric: add initial recipe based on Debian packaging and patches

2019-08-28 Thread Gianfranco Costamagna
--- .../ifmetric/ifmetric/ifmetric.8_typo.patch | 15 .../ifmetric.c_netlink-invalid-arg.patch | 16 + .../ifmetric/ifmetric/ifmetric.c_typo.patch | 24 +++ .../nlrequest.c_packet-too-small_fix.patch| 16 +

[oe] [meta-oe][PATCH] libmodbus: update version to 3.1.6, cherry-pick upstream patch and two Debian patches. tweak configure step to force autogenerated files regeneration

2019-08-28 Thread Gianfranco Costamagna
From: Gianfranco Costamagna --- ...-endianness-issue-on-big-endian-arch.patch | 314 ++ .../libmodbus/libmodbus/Fix-typo.patch| 52 +++ ...4bc7ccb09cd8d19ab641ee37637f8c34d16d.patch | 32 ++ .../libmodbus/libmodbus_3.1.4.bb | 4 - .../libmodbus

[oe] [meta-oe][PATCH] cpprest: Do not export Werror from build system instead of adding -Wno-error to the same build command

2019-07-23 Thread Gianfranco Costamagna
--- meta-oe/recipes-support/cpprest/cpprest_2.10.14.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.14.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.14.bb index c13a632cf..53f6469b2 100644 ---

[oe] [meta-oe][PATCH] cpprest: update to 2.10.14

2019-07-22 Thread Gianfranco Costamagna
--- .../cpprest/{cpprest_2.10.13.bb => cpprest_2.10.14.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/cpprest/{cpprest_2.10.13.bb => cpprest_2.10.14.bb} (91%) diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb

[oe] [meta-oe][PATCH] iniparser: add initial recipe

2019-07-10 Thread Gianfranco Costamagna
From: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../iniparser/Add-CMake-support.patch | 63 +++ .../iniparser/iniparser_4.1.bb| 17 + 2 files changed, 80

[oe] [meta-oe][PATCH] iniparser: add initial recipe

2019-06-27 Thread Gianfranco Costamagna
From: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../iniparser/Add-CMake-support.patch | 63 +++ .../iniparser/iniparser_4.1.bb| 17 + 2 files changed, 80

Re: [oe] [meta-oe][PATCH] cpprest: update to 2.10.13, drop 32bit build fix: upstream Add back test disables from Debian, they are still needed with the network access disabled

2019-04-27 Thread Gianfranco Costamagna
Hello, it's a resend. I made a mistake in the SRC_URI string quoting... G. On Sat, 27 Apr 2019 16:02 akuster808, wrote: > > > On 4/27/19 12:42 AM, Gianfranco Costamagna wrote: > > Signed-off-by: Gianfranco Costamagna > > Is this a V2 or resend? > > Some of the subj

[oe] [meta-oe][PATCH] cpprest: update to 2.10.13, drop 32bit build fix: upstream Add back test disables from Debian, they are still needed with the network access disabled

2019-04-27 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna --- .../cpprest/cpprest/1094.patch| 307 -- .../cpprest/cpprest/disable-float-tests.patch | 25 ++ .../cpprest/disable-outside-tests.patch | 138 ...{cpprest_2.10.12.bb => cpprest_2.10.13.bb} | 7 +- 4 fi

[oe] [meta-oe][PATCH] cpprest: update to 2.10.13, drop 32bit build fix: upstream Add back test disables from Debian, they are still needed with the network access disabled

2019-04-27 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna --- .../cpprest/cpprest/1094.patch| 307 -- .../cpprest/cpprest/disable-float-tests.patch | 25 ++ .../cpprest/disable-outside-tests.patch | 138 ...{cpprest_2.10.12.bb => cpprest_2.10.13.bb} | 7 +- 4 fi

[oe] [meta-oe][PATCH] cpprest: fix build failure on 32bit systems, with upstream merged patch

2019-04-02 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../cpprest/cpprest/1094.patch| 307 ...0e5b33dfdbd501d618cd7e7498148ffbd559.patch | 26 - ...9f8e214516d2c19aa6ef831ee874a58c0479.patch | 1557 - .../cpprest/cpprest_2.10.12.bb

[oe] [meta-oe][PATCH] cpprest: fix build failure on 32bit systems, with upstream merged patch

2019-04-01 Thread Gianfranco Costamagna
--- .../cpprest/cpprest/1094.patch| 307 ...0e5b33dfdbd501d618cd7e7498148ffbd559.patch | 26 - ...9f8e214516d2c19aa6ef831ee874a58c0479.patch | 1557 - .../cpprest/cpprest_2.10.12.bb|4 +- 4 files changed, 308 insertions(+), 1586

Re: [oe] [meta-oe][PATCH] libmodbus: start to prefer version 3.1.4, now that even Debian updated testing to it. Upstream declares this version as "very stable", so maybe it is really time to switch to

2019-04-01 Thread Gianfranco Costamagna
oblems, so I agree > with your patch. > > Regards, > Vincent > > Le lun. 1 avr. 2019 à 11:39, Gianfranco Costamagna < > costamagna.gianfra...@gmail.com> a écrit : > >> --- >> meta-oe/recipes-extended/libmodbus/libmodbus_3.1.4.bb | 3 --- >> 1 file changed, 3

[oe] [meta-oe][PATCH] libmodbus: start to prefer version 3.1.4 as default

2019-04-01 Thread Gianfranco Costamagna
Now that even Debian testing is using it, and upstream declares this version as "very stable", it might be time to switch using it as default --- meta-oe/recipes-extended/libmodbus/libmodbus_3.1.4.bb | 3 --- 1 file changed, 3 deletions(-) diff --git

[oe] [meta-oe][PATCH] libmodbus: start to prefer version 3.1.4, now that even Debian updated testing to it. Upstream declares this version as "very stable", so maybe it is really time to switch to it

2019-04-01 Thread Gianfranco Costamagna
--- meta-oe/recipes-extended/libmodbus/libmodbus_3.1.4.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.4.bb b/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.4.bb index d438a0abc..cc45fa7e2 100644 ---

[oe] [meta-oe][PATCH] cpprest: fix build failures on 32bit systems, by reverting two upstream commits

2019-03-28 Thread Gianfranco Costamagna
--- ...0e5b33dfdbd501d618cd7e7498148ffbd559.patch | 26 + ...9f8e214516d2c19aa6ef831ee874a58c0479.patch | 1557 + .../cpprest/cpprest_2.10.12.bb|2 + 3 files changed, 1585 insertions(+) create mode 100644

[oe] [meta-oe][PATCH] cpprest: bump version to 2.10.12

2019-03-28 Thread Gianfranco Costamagna
--- .../cpprest/{cpprest_2.10.11.bb => cpprest_2.10.12.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/cpprest/{cpprest_2.10.11.bb => cpprest_2.10.12.bb} (89%) diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.11.bb

[oe] [meta-oe][PATCH] cpprest: update to 2.10.11

2019-03-20 Thread Gianfranco Costamagna
--- .../cpprest/{cpprest_2.10.10.bb => cpprest_2.10.11.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/cpprest/{cpprest_2.10.10.bb => cpprest_2.10.11.bb} (89%) diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.10.bb

[oe] [meta-oe][PATCH] cpprest: update to 2.10.9, drop patches, now useless in this version. Seems like with both Ubuntu, Debian and Yocto builds that network is not accessed anymore with this upstream

2019-01-21 Thread Gianfranco Costamagna
-tests.patch +++ /dev/null @@ -1,25 +0,0 @@ -Description: new toolchain might have increased the float precision -Author: Gianfranco Costamagna -Last-Update: 2017-10-28 -Forwarded: https://github.com/Microsoft/cpprestsdk/issues/576 - casablanca-2.10.0.orig/Release/tests/functional/streams

[oe] [meta-oe][PATCH] cpprest: update to 2.10.9, drop patches

2019-01-21 Thread Gianfranco Costamagna
upport/cpprest/cpprest/disable-float-tests.patch +++ /dev/null @@ -1,25 +0,0 @@ -Description: new toolchain might have increased the float precision -Author: Gianfranco Costamagna -Last-Update: 2017-10-28 -Forwarded: https://github.com/Microsoft/cpprestsdk/issues/576 - casablanca-2.10.0.orig/Release

Re: [oe] [meta-oe][PATCH] cpprest: inherit pkg-config to find brotli library

2018-12-12 Thread Gianfranco Costamagna
kgconfig-native (through pkgconfig inherit) instead? > > On Wed, Dec 12, 2018 at 1:44 PM Gianfranco Costamagna < > costamagna.gianfra...@gmail.com> wrote: > >> --- >> meta-oe/recipes-support/cpprest/cpprest_2.10.8.bb | 2 +- >> 1 file changed, 1 insertion(+), 1 del

[oe] [meta-oe][PATCH] cpprest: inherit pkg-config to find brotli library

2018-12-12 Thread Gianfranco Costamagna
--- meta-oe/recipes-support/cpprest/cpprest_2.10.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.8.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.8.bb index c94038f8f..b4b1c81e8 100644 ---

[oe] [meta-oe][PATCH] cpprest: inherit pkg-config to find brotli library

2018-12-12 Thread Gianfranco Costamagna
--- meta-oe/recipes-support/cpprest/cpprest_2.10.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.8.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.8.bb index c94038f8f..49da6d35c 100644 ---

[oe] [meta-oe][PATCH] cpprest: upgrade to version 2.10.8: drop my two patches, now upstream

2018-11-25 Thread Gianfranco Costamagna
system brotli -Author: Gianfranco Costamagna -Forwarded: https://github.com/Microsoft/cpprestsdk/pull/952 -Last-Update: 2018-11-05 - cpprest-2.10.7.orig/Release/cmake/cpprest_find_brotli.cmake -+++ cpprest-2.10.7/Release/cmake/cpprest_find_brotli.cmake -@@ -3,8 +3,17 @@ function(cppres

[oe] [meta-oe][PATCH 2/2] cpprest: upgrade to version 2.10.7 and add support for brotli library

2018-11-05 Thread Gianfranco Costamagna
pprest/cpprest/845.patch +++ /dev/null @@ -1,42 +0,0 @@ -From c4a09f3d29a57022e03e2849f04c111a57a6a388 Mon Sep 17 00:00:00 2001 -From: Gianfranco Costamagna -Date: Sat, 18 Aug 2018 14:59:38 +0200 -Subject: [PATCH] Fix default installation path - - Release/CMakeLists.txt | 2 +- - Relea

[oe] [meta-oe][PATCH 1/2] brotli: add initial recipe, based on meta-webkit layer

2018-11-05 Thread Gianfranco Costamagna
--- meta-oe/recipes-extended/brotli/brotli_1.0.7.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-extended/brotli/brotli_1.0.7.bb diff --git a/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb b/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb new file

[oe] [meta-oe][PATCH] cpprest: bump version to 2.10.6, drop clang 747 patch: upstream

2018-09-10 Thread Gianfranco Costamagna
--- .../cpprest/cpprest-2.10.5/747.patch| 13 - .../cpprest/{cpprest-2.10.5 => cpprest}/845.patch | 0 .../disable-float-tests.patch | 0 .../disable-outside-tests.patch | 0 .../disable-test-timeouts.patch

Re: [oe] [meta-oe][PATCH V2 07/10] wvstreams: Add openssl 1.1.x support

2018-09-10 Thread Gianfranco Costamagna
Got it. I tried to understand if this was intentional, but I still fail to understand the patchwork website :) thanks than and sorry for wasting your time! keep rocking G. Il giorno lun 10 set 2018 alle ore 08:19 Khem Raj ha scritto: > On Sun, Sep 9, 2018 at 11:15 PM Gianfranco Costama

[oe] [meta-oe][PATCH V2 07/10] wvstreams: Add openssl 1.1.x support

2018-09-10 Thread Gianfranco Costamagna
Hello Khem, did you forget a sed s/openssl10/openssl/g in the bb file? :) thanks for applying the fix! G. -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

Re: [oe] [meta-oe][PATCH 3/5] wvstreams: Depend on openssl10 and add patch to build with openssl

2018-09-09 Thread Gianfranco Costamagna
Hello, can you please consider keeping openssl 1.1 as default and apply this patch to the package? https://sources.debian.org/src/wvstreams/4.6.1-14/debian/patches/wvstreams_openssl1.1.patch/ We fixed in Debian this openssl incompatibility some weeks ago, nobody tested the patch deeply, I only

[oe] [meta-oe][PATCH] cpprest: bump version to 2.10.5, refresh patches

2018-08-18 Thread Gianfranco Costamagna
44 index 4d03e6d28..0 --- a/meta-oe/recipes-support/cpprest/cpprest-2.10.3/fix-cmake-install.patch +++ /dev/null @@ -1,59 +0,0 @@ -Description: install cmake files into /usr/lib/cmake/cpprestsdk -Author: Gianfranco Costamagna -Upstream-Status: https://github.com/Microsoft/cpprestsdk/pull/737

[oe] [meta-oe][PATCH] cpprest: update to new 2.10.3 release, simplify recipe now that it has a cmake file in the root location

2018-08-06 Thread Gianfranco Costamagna
--- .../cpprest/cpprest-2.10.2/787.patch | 32 --- .../cpprest/cpprest-2.10.2/boost-fix.patch| 14 .../732.patch | 0 .../747.patch | 0 .../disable-float-tests.patch | 0

[oe] [meta-oe][PATCH 1/2] meta-networking: drop duplicated websocketpp recipe

2018-07-23 Thread Gianfranco Costamagna
ary does not actually support a sliding window size of 256 bits. -#+ WebSocket++ will no longer negotiate 256 bit deflate windows. If the user -#+ of the library tries to request a 256 bit window a 512 bit window will be -#+ specified instead (This was the previous behavior). #596 #653 Thank

[oe] [meta-oe][PATCH 2/2] meta-oe: update websocketpp to 0.8.1, drop all patches

2018-07-23 Thread Gianfranco Costamagna
--- .../0001-Fix-issue-599.patch | 0 .../4cab5e5c0c5f19fcee7d37b4a38b156d63a150d4.patch | 0 .../9ddb300d874a30db35e3ad58f188944bef0bf31b.patch | 0 .../disable-tests.patch| 0 .../{websocketpp_0.7.0.bb =>

[oe] [meta-oe][PATCH] meta-oe: update cpprest with patches uploaded in Debian, add upstream proposed gcc-8 patch, add boost 1.63 build fix patch

2018-07-23 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../0001-disable-more-Werror-warnings.patch | 48 -- .../0002-Define-virtual-destructor.patch | 28 ...build-problem-on-Clang.patch => 732.patch} | 5 +- .../cpprest/cpprest-2.10.2/747.pa

[oe] [meta-networking][PATCH 2/2] cpprest: add new recipe based on Debian packaging

2018-04-29 Thread Gianfranco Costamagna
From: Gianfranco Costamagna <costamagna.gianfra...@gmail.com> The patches were imported from the Debian repository (https://salsa.debian.org/debian/casablanca) as of commit id 5b58637016a569a5d54714bd151a800028f77532 Signed-off-by: Gianfranco Costamagna <locutusofb...@debian.org>

[oe] [meta-networking][PATCH 1/2] websocketpp: add new recipe based on Debian packaging

2018-04-29 Thread Gianfranco Costamagna
From: Gianfranco Costamagna <costamagna.gianfra...@gmail.com> The patches were imported from the Debian repository (https://salsa.debian.org/debian/websocketpp) as of commit id afb8d4c64893883e184991ae8ab3680ef1f302b9 Signed-off-by: Gianfranco Costamagna <locutusofb...@debian.org>

Re: [oe] [meta-oe][PATCH 2/2] cpprest: add new recipe based on Debian packaging

2018-04-19 Thread Gianfranco Costamagna
Ok, I also addeed the "Forwarded:" tag, that is used in Debian (so I can keep patches identical as possible to both systems) G. 2018-04-19 18:45 GMT+02:00 Andreas Müller <schnitzelt...@gmail.com>: > On Thu, Apr 19, 2018 at 5:44 PM, Gianfranco Costamagna > <costamagna.gi

[oe] [meta-oe][PATCH 1/2] websocketpp: add new recipe based on Debian packaging

2018-04-19 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna <locutusofb...@debian.org> Signed-off-by: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> --- .../websocketpp-0.7.0/0001-Fix-issue-599.patch | 31 ++ .../4cab5e5c0c5f19fcee7d37b4a38b156d63a150d4

[oe] [meta-oe][PATCH 2/2] cpprest: add new recipe based on Debian packaging

2018-04-19 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna <locutusofb...@debian.org> Signed-off-by: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> Co-developed-by: Cristiano Prato <cristiano.pr...@cnhind.com> --- .../cpprest/cpprest-2.10.2/fix-cmake-install.patch | 17

[oe] [meta-oe][PATCH 1/2] websocketpp: add new recipe based on Debian packaging

2018-04-19 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna <locutusofb...@debian.org> Signed-off-by: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> --- .../websocketpp-0.7.0/0001-Fix-issue-599.patch | 31 ++ .../4cab5e5c0c5f19fcee7d37b4a38b156d63a150d4

[oe] [meta-oe][PATCH 2/2] cpprest: add new recipe based on Debian packaging

2018-04-19 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna <locutusofb...@debian.org> Signed-off-by: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> Co-developed-by: Cristiano Prato <cristiano.pr...@cnhind.com> --- .../cpprest/cpprest-2.10.2/fix-cmake-install.patch | 15 ++

Re: [oe] [meta-oe][PATCH 1/2] websocketpp: add new recipe based on Debian packaging

2018-04-19 Thread Gianfranco Costamagna
4-19 16:42 GMT+02:00 Burton, Ross <ross.bur...@intel.com>: > On 19 April 2018 at 15:17, Gianfranco Costamagna > <costamagna.gianfra...@gmail.com> wrote: > > +FILES_${PN}-dev += "${libdir}/cmake" > > cmake.bbclass does this: > > FILES_${PN}-dev += "

Re: [oe] [meta-oe][PATCH 2/2] cpprest: add new recipe based on Debian packaging

2018-04-19 Thread Gianfranco Costamagna
-04-19 16:43 GMT+02:00 Andreas Müller <schnitzelt...@gmail.com>: > On Thu, Apr 19, 2018 at 4:17 PM, Gianfranco Costamagna > <costamagna.gianfra...@gmail.com> wrote: > > Signed-off-by: Gianfranco Costamagna <locutusofb...@debian.org> > > Signed-off-by: Gianf

[oe] [meta-oe][PATCH 2/2] cpprest: add new recipe based on Debian packaging

2018-04-19 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna <locutusofb...@debian.org> Signed-off-by: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> Co-developed-by: Cristiano Prato <cristiano.pr...@cnhind.com> --- .../cpprest/cpprest-2.10.2/fix-cmake-install.patch| 15 ++

[oe] [meta-oe][PATCH 1/2] websocketpp: add new recipe based on Debian packaging

2018-04-19 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna <locutusofb...@debian.org> Signed-off-by: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> --- .../websocketpp-0.7.0/0001-Fix-issue-599.patch | 31 ++ .../4cab5e5c0c5f19fcee7d37b4a38b156d63a150d4

[oe] [meta-oe][PATCH 1/2] websocketpp: add new recipe based on Debian packaging

2018-04-19 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna <locutusofb...@debian.org> Signed-off-by: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> --- .../websocketpp-0.7.0/0001-Fix-issue-599.patch | 31 ++ .../4cab5e5c0c5f19fcee7d37b4a38b156d63a150d4

[oe] [meta-oe][PATCH 2/2] cpprest: add new recipe based on Debian packaging

2018-04-19 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna <locutusofb...@debian.org> Signed-off-by: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> Co-developed-by: Cristiano Prato <cristiano.pr...@cnhind.com> --- meta-oe/recipes-support/cpprest/cpprest_2.10.2.bb | 17 +

Re: [oe] [PATCH 1/3] wxstreams: fix build with gcc-6 (patch from Debian). Remove blacklists for wvstreams and wvdial

2017-05-17 Thread Gianfranco Costamagna
Hello Martin, (resending with the correct email) > Was wvdial build tested? wvdial fails to build because it's missing > pkgconfig > inherit: > > http://errors.yoctoproject.org/Errors/Details/142780/ > I think I tested it against morty or pyro, not against master, neither master-next (I should

[oe] [meta-oe][PATCH] wvdial: inherit pkgconfig Missing pkgconfig does not let build the package.

2017-05-17 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> --- meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb

[oe] [PATCH] wvdial: inherit pkgconfig Missing pkgconfig does not let build the package.

2017-05-17 Thread Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> --- meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb

[oe] [meta-oe][PATCH] drbd-utils: fix dependency for perl under small-fs

2017-05-16 Thread Gianfranco Costamagna
From: "Yadi.hu" Perl script drbd-overview fails to run due to some of perl's lib noexists under small rootfs,fixing it through adding explicit definitions Signed-off-by: Marius Tiplea Signed-off-by: Yadi.hu

[oe] [PATCH 1/2] libndp: switch to github uri. libndp.org is unstable

2017-05-16 Thread Gianfranco Costamagna
From: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> Signed-off-by: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> --- meta-oe/recipes-connectivity/libndp/libndp_1.6.bb | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/met

[oe] [PATCH 1/2] libndp: switch to github uri. libndp.org is unstable

2017-05-16 Thread Gianfranco Costamagna
From: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> Signed-off-by: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> --- meta-oe/recipes-connectivity/libndp/libndp_1.6.bb | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/met

[oe] [meta-oe][PATCH] drbd-utils: fix dependency for perl under small-fs

2017-05-16 Thread Gianfranco Costamagna
From: "Yadi.hu" Perl script drbd-overview fails to run due to some of perl's lib noexists under small rootfs,fixing it through adding explicit definitions Signed-off-by: Marius Tiplea Signed-off-by: Yadi.hu

[oe] [PATCH 1/2] libndp: switch to github uri. libndp.org is unstable

2017-05-11 Thread Gianfranco Costamagna
From: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> Signed-off-by: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> --- meta-oe/recipes-connectivity/libndp/libndp_1.6.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-

[oe] [meta-oe][PATCH] libndp: Update patch with upstream version.

2017-05-11 Thread Gianfranco Costamagna
From: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> Signed-off-by: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> --- ...-include-sys-select.h-for-fd_-definitions.patch | 32 +++--- 1 file changed, 16 insertions(+), 16 deletions(-) diff --gi

[oe] [meta-oe][PATCH] libndp: Update patch with upstream version.

2017-05-11 Thread Gianfranco Costamagna
From: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> Signed-off-by: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> --- ...-include-sys-select.h-for-fd_-definitions.patch | 32 +++--- 1 file changed, 16 insertions(+), 16 deletions(-) diff --gi

[oe] [PATCH 1/2] libndp: switch to github uri. libndp.org is unstable

2017-05-11 Thread Gianfranco Costamagna
From: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> Signed-off-by: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> --- meta-oe/recipes-connectivity/libndp/libndp_1.6.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-

Re: [oe] [meta-oe] [PATCH] libndp: switch to github uri. libndp.org is unstable

2017-05-11 Thread Gianfranco Costamagna
ated from time to time with different checksums. > > If you need to switch to github, then fetch it with git with SRCREV > matching to the tag. > > On Thu, May 11, 2017 at 2:28 PM, Gianfranco Costamagna < > costamagna.gianfra...@gmail.com> wrote: > >> From:

[oe] [meta-oe] [PATCH] libndp: switch to github uri. libndp.org is unstable

2017-05-11 Thread Gianfranco Costamagna
From: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> Signed-off-by: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> --- meta-oe/recipes-connectivity/libndp/libndp_1.6.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-

[oe] [meta-oe][PATCH] libndp: Update patch with upstream version.

2017-05-11 Thread Gianfranco Costamagna
From: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> Signed-off-by: Gianfranco Costamagna <gianfranco.costama...@abinsula.com> --- ...-include-sys-select.h-for-fd_-definitions.patch | 32 +++--- 1 file changed, 16 insertions(+), 16 deletions(-) diff --gi

  1   2   >