Re: [OE-core] [PATCH 2/3] autoconf: Add missing perl modules to RDEPENDS

2024-03-22 Thread Richard Purdie
On Fri, 2024-03-22 at 03:10 -0700, Sadineni, Harish via lists.openembedded.org wrote: > From: Harish Sadineni > > In SDK, missing perl modules causes 'x86_64-wrlinuxsdk-linux-gp- > display-html --help' to abort with below errors.. >  - Can't locate bignum.pm in @INC (you may need to install the

Re: [OE-core] [PATCH 1/3] nativesdk-packagegroup-sdk-host: add gprofng package to RDEPENDS

2024-03-22 Thread Richard Purdie
On Fri, 2024-03-22 at 03:10 -0700, Sadineni, Harish via lists.openembedded.org wrote: > From: Harish Sadineni > > In SDK, while running "x86_64-poky-linux-gp-collect-app ./exe" fails > to create 'test.1.er' due to missing gprofng configure file in > sysconfdir and aborting with below error while

Re: [OE-core] [PATCH] binutils: gprofng - change use of bignum to use of bignint

2024-03-22 Thread Khem Raj
lgtm On Fri, Mar 22, 2024 at 3:09 AM Sadineni, Harish via lists.openembedded.org wrote: > > From: Harish Sadineni > > In SDK, The "x86_64-pokysdk-linux-gp-display-html" fails with below error > while genearting profiling html reports from test experiment file (eg., > test.1.er) > Error:

[OE-core] [PATCH] classes/qemuboot: add depends on qemu-system-native and qemu-helper-native

2024-03-22 Thread Ross Burton
From: Ross Burton Any image that inherits qemuboot must also add image dependencies on qemu-system-native and qemu-helper-native, otherwise the image won't be able to be booted. Currently this is done by conf/machine/include/qemu.inc, but not every machine that uses qemuboot includes that file.

[OE-core][PATCH] sstatesig: Set hash server credentials from bitbake variables

2024-03-22 Thread Joshua Watt
Allows the hash server credentials to be specified in bitbake variables. If omitted, the users .netrc will be checked Signed-off-by: Joshua Watt --- meta/lib/oe/sstatesig.py | 11 +++ 1 file changed, 11 insertions(+) diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py

[OE-core] [PATCH] linux-yocto/6.6: cfg: genericarm64 platform/peripheral support

2024-03-22 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/.: 1/12 [ Author: Ross Burton Email: ross.bur...@arm.com Subject: bsp/genericarm64: include .scc files instead of .cfg Date: Wed, 20 Mar 2024 19:42:09 + Some .cfg files were included accidentally,

[OE-core][dunfell][PATCH] libtiff: backport Debian patch for CVE-2023-6277 & CVE-2023-52356

2024-03-22 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri import patches from ubuntu to fix CVE-2023-6277 CVE-2023-52356 Upstream-Status: Backport [import from ubuntu https://git.launchpad.net/ubuntu/+source/tiff/tree/debian/patches/?h=ubuntu%2Ffocal-security Upstream commit

[OE-core][PATCH] shadow: don't install libattr.so.* when xattr not in DISTRO_FEATURES

2024-03-22 Thread Sam Van Den Berge
From: Sam Van Den Berge Fixes the following issue: install: cannot stat '.../recipe-sysroot-native/usr/lib/libattr.so.*': No such file or directory ... ERROR: Task (virtual:native:.../shadow_4.14.2.bb:do_install) failed with exit code '1' Signed-off-by: Sam Van Den Berge ---

Re: [OE-core] [PATCH] u-boot: fix externalsrc not triggering do_configure on defconfig changes

2024-03-22 Thread Quentin Schulz via lists.openembedded.org
Adding Steve as Cc since he's maintaining the stable branches. I've tested this on Kirkstone as well (in downstream u-boot recipes including u-boot-configure.inc and have that new line themselves), so if this gets merged into master, I suggest we backport it to stable branches too? Cheers,

[OE-core] [PATCH 3/3] binutils: gprofng - change use of bignum to use of bignint

2024-03-22 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni In SDK, The "x86_64-pokysdk-linux-gp-display-html" fails with below error while genearting profiling html reports from test experiment file (eg., test.1.er) Error: Undefined subroutine ::hex called at

[OE-core] [PATCH 2/3] autoconf: Add missing perl modules to RDEPENDS

2024-03-22 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni In SDK, missing perl modules causes 'x86_64-wrlinuxsdk-linux-gp-display-html --help' to abort with below errors.. - Can't locate bignum.pm in @INC (you may need to install the feature module). - Can't locate Math/BigInt.pm in @INC (you may need to install the

[OE-core] [PATCH 1/3] nativesdk-packagegroup-sdk-host: add gprofng package to RDEPENDS

2024-03-22 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni In SDK, while running "x86_64-poky-linux-gp-collect-app ./exe" fails to create 'test.1.er' due to missing gprofng configure file in sysconfdir and aborting with below error while generating the profiling data. - configuration error: can not find libgp-collector.so. run

[OE-core] [PATCH] binutils: gprofng - change use of bignum to use of bignint

2024-03-22 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni In SDK, The "x86_64-pokysdk-linux-gp-display-html" fails with below error while genearting profiling html reports from test experiment file (eg., test.1.er) Error: Undefined subroutine ::hex called at

[OE-core] [PATCH v2] gcc: Oe-selftest failure analysis - fix for vect-simd test failures

2024-03-22 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni In gcc vect module, the vect-simd-clone-10.c & vect-simd-clone-12.c tests are failed with below error, due to a bug in testcase: xgcc: fatal error: cannot specify '-o' with '-c', '-S' or '-E' with multiple files compilation terminated' Detailed bug info & upstream fix is

[OE-core] Patchtest results for [PATCH] gcc: Oe-selftest failure analysis - fix for vect-simd test failures

2024-03-22 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/gcc-Oe-selftest-failure-analysis---fix-for-vect-simd-test-failures.patch FAIL: test Signed-off-by presence: A

[OE-core] [PATCH] gcc: Oe-selftest failure analysis - fix for vect-simd test failures

2024-03-22 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni In gcc vect module, the vect-simd-clone-10.c & vect-simd-clone-12.c tests are failed with below error, due to a bug in testcase: xgcc: fatal error: cannot specify '-o' with '-c', '-S' or '-E' with multiple files compilation terminated' Detailed bug info & upstream fix is