[OE-core] mesa: PACKAGECONFIG ?= "gallium-llvm .." build error

2022-11-07 Thread Vincent Davis Jr
There's an issues that I've run into. Haven't been able to solve on my own. Does anyone have any pointers that they can give me? May be python version related. So, far downgrading meson version hasn't worked out for me. Manually checking if version string is empty in universal.py then setting it

Re: [OE-core] [PATCH v2] libc-test: add libc testsuite for musl

2022-11-07 Thread Chase Qi
Hi Ross, Thanks for the review. On Fri, 4 Nov 2022 at 22:13, Ross Burton wrote: > > On 4 Nov 2022, at 10:01, Chase Qi via lists.openembedded.org > wrote: > > > > +SRCREV = "18e28496adee3d84fefdda6efcb9c5b8996a2398" > > +SRC_URI = " \ > > +git://nsz.repo.hu:49100/repo/libc-test;branch=maste

Re: [OE-core] [PATCH v2] libc-test: add libc testsuite for musl

2022-11-07 Thread Chase Qi
Hi Mikko, Thanks for the review. On Fri, 4 Nov 2022 at 18:20, Mikko Rapeli wrote: > > On Fri, Nov 04, 2022 at 10:01:40AM +, Chase Qi wrote: > > libc-test is a collection of unit test to measure the correctness and > > robustness of a C/POSIX standard library implementation. It is developed >

[OE-core] [PATCH v3] libc-test: add libc testsuite for musl

2022-11-07 Thread Chase Qi
libc-test is a collection of unit test to measure the correctness and robustness of a C/POSIX standard library implementation. It is developed as part of the musl project. Signed-off-by: Chase Qi --- .../distro/include/ptest-packagelists.inc | 1 + meta/recipes-core/musl/libc-test/run-ptest

Re: [OE-core] [PATCH 3/3] package: Fix handling of minidebuginfo with newer binutils

2022-11-07 Thread Nathan Rossi
On Mon, 7 Nov 2022 at 01:55, Alexandre Belloni wrote: > > Hello, > > This series causes the following failure on the autobuilders: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/4354/steps/14/logs/stdio I looked into these failures, the SRC_URI error appears to be an issue

Re: [OE-core] [RFC PATCH 1/3] Try to ensure 64 bit time on 32 bit glibcful hosts

2022-11-07 Thread Khem Raj
On Mon, Nov 7, 2022 at 4:09 PM Niko Mauno via lists.openembedded.org wrote: > > Add default C Preprocessor flags that ensure Y2038 compatible 64 bit > time on 32 bit host applications when glibc is used. Prerequisites > are glibc version 2.34 or newer and Linux kernel version 5.1 or newer. > > Exa

[OE-core] [PATCH] oeqa/selftest/lic_checksum: Cleanup changes to emptytest include

2022-11-07 Thread Nathan Rossi
From: Nathan Rossi Config written to the emptytest include file is invalid after the test has cleaned up its temporary directories resulting in the emptytest recipe potentially having invalid content when parsed by successive bitbake runs. This presents the following error in tests after lic_che

[OE-core][kirkstone 00/21] Pull request (cover letter only)

2022-11-07 Thread Steve Sakoman
The following changes since commit 555fd2848b970fd38c20651b5e98cabb7f31287c: vim: upgrade 9.0.0614 -> 9.0.0820 (2022-11-04 13:13:27 +) are available in the Git repository at: https://git.openembedded.org/openembedded-core-contrib stable/kirkstone-next http://cgit.openembedded.org/open

[OE-core] Current high bug count owners for Yocto Project 4.2

2022-11-07 Thread Stephen Jolley
All, Below is the list as of top 31 bug owners as of the end of WW45 of who have open medium or higher bugs and enhancements against YP 4.2. There are 118 possible work days left until the final release candidates for YP 4.2 needs to be released. Who Count michael.opdenac...@bootlin.com 35

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2022-11-07 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newc

[OE-core] [RFC PATCH 3/3] pulseaudio: Disable 64 bit time with 32 bit glibc

2022-11-07 Thread Niko Mauno via lists.openembedded.org
For now add exemption in order to avoid following kind of failures during do_compile() | ../pulseaudio-16.1/src/modules/bluetooth/bt-codec-cvsd.c:55:22: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=] |

[OE-core] [RFC PATCH 2/3] kbd: Disable 64 bit time with 32 bit glibc

2022-11-07 Thread Niko Mauno via lists.openembedded.org
For now add exemption in order to avoid following failure during do_compile() | .../build/tmp/work/cortexa15t2hf-neon-poky-linux-gnueabi/kbd/2.5.1-r0/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi/../../libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/12.2.0/ld:.libs/libtswrap.ve

[OE-core] [RFC PATCH 1/3] Try to ensure 64 bit time on 32 bit glibcful hosts

