[oe] [meta-oe][PATCH v2] librelp: fix function inline errors in debug build

2023-03-29 Thread Yash Shinde
With DEBUG_BUILD = "1", the following errors occur: src/relpsess.c:95:1: error: inlining failed in call to 'relpSessFreePermittedPeers': function not considered for inlining [-Werror=inline] src/tcp.c:146:1: error: inlining failed in call to 'relpTcpFreePermittedPeers':

Re: [oe] [meta-oe][PATCH] librelp: fix function inline errors in debug build

2023-03-29 Thread Shinde, Yash
On 2023-03-29 19:06, Randy MacLeod wrote: First, if we're going to take this approach, you should revert my work-around as part of this commit: commit ca10312c4c7e88d67f4b487ae9afcbfdf92898d6 Author: Randy MacLeod Date: Wed Mar 1 19:24:27 2023 librelp: make

Re: [oe] [meta-oe][PATCH] librelp: fix function inline errors in debug build

2023-03-29 Thread Shinde, Yash
Hi Yash, First, if we're going to take this approach, you should revert my work-around as part of this commit: commit ca10312c4c7e88d67f4b487ae9afcbfdf92898d6 Author: Randy MacLeod Date: Wed Mar 1 19:24:27 2023 librelp: make inline errors be warnings in

Re: [oe][meta-oe][PATCH v3 2/3] protobuf-c: add support of protobuf 4.22.x

2023-03-29 Thread Khem Raj
here are errors on qemuarm/clang https://errors.yoctoproject.org/Errors/Build/161813/ On Wed, Mar 29, 2023 at 12:49 PM Khem Raj wrote: > > I use archlinux for build system and I am still seeing build failure > for protobuf-c-native > > http://sprunge.us/TiQyPZ > > On Wed, Mar 29, 2023 at 3:08 

Re: [oe][meta-oe][PATCH v3 2/3] protobuf-c: add support of protobuf 4.22.x

2023-03-29 Thread Khem Raj
I use archlinux for build system and I am still seeing build failure for protobuf-c-native http://sprunge.us/TiQyPZ On Wed, Mar 29, 2023 at 3:08 AM Xiangyu Chen wrote: > > From: Xiangyu Chen > > Signed-off-by: Xiangyu Chen > --- > .../0001-add-support-of-protobuf-4.22.x.patch | 315

Re: [oe] [meta-oe][PATCH] librelp: fix function inline errors in debug build

2023-03-29 Thread Khem Raj
On Wed, Mar 29, 2023 at 6:12 AM Yash Shinde wrote: > > With DEBUG_BUILD = "1", the following errors occur: > >src/relpsess.c:95:1: error: > inlining failed in call to 'relpSessFreePermittedPeers': function not > considered for inlining [-Werror=inline] > >src/tcp.c:146:1: error: >

Re: [oe] [meta-oe][PATCH] librelp: fix function inline errors in debug build

2023-03-29 Thread Khem Raj
On Wed, Mar 29, 2023 at 6:36 AM Randy MacLeod wrote: > > On 2023-03-29 03:58, Yash Shinde wrote: > > With DEBUG_BUILD = "1", the following errors occur: > >src/relpsess.c:95:1: error: > inlining failed in call to 'relpSessFreePermittedPeers': function not > considered for inlining

Re: [oe] [meta-oe][PATCH] librelp: fix function inline errors in debug build

2023-03-29 Thread Yash Shinde
[Edited Message Follows] > > > > Hi Yash, > > > > > > > > First, if we're going to take this approach, you should revert my > work-around as part of this commit: > > > > commit ca10312c4c7e88d67f4b487ae9afcbfdf92898d6 > Author: Randy MacLeod ( Randy.MacLeod@... ) > Date: Wed Mar

Re: [oe] [meta-oe][PATCH] librelp: fix function inline errors in debug build

2023-03-29 Thread Yash Shinde
> > > > Hi Yash, > > > > > > > > First, if we're going to take this approach, you should revert my > work-around as part of this commit: > > > > commit ca10312c4c7e88d67f4b487ae9afcbfdf92898d6 > Author: Randy MacLeod ( Randy.MacLeod@... ) > Date: Wed Mar 1 19:24:27 2023 > >

