[OE-core][master][PATCH] tiff: Remove unused patch from tiff

2023-05-10 Thread nikhil
Remove 0001-Revised-handling-of-TIFFTAG_INKNAMES-and-related-TIF.patch file from tiff as it was removed while upgrading tiff from 4.4.0 -> 4.5.0 Signed-off-by: Nikhil R --- ...-of-TIFFTAG_INKNAMES-and-related-TIF.patch | 267 -- 1 file changed, 267 deletions(-) delete mode

Re: [OE-core] [yocto] QA notification for completed autobuilder build (yocto-3.1.25.rc1)

2023-05-10 Thread Jing Hui Tham
Hi All, QA for yocto-3.1.25.rc1 is completed. This is the full report for this release: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found. Thanks, Jing Hui >

Re: [OE-core][PATCH] linux-yocto: fix missing pahole and elfutils when CONFIG_DEBUG_INFO_BTF enabled in devshell

2023-05-10 Thread Xiangyu Chen
Hi Richard and Bruce, Thanks for your suggestion, On 5/11/23 00:25, Bruce Ashfield wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Wed, May 10, 2023 at 12:16 PM

Re: [OE-core] [PATCH v2][kirkstone] linux-yocto: Exclude 121 CVEs already fixed upstream

2023-05-10 Thread Steve Sakoman
Thanks for the quick turnaround! Steve On Wed, May 10, 2023 at 9:58 AM Yoann Congal wrote: > > Exclude CVEs that are fixed in both current linux-yocto version > v5.10.175 and v5.15.108. > > To get the commit fixing a CVE, I used the Debian kernel-sec repo [1]. > > [1]: >

Re: [OE-core][Patch v2 1/3] libtraceevent: import from meta-openembedded

2023-05-10 Thread Bruce Ashfield
On Tue, May 9, 2023 at 1:09 PM Jose Quaresma wrote: > > Hi Max, > > This also needs an entry on meta/conf/distro/include/maintainers.inc > Max, I'm already maintaining perf, so if you want to put my name beside libraceevent for a v3, that's fine with me. Bruce > Jose > > Max Krummenacher

[OE-core] [PATCH v2][kirkstone] linux-yocto: Exclude 121 CVEs already fixed upstream

2023-05-10 Thread Yoann Congal
Exclude CVEs that are fixed in both current linux-yocto version v5.10.175 and v5.15.108. To get the commit fixing a CVE, I used the Debian kernel-sec repo [1]. [1]: https://salsa.debian.org/kernel-team/kernel-sec/-/commit/86d5040aee9275f9555458fcaf9cb43710dff398 Signed-off-by: Yoann Congal

[OE-core] [PATCH][mickledore] cpio: fix appending to archives larger than 2GB