2022-11-07 Thread Niko Mauno via lists.openembedded.org
Add default C Preprocessor flags that ensure Y2038 compatible 64 bit time on 32 bit host applications when glibc is used. Prerequisites are glibc version 2.34 or newer and Linux kernel version 5.1 or newer. Example of impact on 32 bit 'qemuarm' machine running core-image-minimal. Before this chang

[oe-core][PATCH] libinput: upgrade 1.19.4 -> 1.21.0

2022-11-07 Thread Markus Volk
libinput 1.21.0 is now available for download. This version includes a new configuration option that, similarly to its touchpad counterpart, allows disabling the trackpoint while typing. Compositors can take advantage of it thanks to four new APIs: libinput_device_config_dwtp_is_available, libi

[OE-core] [PATCH] oeqa/runtime: clean up deprecated backslash expansion

2022-11-07 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/lib/oeqa/runtime/cases/apt.py | 4 ++-- meta/lib/oeqa/runtime/cases/buildcpio.py | 7 +-- meta/lib/oeqa/runtime/cases/systemd.py | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/meta/lib/oeqa/runtime/cases/apt.py b/meta/lib/oe

[OE-core] [PATCH 2/2] stress-ng: improve makefile use

2022-11-07 Thread Ross Burton
Set VERBOSE=1 so the compile logs are useful, perform the configure in do_configure, and set bindir correctly. Signed-off-by: Ross Burton --- meta/recipes-extended/stress-ng/stress-ng_0.14.06.bb | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/stre

[OE-core] [PATCH 1/2] populate_sdk_ext: use ConfigParser instead of SafeConfigParser

2022-11-07 Thread Ross Burton
SafeConfigParser was renamed to ConfigParser in 3.2, and the SafeConfigParser alias will be removed in 3.12. Signed-off-by: Ross Burton --- meta/classes-recipe/populate_sdk_ext.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/populate_sdk_ext.bbclas

Re: [OE-core] [PATCH 44/48] selftest: add a copy of previous mtd-utils version to meta-selftest

2022-11-07 Thread Alexander Kanavin
On Mon, 7 Nov 2022 at 19:26, Khem Raj wrote: > > On Mon, Nov 7, 2022 at 6:56 AM Alexander Kanavin > wrote: > > > > The latest version update eliminated all custom patches, and the selftest > > expects them. > > > > interesting, is it used for testing the patching mechanism during selftest ? > in

Re: [OE-core] [master][PATCH v2 2/2] image_types: Set .7z extension for 7-Zip conversion command

2022-11-07 Thread Livius
It is done: https://lists.openembedded.org/g/openembedded-core/message/172841 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#172933): https://lists.openembedded.org/g/openembedded-core/message/172933 Mute This Topic: https://lists.openembedded.org/

Re: [OE-core] [PATCH 35/48] netbase: upgrade 6.3 -> 6.4

2022-11-07 Thread Alexander Kanavin
On Mon, 7 Nov 2022 at 19:09, Khem Raj wrote: > > } > > + > > +S = "${WORKDIR}/netbase" > > Is there a change in path name in the new tarball? Seems so: http://ftp.debian.org/debian/pool/main/n/netbase/ I didn't expect 'devtool upgrade' to be this clever. Alex -=-=-=-=-=-=-=-=-=-=-=- Links: Yo

Re: [oe-core][PATCH] webkitgtk: use libsoup-3.0 by default

2022-11-07 Thread Markus Volk
Fortunately, there are fewer problems than I feared. I will send patches for them. minio seems to have a problem with position-independent-code. Maybe removing this line will help? CGO_LDFLAGS:append:mips = " -no-pie" But it doesn't look related to me either. Am Mo, 7. Nov 2022 um 08:25:21 -080

Re: [OE-core] [PATCH] gcc-source: Ensure deploy_date_epoch sstate hash doesn't change

2022-11-07 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Richard Purdie > Sent: den 7 november 2022 15:26 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH] gcc-source: Ensure deploy_date_epoch sstate hash > doesn't change > > Current

Re: [OE-core] [PATCH 44/48] selftest: add a copy of previous mtd-utils version to meta-selftest

2022-11-07 Thread Khem Raj
On Mon, Nov 7, 2022 at 6:56 AM Alexander Kanavin wrote: > > The latest version update eliminated all custom patches, and the selftest > expects them. > interesting, is it used for testing the patching mechanism during selftest ? in that case it might be possible to use package which has a sticky

Re: [OE-core] [PATCH 35/48] netbase: upgrade 6.3 -> 6.4

2022-11-07 Thread Khem Raj
On Mon, Nov 7, 2022 at 6:56 AM Alexander Kanavin wrote: > > License-Update: formatting, copyright years > > Signed-off-by: Alexander Kanavin > --- > .../recipes-core/netbase/{netbase_6.3.bb => netbase_6.4.bb} | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > rename meta/recipes-co

[OE-core] [PATCH][langdale 1/2] pixman: backport fix for CVE-2022-44638