Re: [oe] [meta-oe][PATCH] librelp: fix function inline errors in debug build

2023-03-29 Thread Randy MacLeod
On 2023-03-29 03:58, Yash Shinde wrote: With DEBUG_BUILD = "1", the following errors occur: src/relpsess.c:95:1: error: inlining failed in call to 'relpSessFreePermittedPeers': function not considered for inlining [-Werror=inline] src/tcp.c:146:1: error: inlining failed

[oe] [meta-oe][PATCH] librelp: fix function inline errors in debug build

2023-03-29 Thread Yash Shinde
With DEBUG_BUILD = "1", the following errors occur: src/relpsess.c:95:1: error: inlining failed in call to 'relpSessFreePermittedPeers': function not considered for inlining [-Werror=inline] src/tcp.c:146:1: error: inlining failed in call to 'relpTcpFreePermittedPeers':

[oe] [meta-oe][PATCH] librelp: fix function inline errors in debug build

2023-03-29 Thread Yash Shinde
With DEBUG_BUILD = "1", the following errors occur: src/relpsess.c:95:1: error: inlining failed in call to 'relpSessFreePermittedPeers': function not considered for inlining [-Werror=inline] src/tcp.c:146:1: error: inlining failed in call to 'relpTcpFreePermittedPeers':

[oe] [meta-oe][PATCH 2/2] pcsc-tools: Add runtime dependencies

2023-03-29 Thread Leon Anavi
Add runtime dependencies for pcsc_scan and scriptor. Script ATR_analysis is written in Perl and it is used to parse the smart card ATR. This script is called by default by pcsc_scan. Signed-off-by: Leon Anavi --- meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.6.2.bb | 8 1 file

[oe] [meta-oe][PATCH 1/2] libpcsc-perl: Add recipe

2023-03-29 Thread Leon Anavi
Add Perl Chipcard::PCSC::Card smart card communication library. Signed-off-by: Leon Anavi --- .../perl/libpcsc-perl_1.4.14.bb | 22 +++ 1 file changed, 22 insertions(+) create mode 100644 meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.14.bb diff --git

[oe][meta-oe][PATCH v3 2/3] protobuf-c: add support of protobuf 4.22.x

2023-03-29 Thread Xiangyu Chen
From: Xiangyu Chen Signed-off-by: Xiangyu Chen --- .../0001-add-support-of-protobuf-4.22.x.patch | 315 ++ .../protobuf/protobuf-c_1.4.1.bb | 5 +- 2 files changed, 319 insertions(+), 1 deletion(-) create mode 100644

[oe][meta-oe][PATCH v3 1/3] protobuf: upgrade 3.21.12 -> 4.22.2

2023-03-29 Thread Xiangyu Chen
From: Xiangyu Chen Signed-off-by: Xiangyu Chen --- ...efile-respect-CXX-LDFLAGS-variables-fix-.patch | 15 +-- .../{protobuf_3.21.12.bb => protobuf_4.22.2.bb} | 11 --- 2 files changed, 17 insertions(+), 9 deletions(-) rename

[oe][meta-oe][PATCH v3 3/3] mosh: add support of protobuf 4.22.x

2023-03-29 Thread Xiangyu Chen
From: Xiangyu Chen Signed-off-by: Xiangyu Chen --- ...re.ac-add-support-of-protobuf-4.22.x.patch | 63 +++ .../recipes-connectivity/mosh/mosh_1.4.0.bb | 7 ++- 2 files changed, 68 insertions(+), 2 deletions(-) create mode 100644

[oe][meta-oe][PATCH v3 0/3] protobuf: upgrade 3.21.12 -> 4.22.2

2023-03-29 Thread Xiangyu Chen
From: Xiangyu Chen Changes: v2->v3: 1. fix mosh compile failure 2. fix protobuf-c compile failure under clang protobuf,protobuf-c and mosh tested under both clang and gcc mode. v1->v2: The v2[1] patch for upgrading protobuf from 3.21.12 to 4.22.2. After upgrading the protobuf, the package