Re: [OE-core] [PATCH] bitbake.conf: Add -fcanon-prefix-map to DEBUG_PREFIX_MAP

2023-05-27 Thread Khem Raj
On Fri, May 26, 2023 at 10:27 PM Jacob Kroon wrote: > > On 4/28/23 05:20, Khem Raj wrote: > > This should help canonicalize the relative paths and symlinks > > during cross compile, -fcanon-prefix-map is newly added in gcc-13+ [1] > > > > [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108464#c8

Re: [OE-core] [PATCH] bitbake.conf: Add -fcanon-prefix-map to DEBUG_PREFIX_MAP

2023-05-27 Thread Richard Purdie
On Sat, 2023-05-27 at 07:27 +0200, Jacob Kroon wrote: > On 4/28/23 05:20, Khem Raj wrote: > > This should help canonicalize the relative paths and symlinks > > during cross compile, -fcanon-prefix-map is newly added in gcc-13+ [1] > > > > [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108464#c8

[OE-core] [kirkstone][PATCH 2/5] classes: npm: Handle peer dependencies for npm packages

2023-05-27 Thread belouargamohamed
From: BELOUARGA Mohamed NPM changed its manner to handle peer dependencies over its versions: - Before NPM 3: NPM installs automatically peer dependencies - Between NPM 3 and 7: NPM shows a warning about peer dependencies - After NPM 3: NPM reworked its manner how to handle peer dependencies

[OE-core] [kirkstone][PATCH 1/5] recipetool: create: npm: Remove duplicate function to not have future conflicts

2023-05-27 Thread belouargamohamed
From: BELOUARGA Mohamed Npm packages do not have yocto friendly names. fore instance we can have names like "@example/npmPackage" npm fetcher has a function that convert these names to yocto friendly names. But in recipe tool we have an other function (duplicate). Signed-off-by: BELOUARGA Moha

[OE-core] [kirkstone][PATCH 4/5] recipetool: create: npm: Add support to handle peer dependencies

2023-05-27 Thread belouargamohamed
From: BELOUARGA Mohamed NPM changed its manner to handle peer dependencies over its versions: - Before NPM 3: NPM installs automatically peer dependencies - Between NPM 3 and 7: NPM shows a warning about peer dependencies - After NPM 3: NPM reworked its manner how to handle peer dependencies

[OE-core] [kirkstone][PATCH 3/5] recipetool: create: npm: Add support for the new format of the shrinkwrap file

2023-05-27 Thread belouargamohamed
From: BELOUARGA Mohamed The shrinkwrap file changed its format, but npm does not version this file. So we can use it properly. The actual changes make the script check if the npm package has dependencies in the actual shrinkwrap format. Signed-off-by: BELOUARGA Mohamed --- scripts/lib/recipe

[OE-core] [kirkstone][PATCH 5/5] classes: npm: Add support for the new format of the shrinkwrap file

2023-05-27 Thread belouargamohamed
From: BELOUARGA Mohamed 1 - Adapt do_configure to the new format of the shrinkwrap 2 - Remove useless function _npmsw_dependency_dict because the dictionnary is already given by npmsw:foreach_dependencies 3 - Rename arguments of callback functions Signed-off-by: BELOUARGA Mohamed --- met

[oe-core][PATCH 1/4] ell: upgrade 0.56 -> 0.57

2023-05-27 Thread Markus Volk
ver 0.57: Fix issue with handling Generic Netlink cancel requests. ell 0.57 is required for iwd 2.5 Signed-off-by: Markus Volk --- meta/recipes-core/ell/{ell_0.56.bb => ell_0.57.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ell/{ell_0.56.bb => ell_0

[oe-core][PATCH 4/4] shadow: add libxcrypt-native dependency

2023-05-27 Thread Markus Volk
crypt.h is otherwise taken from the host machine Signed-off-by: Markus Volk --- meta/recipes-extended/shadow/shadow.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index cf05a3af93..7206bfd

[oe-core][PATCH 3/4] ruby: add libxcrypt-native dependency

2023-05-27 Thread Markus Volk
crypt.h is otherwise taken from the host machine Signed-off-by: Markus Volk --- meta/recipes-devtools/ruby/ruby_3.2.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/ruby/ruby_3.2.2.bb b/meta/recipes-devtools/ruby/ruby_3.2.2.bb index 481fe7c23d..d190

[oe-core][PATCH 2/4] python3: add libxcrypt-native dependency

2023-05-27 Thread Markus Volk
crypt.h is otherwise taken from the host machine Signed-off-by: Markus Volk --- meta/recipes-devtools/python/python3_3.11.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3_3.11.2.bb b/meta/recipes-devtools/python/python3_3.11.2.bb inde

Re: [OE-core] gcc 13 merged, meta-arm, meta-intel and meta-virt issues

2023-05-27 Thread Richard Purdie
On Fri, 2023-05-26 at 17:16 -0400, Jon Mason wrote: > On Fri, May 26, 2023 at 05:28:21PM +0100, Richard Purdie wrote: > > I just wanted to let people know I merged gcc 13 since I think we'd got > > as far as we were going to without the patches landing. I dropped the > > 5.15 kernel and found ways

[OE-core] [PATCH] glib: Fix ptest race issue

2023-05-27 Thread Richard Purdie
gio/tests/portal: Fix test ordering race When the gnome test runner executes the tests, the test appear to execute in disk order. This means it sometimes works and we sometimes see breakage in portal-support-snap and portal-support-snap-classic. The issue is that some tests create config files

Re: [OE-core] gcc 13 merged, meta-arm, meta-intel and meta-virt issues

2023-05-27 Thread Christopher Clark
On Fri, May 26, 2023 at 10:30 AM Martin Jansa wrote: > On Fri, May 26, 2023 at 6:28 PM Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > >> I just wanted to let people know I merged gcc 13 since I think we'd got >> as far as we were going to without the patches landing. I dropped th

[OE-core] [PATCH] curl: Update from 8.1.0 to 8.1.1

2023-05-27 Thread Robert Joslyn
This is a bugfix only release. Release notes: https://curl.se/changes.html#8_1_1 Signed-off-by: Robert Joslyn --- meta/recipes-support/curl/{curl_8.1.0.bb => curl_8.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/curl/{curl_8.1.0.bb => curl_8.1.1.bb} (9

[OE-core] [PATCH] connman: backport a fix for build with pppd-2.5.0

2023-05-27 Thread Martin Jansa
* pppd was upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=5512bf4dfd299b8d5d474d9f26c2146b3e53514a * connman fails to build with pptp or l2tp PACKAGECONFIG is enabled Signed-off-by: Martin Jansa --- ...upport-for-latest-pppd-2.5.0-release.patch | 274 +

[OE-core][PATCH] sqlite3: Whitelist CVE-2022-21227

2023-05-27 Thread Sanjaykumar kantibhai Chitroda -X (schitrod - E-INFO CHIPS INC at Cisco) via lists.openembedded.org
This CVE is applicable to "SQLite3 bindings for Node.js" only. References: https://nvd.nist.gov/vuln/detail/CVE-2022-21227 Signed-off-by: Sanjay Chitroda --- meta/recipes-support/sqlite/sqlite3_3.41.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-support/sqlite/sqlite3_

[OE-core][PATCH] Revert "sqlite3: update CVE_PRODUCT"

2023-05-27 Thread Sanjaykumar kantibhai Chitroda -X (schitrod - E-INFO CHIPS INC at Cisco) via lists.openembedded.org
This reverts commit 8800976e79d65956218ab462d9644d0661579301. As per NVD database "ghost:sqlite3" product is specific to "node.js" CVEs reported against above products are not applicable to us. Signed-off-by: Sanjay Chitroda --- meta/recipes-support/sqlite/sqlite3.inc | 2 +- 1 file changed, 1