2023-05-10 Thread Ross Burton
From: Ross Burton Backport a patch to fix appending to archives larger than 2GB. [ YOCTO #11674 ] Signed-off-by: Ross Burton --- ...appending-to-archives-bigger-than-2G.patch | 312 ++ meta/recipes-extended/cpio/cpio_2.13.bb | 1 + 2 files changed, 313 insertions(+)

Re: [OE-core] [PATCH V2] Fix error SRCDIR when using usrmerge DISTRO_FEATURES

2023-05-10 Thread Ross Burton
First, please use the commit message convention: the shortlog should start with "e2fsprogs:”. > In Makefile.in, SRCDIR is set by prefix and libdir. > @echo "SRCDIR=${prefix}${libdir}/e2fsprogs/ptest/test" >> test_one > @echo "SRCDIR=${prefix}${libdir}/e2fsprogs/ptest/test" >>

Re: [OE-core][PATCH] linux-yocto: fix missing pahole and elfutils when CONFIG_DEBUG_INFO_BTF enabled in devshell

2023-05-10 Thread Bruce Ashfield
On Wed, May 10, 2023 at 12:16 PM Richard Purdie wrote: > > On Mon, 2023-05-08 at 09:33 +0800, Xiangyu Chen wrote: > > From: Xiangyu Chen > > > > after enable the kernel CONFIG_DEBUG_INFO_BTF in devshell, the make would > > report some > > errors due to pahole and elfuitls is missing, since this

Re: [OE-core] [PATCH] apt: Use a valid download location for 2.4.5 release tarball

2023-05-10 Thread Khem Raj
On Wed, May 10, 2023 at 9:10 AM Richard Purdie wrote: > > On Sat, 2023-04-29 at 17:20 +0200, Alexander Kanavin wrote: > > Does the upstream version check still work? > > I'm very nervous about moving away from the release location like this > even if it is no longer there, I think I'd prefer to

Re: [OE-core][kirkstone 04/15] linux-yocto: Exclude 121 CVEs already fixed upstream

2023-05-10 Thread Steve Sakoman
On Wed, May 10, 2023 at 5:32 AM Yoann Congal wrote: > > Hi Steve! > > On 5/10/23 00:32, Steve Sakoman wrote: > > From: Yoann Congal > > > > Exclude CVEs that are fixed in both current linux-yocto version > > v5.10.175 and v5.15.108. > > > > To get the commit fixing a CVE, I used the Debian

Re: [OE-core][PATCH] linux-yocto: fix missing pahole and elfutils when CONFIG_DEBUG_INFO_BTF enabled in devshell

2023-05-10 Thread Richard Purdie
On Mon, 2023-05-08 at 09:33 +0800, Xiangyu Chen wrote: > From: Xiangyu Chen > > after enable the kernel CONFIG_DEBUG_INFO_BTF in devshell, the make would > report some > errors due to pahole and elfuitls is missing, since this is a debug option, > so conditionally > add an option named "btf"

Re: [OE-core] [PATCH] apt: Use a valid download location for 2.4.5 release tarball

2023-05-10 Thread Richard Purdie
On Sat, 2023-04-29 at 17:20 +0200, Alexander Kanavin wrote: > Does the upstream version check still work? I'm very nervous about moving away from the release location like this even if it is no longer there, I think I'd prefer to leave this and let our mirror fallback handle it until we upgrade.

Re: [OE-core] [PATCH] qemu: Further updates to the ppc patch after upstream discussion

2023-05-10 Thread Richard Purdie
On Wed, 2023-05-10 at 08:04 -0700, Khem Raj wrote: > On Wed, May 10, 2023 at 4:26 AM Richard Purdie > wrote: > > > > After someone tested real hardware, the patch needs tweaks to match the 3.0 > > ISA > > behaviour. It won't change much from our perspective but may as well keep > > the > >

Re: [OE-core][kirkstone 04/15] linux-yocto: Exclude 121 CVEs already fixed upstream

2023-05-10 Thread Yoann Congal
Hi Steve! On 5/10/23 00:32, Steve Sakoman wrote: > From: Yoann Congal > > Exclude CVEs that are fixed in both current linux-yocto version > v5.10.175 and v5.15.108. > > To get the commit fixing a CVE, I used the Debian kernel-sec repo [1]. > > [1]: >

Re: [OE-core] [PATCH] qemu: Further updates to the ppc patch after upstream discussion

2023-05-10 Thread Khem Raj
On Wed, May 10, 2023 at 4:26 AM Richard Purdie wrote: > > After someone tested real hardware, the patch needs tweaks to match the 3.0 > ISA > behaviour. It won't change much from our perspective but may as well keep the > patch in sync. > > Signed-off-by: Richard Purdie > --- >

[OE-core] [PATCH] populate_sdk_base.bbclass: respect MLPREFIX for ptest-pkgs's ptest-runner

2023-05-10 Thread Martin Jansa
* since "populate_sdk_base: ensure ptest-pkgs pulls in ptest-runner" change: https://git.openembedded.org/openembedded-core/commit/?id=ecff0642be5781f7f6cca617158b04ac9a0e85f0 in multilib build when building lib32-foo-image it can pick wrong ptest-runner package if it was built in the same

[OE-core] [PATCH 3/3] qemurunner: add boot logs to do_testimage task logs in real time

2023-05-10 Thread Mikko Rapeli
Complex boot sequences take a lot of time to reach serial console login. In our case boot involves multiple bootloaders like u-boot and grub, then hypervisors like xen, then initramfs images which do things like validating secure boot and encrypting the main rootfs. All these happen before main

[OE-core] [PATCH 2/3] qemurunner: avoid leaking server_socket

2023-05-10 Thread Mikko Rapeli
close() the server_socket before qemusock replaces it. Signed-off-by: Mikko Rapeli --- meta/lib/oeqa/utils/qemurunner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py index 3b7398b872..c06268f5bc 100644 ---

[OE-core] [PATCH 1/3] qemurunner: support serial console login via qemu stdout

2023-05-10 Thread Mikko Rapeli
runqemu script works with qemu machines which provide login and serial console to the qemu process stdout. Add the same support to qemurunner so that testing with testimage.bbclass is possible. Default qemu machines provide serial console boot logs and login via socket to qemu process but I don't

[OE-core] [PATCH] qemu: Further updates to the ppc patch after upstream discussion

2023-05-10 Thread Richard Purdie
After someone tested real hardware, the patch needs tweaks to match the 3.0 ISA behaviour. It won't change much from our perspective but may as well keep the patch in sync. Signed-off-by: Richard Purdie --- meta/recipes-devtools/qemu/qemu/ppc.patch | 89 +++ 1 file changed,

[OE-core] [PATCH 2/2] oe-setup-build: add a tool for discovering config templates and setting up builds

2023-05-10 Thread Alexander Kanavin
This is the last (I believe) piece of the puzzle in setting up builds from nothing without having to write custom scripts or use external tools. After layers have been fetched and placed into their respective locations by oe-setup-layers, one would surely want to proceed to the actual build, and

[OE-core] [PATCH 1/2] scripts/oe-setup-layers: write a list of layer paths into the checkout's top dir

2023-05-10 Thread Alexander Kanavin
This is beneficial for setting up builds, as this list can be used to determine reliably where the actual layers are, and discover available configurations from them. Also adjust the selftest to check the presence of that file rather than any specific layer in a hardcoded location. Sample output

Re: [OE-core] [PATCH 11/27] meson: update 1.0.1 ->1.1.0

2023-05-10 Thread Alexander Kanavin
On Wed, 10 May 2023 at 02:55, Khem Raj wrote: > > Upstream-Status: Submitted > > [https://github.com/mesonbuild/meson/pull/10218] > > This is merged upstreamed with a slightly different fix see > https://github.com/mesonbuild/meson/commit/24ea1d3f1968bff52ccaaf33fcdd59e810459aa9 > > If we have

[oe-core][mickledore][PATCH] systemd-systemctl: fix instance template WantedBy symlink construction

2023-05-10 Thread Martin Siegumfeldt
Fix issue of the below instance template systemd service dependency [Install] WantedBy=svc-wants@%i.service creating the symlink (instance "a" example) /etc/systemd/system/svc-wants@%i.service.wants/svc-wanted-by@a.service which should be

Re: [OE-core][PATCH] cve-check: add option to add additional patched CVEs

2023-05-10 Thread Mikko Rapeli
Hi, On Wed, May 10, 2023 at 09:37:13AM +1200, Douglas Royds wrote: > On 9/05/23 9:32 pm, Mikko Rapeli wrote: > > On Tue, May 09, 2023 at 09:02:59AM +, Ross Burton wrote: > > > On 8 May 2023, at 09:57, Adrian Freihofer via > > > lists.openembedded.org > > > wrote: > > > Is there any defined