2022-11-07 Thread Ross Burton
Signed-off-by: Ross Burton --- .../xorg-lib/pixman/CVE-2022-44638.patch | 33 +++ .../xorg-lib/pixman_0.40.0.bb | 1 + 2 files changed, 34 insertions(+) create mode 100644 meta/recipes-graphics/xorg-lib/pixman/CVE-2022-44638.patch diff --git a/meta/recipes-

[OE-core] [PATCH][langdale 2/2] sudo: backport fix for CVE-2022-43995

2022-11-07 Thread Ross Burton
Signed-off-by: Ross Burton --- .../sudo/files/CVE-2022-43995.patch | 54 +++ meta/recipes-extended/sudo/sudo_1.9.11p3.bb | 1 + 2 files changed, 55 insertions(+) create mode 100644 meta/recipes-extended/sudo/files/CVE-2022-43995.patch diff --git a/meta/recipes-exten

Re: [oe-core][PATCH] webkitgtk: use libsoup-3.0 by default

2022-11-07 Thread Khem Raj
On Sat, Nov 5, 2022 at 9:44 AM Markus Volk wrote: > > Some Gnome projects have stopped supporting libsoup-2.4. Therefore, switch > to libsoup-3.0. > This would unblock the update of geary or gnome-online-accounts, which would > otherwise > fail like this: > > | Run-time dependency webkit2gtk-4.

[OE-core][kirkstone 25/25] mirrors.bbclass: use shallow tarball for binutils-native

2022-11-07 Thread Steve Sakoman
From: Etienne Cordonnier This is useful e.g. when using meta-clang, which introduces a dependency to binutils-native, and then a full tarball of binutils is fetched additionally to a shallow tarball. The original BB_GIT_SHALLOW lines were added because of https://www.mail-archive.com/yocto@lis

[OE-core][kirkstone 24/25] uboot-sign: Fix using wrong KEY_REQ_ARGS

2022-11-07 Thread Steve Sakoman
From: Sean Anderson When generating our SPL-verifying certificate, we use FIT_KEY_REQ_ARGS, which is intended for the U-Boot-verifying certificate. Instead, use UBOOT_FIT_KEY_REQ_ARGS. Fixes: 0e6b0fefa0 ("u-boot: Use a different Key for SPL signing") Signed-off-by: Sean Anderson Signed-off-by:

[OE-core][kirkstone 23/25] gstreamer1.0-libav: fix errors with ffmpeg 5.x

