Re: [OE-core] [AUH] rust-llvm: upgrading to 1.60.0 FAILED

2022-04-19 Thread Alexander Kanavin
Please start the work, I do not have anything queued. Generally, it's better to just notify and get on with it: I don't mind if someone else starts doing the same update, and actually prefer it, as the more we distribute the upgrade work, the better. Alex On Mon, 18 Apr 2022 at 22:23, Randy MacLe

Re: [OE-core] [RFT][PATCH v3] gcc: upgrade 11.2 -> current gcc-12 snapshot

2022-04-19 Thread Khem Raj
On Sat, Apr 16, 2022 at 1:07 AM Richard Purdie wrote: > > On Fri, 2022-04-15 at 10:38 -0700, Khem Raj wrote: > > From: Bernhard Rosenkränzer > > > > - gcc 12 is in RC stages. > > - Add patch to re-shuffle include of sched.h to fix build on musl > > > > Signed-off-by: Bernhard Rosenkränzer > > Si

Re: [OE-core] [RFT][PATCH v3] gcc: upgrade 11.2 -> current gcc-12 snapshot

2022-04-19 Thread Anuj Mittal
On Tue, 2022-04-19 at 21:27 -0700, Khem Raj wrote: > On Sat, Apr 16, 2022 at 10:01 PM Khem Raj wrote: > > > > On Sat, Apr 16, 2022 at 1:07 AM Richard Purdie > > wrote: > > > > > > On Fri, 2022-04-15 at 10:38 -0700, Khem Raj wrote: > > > > From: Bernhard Rosenkränzer > > > > > > > > > > > > -

Re: [OE-core] [RFT][PATCH v3] gcc: upgrade 11.2 -> current gcc-12 snapshot

2022-04-19 Thread Khem Raj
On Sat, Apr 16, 2022 at 10:01 PM Khem Raj wrote: > > On Sat, Apr 16, 2022 at 1:07 AM Richard Purdie > wrote: > > > > On Fri, 2022-04-15 at 10:38 -0700, Khem Raj wrote: > > > From: Bernhard Rosenkränzer > > > > > > - gcc 12 is in RC stages. > > > - Add patch to re-shuffle include of sched.h to fi

[OE-core] [PATCH] mkfontscale: upgrade 1.2.1 -> 1.2.2

2022-04-19 Thread wangmy
temporarily override SRC_URI which is hard-coded in xorg-app-common.inc since new versions of packages use a new compression format - .tar.xz Signed-off-by: Wang Mingyu --- .../xorg-app/{mkfontscale_1.2.1.bb => mkfontscale_1.2.2.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) re

[OE-core] [PATCH] xdpyinfo: upgrade 1.3.2 -> 1.3.3

2022-04-19 Thread wangmy
temporarily override SRC_URI which is hard-coded in xorg-app-common.inc since new versions of packages use a new compression format - .tar.xz Signed-off-by: Wang Mingyu --- .../xorg-app/{xdpyinfo_1.3.2.bb => xdpyinfo_1.3.3.bb}| 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) re

[OE-core] [PATCH] libxcursor: upgrade 1.2.0 -> 1.2.1

2022-04-19 Thread wangmy
temporarily override SRC_URI which is hard-coded in xorg-lib-common.inc since new versions of packages use a new compression format - .tar.xz License-Update: file type changed from "ISO-8859 text" to "UTF-8 Unicode text". Signed-off-by: Wang Mingyu --- .../xorg-lib/{libxcursor_1.2.0.bb => libx

[OE-core][dunfell 00/11] Pull request (cover letter only)

2022-04-19 Thread Steve Sakoman
The following changes since commit aa762b7ca2417b80dd114a4ab263d69074912f82: tzdata: update to 2022a (2022-04-04 04:22:32 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next http://cgit.openembedded.org/openembedded-core-

[OE-core] [PATCH] gstreamer1.0-plugins-bad: drop patch

2022-04-19 Thread Naveen Saini
With latest gstreamer version pkg-config able to find header path with msdk enabled. Drop this patch as its not require anymore. Signed-off-by: Naveen Saini --- .../0005-msdk-fix-includedir-path.patch | 40 --- .../gstreamer1.0-plugins-bad_1.20.1.bb| 1 - 2 files

[OE-core] [honister][PATCH 11/11] license_image.bbclass: close package.manifest file

2022-04-19 Thread Anuj Mittal
From: Martin Jansa * fixes: NOTE: Executing write_package_manifest ... DEBUG: Executing python function write_package_manifest /OE/build/oe-core/openembedded-core/meta/classes/license_image.bbclass:23: ResourceWarning: unclosed file <_io.TextIOWrapper name='/OE/build/oe-core/tmp-glibc/dep

[OE-core] [honister][PATCH 10/11] libxshmfence: Correct LICENSE to HPND

2022-04-19 Thread Anuj Mittal
From: Richard Purdie The license in this code is listed as MIT and whilst it is compatible with and usable as MIT, it actually looks like HPND. Clarify the license field accordingly. (From OE-Core master rev: 922b645f443c33060a8990d32e6b7b62ea5497c3) Signed-off-by: Richard Purdie Signed-off-b

[OE-core] [honister][PATCH 09/11] externalsrc/devtool: Fix to work with fixed export funcition flags handling

2022-04-19 Thread Anuj Mittal
From: Richard Purdie If we fix bitbake to correctly handle the cleandirs and fakeroot flags for tasks handled by EXPORT_FUNCTIONS, we break devtool since it only considers these for top level functions. Add in extra code to intercept the cleandirs flags for commonly used sub functions too. [YOCT

[OE-core] [honister][PATCH 05/11] pseudo: Fix handling of absolute links

2022-04-19 Thread Anuj Mittal
From: Alexandre Belloni Update to a version of pseudo which has a fix for absolute links, evaluating them from the chroot path. Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 33147b89bc3c9e9bdd53a942a5551d8a1d06130c) Signed-off-by: Anuj Mittal --- m

[OE-core] [honister][PATCH 08/11] tiff: Add marker for CVE-2022-1056 being fixed

2022-04-19 Thread Anuj Mittal
From: Richard Purdie As far as I can tell, the patches being applied also fix CVE-2022-1056 so mark as such. Signed-off-by: Richard Purdie (cherry picked from commit 256d212fd1eb9b6d4b87c2c84b1ea2a3afdeb843) Signed-off-by: Anuj Mittal --- ...02-tiffcrop-fix-issue-380-and-382-heap-buffer-overf

[OE-core] [honister][PATCH 07/11] uninative: Upgrade to 3.6 with gcc 12 support

2022-04-19 Thread Anuj Mittal
From: Richard Purdie There are reports of issues with the new libstdc++ from gcc 12. This upgrades to a gcc 12 version of uninative to allow builds on those systems. Gcc 12 isn't finalised so we may need to add a new version of this if/as appropriate when it is. Signed-off-by: Richard Purdie (c

[OE-core] [honister][PATCH 06/11] xz: fix CVE-2022-1271

2022-04-19 Thread Anuj Mittal
From: Ralph Siemsen Malicious filenames can make xzgrep to write to arbitrary files or (with a GNU sed extension) lead to arbitrary code execution. Upstream-Status: Backport [https://tukaani.org/xz/xzgrep-ZDI-CAN-16587.patch] CVE: CVE-2022-1271 Signed-off-by: Ralph Siemsen Signed-off-by: Richa

[OE-core] [honister][PATCH 04/11] linux-yocto/5.10: update to v5.10.109

2022-04-19 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: d9c5818a0bc0 Linux 5.10.109 163960a7de13 llc: only change llc->dev when bind() succeeds 2b5a6d771450 nds32: fix access_ok() checks in get/put_user c064268eb8ed

[OE-core] [honister][PATCH 03/11] vim: Upgrade 8.2.4524 -> 8.2.4681

2022-04-19 Thread Anuj Mittal
From: Richard Purdie License change is a date in the license file only. This includes a fix for CVE-2022-0943. Signed-off-by: Richard Purdie Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 69bc2f37d6ca7fa4823237b45dd698b8debca0a9) Signed-off-by: Anuj

[OE-core] [honister][PATCH 02/11] unzip: fix CVE-2021-4217

2022-04-19 Thread Anuj Mittal
From: Joe Slater Avoid a null pointer dereference. Signed-off-by: Joe Slater Signed-off-by: Alexandre Belloni (cherry picked from commit 36db85b9b127e5a9f5d3d6e428168cf597ab95f3) Signed-off-by: Anuj Mittal --- .../unzip/unzip/CVE-2021-4217.patch | 67 +++ meta/recip

[OE-core] [honister][PATCH 00/11] Patch review

2022-04-19 Thread Anuj Mittal
Next changes for honister. Please review. No problems seen while testing on autobuilder. https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3544 Thanks, Anuj The following changes since commit 75e47b96d8cf82ec4a7fa3225c7fbb5b6ab62b02: webkitgtk: update to 2.32.4 (2022-04-07 1

[OE-core] [honister][PATCH 01/11] scripts/runqemu: Fix memory limits for qemux86-64

2022-04-19 Thread Anuj Mittal
From: Richard Purdie When setting memory to 4GB, qemu is only running with 2GB for x86_64. Avoid this by removing the mem= option to the kernel and letting the qemu configuration handle it for x86 in a similar way to mips. Signed-off-by: Richard Purdie (cherry picked from commit 2fd53417eba354c

[OE-core] [PATCH] seatd: Disable overflow warning as error on ppc64/musl

2022-04-19 Thread Khem Raj
Disabling the warning is easier fix then trying to fix it in musl which results in ABI breakage and disabling the Werror gets us along by doing minimal change, also see [1] [1] https://todo.sr.ht/~kennylevinsen/seatd/10 Signed-off-by: Khem Raj --- meta/recipes-core/seatd/seatd_0.6.4.bb | 3 +++

Re: [OE-core] package_manager: support for signed DEB package feeds

2022-04-19 Thread Ferry Toth
Hi, Op 19-04-2022 om 15:21 schreef Richard Purdie: On Wed, 2022-04-13 at 22:37 +0200, Ferry Toth wrote: [PATCH v4 1/2] apt: add apt selftest to test signed package feeds [PATCH v4 2/2] package_manager: fix missing dependency on gnupg when Since Gatesgarth apt (1.8.2) has become more strict and

Re: [OE-core] Intermittent failure issue summary

2022-04-19 Thread Ross Burton
On Sat, 16 Apr 2022 at 11:26, Richard Purdie wrote: > x86 boot log serio/CD drive timeout in qemu: > https://bugzilla.yoctoproject.org/show_bug.cgi?id=14743 > We've talked about disabling some of the peripherals we don't need/care about > such as psmouse and the CD drive. Anyone fancy digging into

Re: [OE-core] [PATCH] sysvinit: upgrade 3.01 -> 3.03

2022-04-19 Thread Luca Ceresoli via lists.openembedded.org
Hi zhengruoqin, Il giorno Mon, 18 Apr 2022 20:26:54 +0800 "zhengruoqin" ha scritto: > pidof-add-m-option.patch updated for new version. > > Signed-off-by: Zheng Ruoqin This patch won't apply as sysvinit is already at 3.02. Can you please send an update patch? Best regards. -- Luca Ceresoli,

Re: [OE-core] [PATCH] python3-hypothesis: upgrade 6.39.5 -> 6.43.2

2022-04-19 Thread Luca Ceresoli via lists.openembedded.org
Hi wangmy, Il giorno Tue, 19 Apr 2022 09:44:43 +0800 "wangmy" ha scritto: > Changelog: > = > Fixed a type annotation for "pyright --strict" (issue #3287). > > Signed-off-by: Wang Mingyu Also this patch won't apply as this package is already at 6.41.0 in master. Best regards. -- Luca

Re: [OE-core] [PATCH] apt: upgrade 2.4.3 -> 2.4.5

2022-04-19 Thread Luca Ceresoli via lists.openembedded.org
Hello wangmy, Il giorno Mon, 18 Apr 2022 20:12:24 +0800 "wangmy" ha scritto: > Signed-off-by: Wang Mingyu This patch does not apply: apt is already at 2.4.4. Can you please send an updated version to upgrade from 2.4.4 to 2.4.5? Best regards. -- Luca Ceresoli, Bootlin Embedded Linux and Ker

[OE-core] [PATCH 1/2] qemu: backport a patch to optionally disable i8042 (AT and PS/2) hardware

2022-04-19 Thread Ross Burton
Backport a patch from upstream (will be in qemu 7.0) to add an option to disable the legacy i8042 support (AT keyboard, PS/2 mouse). These devices are very historical and modern Linux environments use USB anyway. Signed-off-by: Ross Burton --- meta/recipes-devtools/qemu/qemu.inc | 1

[OE-core] [PATCH 2/2] qemux86-64: disable legacy i8042 (AT keyboard, PS/2 mouse)

2022-04-19 Thread Ross Burton
These devices are historical, modern Linux will just use the USB devices, and occasionally the init of these devices fails: atkbd serio0: Failed to deactivate keyboard on isa0060/serio0 psmouse serio1: Failed to reset mouse on isa0060/serio1: -5 Explicitly add a USB keyboard to go with the US

Re: [OE-core] package_manager: support for signed DEB package feeds

2022-04-19 Thread Richard Purdie
On Wed, 2022-04-13 at 22:37 +0200, Ferry Toth wrote: > [PATCH v4 1/2] apt: add apt selftest to test signed package feeds > [PATCH v4 2/2] package_manager: fix missing dependency on gnupg when > > Since Gatesgarth apt (1.8.2) has become more strict and doesn’t allow > unsigned repositories by defa

Re: [OE-core][master][kirkstone] lua: fix CVE-2022-28805

2022-04-19 Thread Richard Purdie
On Mon, 2022-04-18 at 09:04 -1000, Steve Sakoman wrote: > singlevar in lparser.c in Lua through 5.4.4 lacks a certain luaK_exp2anyregup > call, leading to a heap-based buffer over-read that might affect a system that > compiles untrusted Lua code. > > https://nvd.nist.gov/vuln/detail/CVE-2022-2880

[OE-core] [PATCH v3] libgpg-error: Add ptest

2022-04-19 Thread Simone Weiss
Add a ptest for libgpg-error to core-image-ptest-all. Avoid refreshing the Makefile in qemu as this would fail and is not needed. All tests passed on a trial run. Signed-off-by: Simone Weiss --- meta/conf/distro/include/ptest-packagelists.inc| 1 + .../libgpg-error/libgpg-error/run-ptest

Re: [OE-core] [PATCH v2] libgpg-error: Add ptest

2022-04-19 Thread Quentin Schulz
Hi Simone, On 4/19/22 13:50, Simone Weiss wrote: Add a ptest for libgpg-error to core-image-ptest-all. Avoid refreshing the Makefile in qemu as this would fail and is not needed. All tests passed on a trial run. Signed-off-by: Simone Weiss --- meta/conf/distro/include/ptest-packagelists.inc

Re: [OE-core] [PATCH 2/2] sstate: reuse the localdata copy on the mirror thread pool

2022-04-19 Thread Jose Quaresma
Richard Purdie escreveu no dia terça, 19/04/2022 à(s) 11:57: > On Tue, 2022-04-19 at 10:46 +0100, Jose Quaresma wrote: > > We don't need a new copy of the bitbake data [localdata2] in each running > > thread of the pool. > > > > We can do the copy on the startup of the thread pool in each thread

[OE-core] [PATCH v2] libgpg-error: Add ptest

2022-04-19 Thread Simone Weiss
Add a ptest for libgpg-error to core-image-ptest-all. Avoid refreshing the Makefile in qemu as this would fail and is not needed. All tests passed on a trial run. Signed-off-by: Simone Weiss --- meta/conf/distro/include/ptest-packagelists.inc| 1 + .../libgpg-error/libgpg-error/run-ptest

[OE-core][PATCH] openssl: extract legacy provider module to a separate package

2022-04-19 Thread Peter Marko
This module contains legacy cipher suites from libcrypto. We should not need to include base package because we want to use this part of libcrypto. Signed-off-by: Peter Marko --- meta/recipes-connectivity/openssl/openssl_3.0.2.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff

Re: [OE-core] [PATCH 2/2] sstate: reuse the localdata copy on the mirror thread pool

2022-04-19 Thread Richard Purdie
On Tue, 2022-04-19 at 10:46 +0100, Jose Quaresma wrote: > We don't need a new copy of the bitbake data [localdata2] in each running > thread of the pool. > > We can do the copy on the startup of the thread pool in each thread worker > and reuse it in each running thread, this is the same we did fo

[OE-core] [PATCH] kexec-tools: upgrade 2.0.23 -> 2.0.24

2022-04-19 Thread wangmy
refresh 0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch Signed-off-by: Wang Mingyu --- ...bled-check-if-kaslr-seed-dtb-propert.patch | 19 +++ ...-tools_2.0.23.bb => kexec-tools_2.0.24.bb} | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) rename meta/rec

[OE-core] [PATCH] gptfdisk: upgrade 1.0.8 -> 1.0.9

2022-04-19 Thread wangmy
0001-gptcurses-correct-ncurses-6.3-errors.patch removed since it's included in 1.0.9. Changelog: === - Added support for aligning partitions' end points. This feature affects the default partition size when using n in gdisk; it affects the default partition size in cgdisk; and it's act

[OE-core] [PATCH] dropbear: upgrade 2020.81 -> 2022.82

2022-04-19 Thread wangmy
refresh the following patches for new version: 0001-urandom-xauth-changes-to-options.h.patch 0005-dropbear-enable-pam.patch dropbear-disable-weak-ciphers.patch Changelog: https://github.com/mkj/dropbear/releases/tag/DROPBEAR_2022.82 Signed-off-by: Wang Mingyu --- ...1-urandom-xauth-changes-to-o

[OE-core] [PATCH 2/2] sstate: reuse the localdata copy on the mirror thread pool

2022-04-19 Thread Jose Quaresma
We don't need a new copy of the bitbake data [localdata2] in each running thread of the pool. We can do the copy on the startup of the thread pool in each thread worker and reuse it in each running thread, this is the same we did for the connection_cache which is reused by fetcher. May be related

[OE-core] [PATCH 1/2] sstate: add a LockedSet class to be used on the mirror thread pool

2022-04-19 Thread Jose Quaresma
The python set() is not thread safe and we use it on the ThreadedPool. With this LockedSet python class we can call the 'add' and 'remove' safely inside the ThreadedPool. This piece of code is taken from the stackoverflow https://stackoverflow.com/questions/13610654/how-to-make-built-in-containers

[OE-core] Yocto Project Status WW16`22

2022-04-19 Thread Richard Purdie
Current Dev Position: YP 4.0 rc3 Next Deadline: 29th April 2022 YP 4.0 final release Next Team Meetings: * Bug Triage meeting Thursday Apr.21st 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) * Monthly Project Meeting Tuesday May 3rd at 8 am PDT (https://zoom

Re: [OE-core] [PATCH V3] meta: rust - Bug fix for target definitions returning 'NoneType' for arm

2022-04-19 Thread Richard Purdie
On Sun, 2022-04-10 at 23:00 -0700, Sundeep KOKKONDA wrote: > The build shows below error while building for arm machines. > Exception: TypeError: int() argument must be a string, a bytes-like object or > a number, not 'NoneType' > Detailed error info : > > Steps to reproduce: > 1. Set MACHINE ?=