2022-11-07 Thread Steve Sakoman
From: Claus Stovgaard Backport of patch already present upstream to fix issues with invalid characters for GLIB when combining gstreamer1.0-libav with ffmpeg 5.x. Remove when gstreamer1.0-libav is upgraded to 1.21.1 or above Signed-off-by: Claus Stovgaard Signed-off-by: Alexandre Belloni (che

[OE-core][kirkstone 22/25] externalsrc: git submodule--helper list unsupported

2022-11-07 Thread Steve Sakoman
From: John Edward Broadbent Git has removed support for "git submodule--helper list". https://github.com/git/git/commit/31955475d1c283120d5d84247eb3fd55d9f5fdd9 This change provides an alternate method for gathering the submodules information. Tested: Build recipes with and without submodules

[OE-core][kirkstone 21/25] externalsrc.bbclass: Remove a trailing slash from ${B}

2022-11-07 Thread Steve Sakoman
From: Peter Kjellerstedt The trailing slash in ${B} caused -fdebug-prefix-map=${B}=... to not match as intended, resulting in ${TMPDIR} ending up in files in ${PN}-dbg when externalsrc was in use, which in turn triggered buildpath QA warnings. Signed-off-by: Peter Kjellerstedt Signed-off-by: Al

[OE-core][kirkstone 20/25] externalsrc.bbclass: fix git repo detection

2022-11-07 Thread Steve Sakoman
From: Martin Jansa * fix issue introduced in: https://git.openembedded.org/openembedded-core/commit/?id=95fbac8dcad6c93f4c9737e9fe13e92ab6befa09 * it added check for s_dir + git-dir (typically '.git') isn't the same as ${TOPDIR} + git-dir, but due to copy-paste issue it was just comparing

[OE-core][kirkstone 19/25] wic: honor the SOURCE_DATE_EPOCH in case of updated fstab

2022-11-07 Thread Steve Sakoman
From: Sergei Zhmylev In case user requested to build a binary repeatable package, it's required to honor the SOURCE_DATE_EPOCH environment variable. So forcefully set mtime inside all the routines which modify fstab in case it is updated. Signed-off-by: Sergei Zhmylev Signed-off-by: Alexandre B

[OE-core][kirkstone 18/25] create-spdx: Remove ";name=..." for downloadLocation

2022-11-07 Thread Steve Sakoman
From: Keiya Nobuta Signed-off-by: Keiya Nobuta Signed-off-by: Alexandre Belloni (cherry picked from commit bbecab53d1b27f3bb8c5882cb0ec39b04ef300a3) Signed-off-by: Steve Sakoman --- meta/classes/create-spdx.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/create-spdx.b

[OE-core][kirkstone 17/25] xserver-xorg: move some recommended dependencies in required

2022-11-07 Thread Steve Sakoman
From: Thomas Perrot Otherwise, xserver will no longer start when NO_RECOMMENDATIONS = “1”, because dependencies in XSERVER_RRECOMMENDS are missing. Signed-off-by: Thomas Perrot Signed-off-by: Alexandre Belloni (cherry picked from commit bc7bd3953f3896af0db036250cda34bc9ecbb3ac) Signed-off-by:

[OE-core][kirkstone 16/25] vulkan-samples: add lfs=0 to SRC_URI to avoid git smudge errors in do_unpack

2022-11-07 Thread Steve Sakoman
From: Martin Jansa * we don't need other_lib/ios/Debug-iphoneos/libSDL2.a from https://github.com/KhronosGroup/KTX-Software.git so we can explicitly disable LFS here to avoid do_unpack error, bitbake will then use GIT_LFS_SKIP_SMUDGE=1 to override smudge setting in gitconfig, otherwise we

[OE-core][kirkstone 13/25] kern-tools: fix relative path processing

2022-11-07 Thread Steve Sakoman
From: Bruce Ashfield The previous fix for processing of paths with relative components, broke uses cases that were a mix of patches and configuration fragments. Updating the SRCREV to include a simplied fix for relative paths, and a cleanup patch from Jose: [ Author: Jose Quaresma Date:

[OE-core][kirkstone 15/25] kernel: Clear SYSROOT_DIRS instead of replacing sysroot_stage_all

2022-11-07 Thread Steve Sakoman
From: Sean Anderson Replacing sysroot_stage_all by a no-op recipe makes it difficult for bbappends to stage files intentionally. Instead, just clear SYSROOT_DIRS, allowing other bbappends to easily add new directories. Signed-off-by: Sean Anderson Signed-off-by: Alexandre Belloni (cherry picke

[OE-core][kirkstone 14/25] kernel-yocto: improve fatal error messages of symbol_why.py

2022-11-07 Thread Steve Sakoman
From: Jose Quaresma Improve the fatal error message of the yocto-kernel-tools symbol_why.py and shows the command that generate the error as it can help understand the root cause of the error. Signed-off-by: Jose Quaresma Signed-off-by: Alexandre Belloni (cherry picked from commit 54ae08779071

[OE-core][kirkstone 12/25] linux-firmware: package amdgpu firmware

2022-11-07 Thread Steve Sakoman
From: Vincent Davis Jr Add packages for the firmware required by amdgpu kernel driver. Signed-off-by: Vincent Davis Jr Signed-off-by: Alexandre Belloni (cherry picked from commit 0d7aa21f120a756d1a4fc4ae0be3527b54a58247) Signed-off-by: Steve Sakoman --- .../linux-firmware/linux-firmware_2022

[OE-core][kirkstone 11/25] linux-firmware: split rtl8761 firmware

2022-11-07 Thread Steve Sakoman
From: Christian Eggers Realtek Bluetooth devices require binary firmware files. Package them separately in order to avoid installing the full linux-firmware package on embedded devices. Affected (end user) products (incomplete list): - TP-Link UB500 - Logilink BT0054 Signed-off-by: Christian Eg

[OE-core][kirkstone 10/25] linux-yocto/5.15: update to v5.15.72

2022-11-07 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: c68173b2012b Linux 5.15.72 713fa3e4591f drm/i915/gem: Really move i915_gem_context.link under ref protection a00ed4e5d5ee x86/alternative: Fix race in try_get_desc() c3d4b8970

[OE-core][kirkstone 09/25] lighttpd: upgrade 1.4.66 -> 1.4.67

2022-11-07 Thread Steve Sakoman
From: wangmy Changelog: = * Update comment about TCP_INFO on OpenBSD * [mod_ajp13] fix crash with bad response headers (fixes #3170) * [core] handle RDHUP when collecting chunked body * [core] tweak streaming request body to backends * [core] handle ENOSPC with pwritev() (#3

[OE-core][kirkstone 08/25] lttng-ust: upgrade 2.13.4 -> 2.13.5

2022-11-07 Thread Steve Sakoman
From: wangmy Changelog: == * Fix: bytecode validator: reject specialized load field/context ref instructions * Fix: bytecode validator: reject specialized load instructions * Fix: event notification capture: validate buffer length * Fix: event notification capture error handling * Fix: l

[OE-core][kirkstone 07/25] lttng-ust: upgrade 2.13.3 -> 2.13.4

2022-11-07 Thread Steve Sakoman
From: wangmy Bug fix release Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni (cherry picked from commit 0be632451f4e9a4a6a08d051e6f493715658c23b) Signed-off-by: Steve Sakoman --- .../lttng/{lttng-ust_2.13.3.bb => lttng-ust_2.13.4.bb} | 2 +- 1 file changed, 1 insertion(+

[OE-core][kirkstone 06/25] libksba: upgrade 1.6.0 -> 1.6.2

2022-11-07 Thread Steve Sakoman
From: wangmy New upstream release fixing CVE-2022-3515 Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni (cherry picked from commit 4bef6fc673de958dfbab80bcbc2e0159803b97ee) Signed-off-by: Steve Sakoman (cherry picked from commit 8e453d64255ce6a01b193c3735bb0aefbaa6fb38) Signed-off-

[OE-core][kirkstone 05/25] wpebackend-fdo: upgrade 1.12.1 -> 1.14.0

2022-11-07 Thread Steve Sakoman
From: wangmy Changelog: == Fixed a crash caused by trying to deallocate already freed graphics buffers in certain situations. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni (cherry picked from commit 0db4627fe8c6f8a0080248052dc06419774cba4f) Signed-off-by: Steve Sakoman

[OE-core][kirkstone 04/25] numactl: upgrade 2.0.15 -> 2.0.16

2022-11-07 Thread Steve Sakoman
From: wangmy Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni (cherry picked from commit 6d9ed8d4b13c2d87dae482bbadef039de050bc9d) Signed-off-by: Steve Sakoman --- meta/recipes-support/numactl/numactl_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/me

[OE-core][kirkstone 03/25] numactl: upgrade 2.0.14 -> 2.0.15

2022-11-07 Thread Steve Sakoman
From: Richard Purdie v2.0.15 changes Various bug fixes and cleanups Supported multiple preferred nodes This release didn't include a release tarball. Furthermore, it had issues such as #135, #136 and #138 that got fixed in the follow up release. Please try to use v2.0.16 instead. License check

[OE-core][kirkstone 02/25] libical: upgrade 3.0.14 -> 3.0.15

2022-11-07 Thread Steve Sakoman
From: wangmy Changelog: = Add missing property parameters into libical-glib Fix CMake option USE_32BIT_TIME_T actually uses a 32-bit time_t value Fix icaltime_as_timet, which returned incorrect results for years >= 2100, to work properly between years 1902 and 10k. Fix x-property com

[OE-core][kirkstone 01/25] libcap: upgrade 2.65 -> 2.66

2022-11-07 Thread Steve Sakoman
From: wangmy RELEASE NOTES FOR 2.66 Fix documentation typos in cap_from_text.3 (Bug: 216514 reported by Paulo Andrade.) Some getpcaps code clean up and a fix for PID argument parsing from Jakub Wilk. Slightly more robust Makefiles to address an error with make -j48 test observed by Tomasz Kł

[OE-core][kirkstone 00/25] Patch review

2022-11-07 Thread Steve Sakoman
Please review this set of patches for kirkstone and have comments back by end of day Wednesday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4436 The following changes since commit e1c36bdfb3c31f359e58d1644c238b74410d6091: perf: Depend on nat

[OE-core] [PATCH 48/48] python3targetconfig.bbclass: use PYTHONPATH to point to the target config

2022-11-07 Thread Alexander Kanavin
There is no need to patch native python so that it looks in the target sysroot; the same can be achieved with just an environment variable. Signed-off-by: Alexander Kanavin --- .../python3targetconfig.bbclass | 1 + ...fig-append-STAGING_LIBDIR-python-sys.patch | 28 --

[OE-core] [PATCH 47/48] sanity.bbclass: do not check for presence of distutils

2022-11-07 Thread Alexander Kanavin
This will be removed in 3.12 and has been deprecated for a while. sysconfig is the replacement for distutils.sysconfig Signed-off-by: Alexander Kanavin --- meta/classes-global/sanity.bbclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/classes-global/sanity.bbcl

[OE-core] [PATCH 46/48] python3: use the standard shell version of python3-config

2022-11-07 Thread Alexander Kanavin
There is really no reason why we can't: it only needs to be available in two versions (native/target), and the correct one can be picked via PATH priority order. This eliminates two un-upstreamable patches, one of which relies on soon to be removed distutils. Signed-off-by: Alexander Kanavin ---

[OE-core] [PATCH 44/48] selftest: add a copy of previous mtd-utils version to meta-selftest

2022-11-07 Thread Alexander Kanavin
The latest version update eliminated all custom patches, and the selftest expects them. Signed-off-by: Alexander Kanavin --- ...used-linux-fs.h-header-from-includes.patch | 31 .../mtd/mtd-utils-selftest_git.bb | 77 +++ meta/lib/oeqa/selftest/cases/devtool.p

[OE-core] [PATCH 45/48] python3: correctly adjust include paths in sysconfigdata

2022-11-07 Thread Alexander Kanavin
This was replacing /usr/include regardless of whether it was at the beginning of the full path (correct, when building target python3), or in the middle of it (not correct, when building native or nativesdk python). Through various reasons we haven't been bitten by this until now, but latest setup

[OE-core] [PATCH 42/48] gstreamer1.0: upgrade 1.20.3 -> 1.20.4

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...tools_1.20.3.bb => gst-devtools_1.20.4.bb} | 2 +- ...r-APNG-encoder-property-registration.patch | 86 --- ...1.20.3.bb => gstreamer1.0-libav_1.20.4.bb} | 6 +- ...x_1.20.3.bb => gstreamer1.0-omx_1.20.4.bb} | 2 +- bb => gstreamer1.0-

[OE-core] [PATCH 43/48] shaderc: upgrade 2022.2 -> 2022.3

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...rop-OSDependent-OGLCompiler-from-lis.patch | 76 +++ .../{shaderc_2022.2.bb => shaderc_2022.3.bb} | 3 +- 2 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-graphics/shaderc/files/0001-CMakeLists.txt-drop-OS

[OE-core] [PATCH 41/48] vulkan: upgrade 1.3.224.1 -> 1.3.231.1

2022-11-07 Thread Alexander Kanavin
Update 0001-generate-glslang-pkg-config.patch to omit libraries that are no longer present (their functionality has been folded into glslang library itself). Signed-off-by: Alexander Kanavin --- .../glslang/0001-generate-glslang-pkg-config.patch | 14 +++--- .../{glslang_1.3.224.1.bb =>

[OE-core] [PATCH 40/48] pixman: upgrade 0.40.0 -> 0.42.2

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../xorg-lib/{pixman_0.40.0.bb => pixman_0.42.2.bb}| 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{pixman_0.40.0.bb => pixman_0.42.2.bb} (93%) diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.40

[OE-core] [PATCH 39/48] pango: upgrade 1.50.10 -> 1.50.11

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../pango/{pango_1.50.10.bb => pango_1.50.11.bb} | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) rename meta/recipes-graphics/pango/{pango_1.50.10.bb => pango_1.50.11.bb} (84%) diff --git a/meta/recipes-graphics/pango/pango_1.50.10.bb

[OE-core] [PATCH 38/48] alsa-lib: upgrade 1.2.7.2 -> 1.2.8

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../alsa/{alsa-lib_1.2.7.2.bb => alsa-lib_1.2.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/alsa/{alsa-lib_1.2.7.2.bb => alsa-lib_1.2.8.bb} (94%) diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.2

[OE-core] [PATCH 37/48] sudo: upgrade 1.9.11p3 -> 1.9.12

2022-11-07 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- .../sudo/files/mips-fix.patch | 37 +++ meta/recipes-extended/sudo/sudo.inc | 2 +- .../sudo/{sudo_1.9.11p3.bb => sudo_1.9.12.bb} | 3 +- 3 files changed, 40 insertions(+), 2 deletion

[OE-core] [PATCH 36/48] mpg123: upgrade 1.30.2 -> 1.31.1

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../mpg123/{mpg123_1.30.2.bb => mpg123_1.31.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/mpg123/{mpg123_1.30.2.bb => mpg123_1.31.1.bb} (96%) diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.30.

[OE-core] [PATCH 35/48] netbase: upgrade 6.3 -> 6.4

2022-11-07 Thread Alexander Kanavin
License-Update: formatting, copyright years Signed-off-by: Alexander Kanavin --- .../recipes-core/netbase/{netbase_6.3.bb => netbase_6.4.bb} | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) rename meta/recipes-core/netbase/{netbase_6.3.bb => netbase_6.4.bb} (77%) diff --git a/meta/r

[OE-core] [PATCH 34/48] harfbuzz: upgrade 5.3.0 -> 5.3.1

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../harfbuzz/{harfbuzz_5.3.0.bb => harfbuzz_5.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_5.3.0.bb => harfbuzz_5.3.1.bb} (95%) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_5

[OE-core] [PATCH 33/48] gdk-pixbuf: upgrade 2.42.9 -> 2.42.10

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../gdk-pixbuf/{gdk-pixbuf_2.42.9.bb => gdk-pixbuf_2.42.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.42.9.bb => gdk-pixbuf_2.42.10.bb} (98%) diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-p

[OE-core] [PATCH 32/48] libsoup-2.4: upgrade 2.74.2 -> 2.74.3

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libsoup/{libsoup-2.4_2.74.2.bb => libsoup-2.4_2.74.3.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libsoup/{libsoup-2.4_2.74.2.bb => libsoup-2.4_2.74.3.bb} (95%) diff --git a/meta/recipes-support/libsoup/libsou

[OE-core] [PATCH 31/48] mmc-utils: upgrade to latest revision

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb index 0bb94ab93a..d2590d400a 100644 --- a/meta/recipes-devto

[OE-core] [PATCH 30/48] diffoscope: upgrade 221 -> 224

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../diffoscope/{diffoscope_221.bb => diffoscope_224.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_221.bb => diffoscope_224.bb} (92%) diff --git a/meta/recipes-support/diffoscope/diffosco

[OE-core] [PATCH 29/48] makedepend: upgrade 1.0.6 -> 1.0.7

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../xorg-util/{makedepend_1.0.6.bb => makedepend_1.0.7.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-graphics/xorg-util/{makedepend_1.0.6.bb => makedepend_1.0.7.bb} (82%) diff --git a/meta/recipes-graphics/xorg-util/mak

[OE-core] [PATCH 28/48] libidn2: upgrade 2.3.3 -> 2.3.4

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libidn/{libidn2_2.3.3.bb => libidn2_2.3.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libidn/{libidn2_2.3.3.bb => libidn2_2.3.4.bb} (94%) diff --git a/meta/recipes-extended/libidn/libidn2_2.3.3.bb

[OE-core] [PATCH 27/48] repo: upgrade 2.29.3 -> 2.29.5

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/repo/{repo_2.29.3.bb => repo_2.29.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/repo/{repo_2.29.3.bb => repo_2.29.5.bb} (95%) diff --git a/meta/recipes-devtools/repo/repo_2.29.3.bb b/meta/reci

[OE-core] [PATCH 26/48] mtd-utils: upgrade 2.1.4 -> 2.1.5

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...used-linux-fs.h-header-from-includes.patch | 31 --- meta/recipes-devtools/mtd/mtd-utils_git.bb| 8 ++--- 2 files changed, 3 insertions(+), 36 deletions(-) delete mode 100644 meta/recipes-devtools/mtd/mtd-utils/0001-tests-Remove-unuse

[OE-core] [PATCH 24/48] libffi: upgrade 3.4.2 -> 3.4.4

2022-11-07 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- .../0001-arm-sysv-reverted-clang-VFP-mitigation.patch | 6 ++ meta/recipes-support/libffi/libffi/not-win32.patch| 8 .../libffi/{libffi_3.4.2.bb => libffi_3.4.4.bb} | 4 ++-- 3 files changed,

[OE-core] [PATCH 25/48] libical: upgrade 3.0.15 -> 3.0.16

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libical/{libical_3.0.15.bb => libical_3.0.16.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libical/{libical_3.0.15.bb => libical_3.0.16.bb} (96%) diff --git a/meta/recipes-support/libical/libical_3.0.15

[OE-core] [PATCH 23/48] python3-wheel: upgrade 0.37.1 -> 0.38.0

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python/{python3-wheel_0.37.1.bb => python3-wheel_0.38.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-wheel_0.37.1.bb => python3-wheel_0.38.0.bb} (87%) diff --git a/meta/recipes-devtools/python/py

[OE-core] [PATCH 22/48] nghttp2: upgrade 1.49.0 -> 1.50.0

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../nghttp2/{nghttp2_1.49.0.bb => nghttp2_1.50.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/nghttp2/{nghttp2_1.49.0.bb => nghttp2_1.50.0.bb} (92%) diff --git a/meta/recipes-support/nghttp2/nghttp2_1.49.0

[OE-core] [PATCH 21/48] taglib: upgrade 1.12 -> 1.13

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/taglib/{taglib_1.12.bb => taglib_1.13.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-support/taglib/{taglib_1.12.bb => taglib_1.13.bb} (92%) diff --git a/meta/recipes-support/taglib/taglib_1.12.bb b/meta

[OE-core] [PATCH 19/48] fontconfig: upgrade 2.14.0 -> 2.14.1

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../fontconfig/{fontconfig_2.14.0.bb => fontconfig_2.14.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/fontconfig/{fontconfig_2.14.0.bb => fontconfig_2.14.1.bb} (96%) diff --git a/meta/recipes-graphics/fontconfig/

[OE-core] [PATCH 20/48] python3-setuptools: upgrade 65.0.2 -> 65.5.0

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-conditionally-do-not-fetch-code-by-easy_install.patch | 2 +- ...ython3-setuptools_65.0.2.bb => python3-setuptools_65.5.0.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-setuptools_65.0.2.bb

[OE-core] [PATCH 18/48] python3-dtschema: upgrade 2022.8.3 -> 2022.9

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...{python3-dtschema_2022.8.3.bb => python3-dtschema_2022.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-dtschema_2022.8.3.bb => python3-dtschema_2022.9.bb} (83%) diff --git a/meta/recipes-devtools/p

[OE-core] [PATCH 07/48] ltp: upgrade 20220527 -> 20220930

2022-11-07 Thread Alexander Kanavin
Do not install open posix testsuite by hand, as it is now handled upstream. Signed-off-by: Alexander Kanavin --- ...-access-mode-in-KVM-test-ELF-headers.patch | 40 - ...olve-conflict-in-different-header-fi.patch | 71 ...-lapi-pidfd-adding-pidfd-header-file.patch | 60 --- .

[OE-core] [PATCH 16/48] xwayland: upgrade 22.1.3 -> 22.1.4

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../xwayland/{xwayland_22.1.3.bb => xwayland_22.1.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xwayland/{xwayland_22.1.3.bb => xwayland_22.1.4.bb} (95%) diff --git a/meta/recipes-graphics/xwayland/xwayland

[OE-core] [PATCH 17/48] strace: upgrade 5.19 -> 6.0

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/strace/{strace_5.19.bb => strace_6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/strace/{strace_5.19.bb => strace_6.0.bb} (96%) diff --git a/meta/recipes-devtools/strace/strace_5.19.bb b/meta/

[OE-core] [PATCH 15/48] python3-git: upgrade 3.1.28 -> 3.1.29

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python/{python3-git_3.1.28.bb => python3-git_3.1.29.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-git_3.1.28.bb => python3-git_3.1.29.bb} (92%) diff --git a/meta/recipes-devtools/python/python

[OE-core] [PATCH 14/48] linux-firmware: upgrade 20220913 -> 20221012

2022-11-07 Thread Alexander Kanavin
License-Update: copyright years, additional firmwares Signed-off-by: Alexander Kanavin --- ...inux-firmware_20220913.bb => linux-firmware_20221012.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-kernel/linux-firmware/{linux-firmware_20220913.bb => linux-firm

[OE-core] [PATCH 13/48] libsoup: upgrade 3.2.0 -> 3.2.1

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libsoup/{libsoup_3.2.0.bb => libsoup_3.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libsoup/{libsoup_3.2.0.bb => libsoup_3.2.1.bb} (94%) diff --git a/meta/recipes-support/libsoup/libsoup_3.2.0.bb

[OE-core] [PATCH 12/48] puzzles: upgrade to latest revision

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-sato/puzzles/puzzles_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index 9e9bcd2eef..615eb1bb77 100644 --- a/meta/recipes-sato/puzzle

[OE-core] [PATCH 10/48] libbsd: upgrade 0.11.6 -> 0.11.7

2022-11-07 Thread Alexander Kanavin
License-Update: copyright years, removed redundant bsd 4-clause copy Signed-off-by: Alexander Kanavin --- .../libbsd/{libbsd_0.11.6.bb => libbsd_0.11.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libbsd/{libbsd_0.11.6.bb => libbsd_0.11.7

[OE-core] [PATCH 11/48] libunistring: upgrade 1.0 -> 1.1

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libunistring/{libunistring_1.0.bb => libunistring_1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libunistring/{libunistring_1.0.bb => libunistring_1.1.bb} (93%) diff --git a/meta/recipes-support/libunistring/

[OE-core] [PATCH 09/48] alsa-ucm-conf: upgrade 1.2.7.2 -> 1.2.8

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../alsa/{alsa-ucm-conf_1.2.7.2.bb => alsa-ucm-conf_1.2.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/alsa/{alsa-ucm-conf_1.2.7.2.bb => alsa-ucm-conf_1.2.8.bb} (89%) diff --git a/meta/recipes-multimedia/alsa/al

[OE-core] [PATCH 08/48] alsa-utils: upgrade 1.2.7 -> 1.2.8

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../alsa/{alsa-utils_1.2.7.bb => alsa-utils_1.2.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/alsa/{alsa-utils_1.2.7.bb => alsa-utils_1.2.8.bb} (98%) diff --git a/meta/recipes-multimedia/alsa/alsa-utils

[OE-core] [PATCH 06/48] python3-pip: upgrade 22.2.2 -> 22.3

2022-11-07 Thread Alexander Kanavin
License-Update: copyright years, formatting Signed-off-by: Alexander Kanavin --- .../python/python3-pip_22.2.2.bb | 62 --- .../python/python3-pip_22.3.bb| 61 ++ 2 files changed, 61 insertions(+), 62 deletions(-) delete mode 100644 m

[OE-core] [PATCH 05/48] ccache: upgrade 4.6.3 -> 4.7.2

2022-11-07 Thread Alexander Kanavin
License-Update: formatting, years, removed redundant copy of a boost license Signed-off-by: Alexander Kanavin --- .../ccache/{ccache_4.6.3.bb => ccache_4.7.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/ccache/{ccache_4.6.3.bb => ccach

[OE-core] [PATCH 03/48] lsof: upgrade 4.96.3 -> 4.96.4

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/lsof/{lsof_4.96.3.bb => lsof_4.96.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/lsof/{lsof_4.96.3.bb => lsof_4.96.4.bb} (95%) diff --git a/meta/recipes-extended/lsof/lsof_4.96.3.bb b/meta/reci

[OE-core] [PATCH 01/48] man-pages: upgrade 5.13 -> 6.01

2022-11-07 Thread Alexander Kanavin
License-update: formatting Signed-off-by: Alexander Kanavin --- .../man-pages/{man-pages_5.13.bb => man-pages_6.01.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/man-pages/{man-pages_5.13.bb => man-pages_6.01.bb} (86%) diff --git a/meta/recip

[OE-core] [PATCH 02/48] piglit: upgrade to latest revision

2022-11-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/piglit/piglit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index c9cf5795e9..8d66df4e09 100644 --- a/meta/recipes-graph

  1   2   >