[OE-core] [PATCH] sanity: Drop data finalize call

2022-11-11 Thread Richard Purdie
This call was effectively like update_data and no longer did anything in bitbake. Drop it as it is obsolete. Signed-off-by: Richard Purdie --- meta/classes-global/sanity.bbclass | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/meta/classes-global/sanity.bbclass b/

[OE-core][langdale 00/10] Pull request (cover letter only)

2022-11-11 Thread Steve Sakoman
This is the final pull request for the 4.1.1 release. The following changes since commit 0eee57ef03908c04e1567889f72d7187b5c1f657: mirrors.bbclass: use shallow tarball for binutils-native (2022-11-04 09:16:52 -1000) are available in the Git repository at: https://git.openembedded.org/opene

Re: [OE-core] [RFC] [PATCH] Allow fitimage + initramfs rebuild to be accelerated

2022-11-11 Thread Bruce Ashfield
On Fri, Nov 11, 2022 at 8:36 AM Richard Purdie wrote: > > On Fri, 2022-11-11 at 14:25 +0100, Rasmus Villemoes via > lists.openembedded.org wrote: > > On 10/11/2022 21.32, Paul Eggleton via lists.openembedded.org wrote: > > > Hi Richard > > > > > > On Thursday, 10 November 2022 11:14:24 NZDT Richar

[OE-Core][PATCH] sstate: Allow optimisation of do_deploy_archives task dependencies

2022-11-11 Thread Jose Quaresma
do_deploy_archives tasks don't need their dependencies so we can optimistion this as we do for some other tasks. Signed-off-by: Jose Quaresma --- meta/classes-global/sstate.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-global/sstate.bbclass b/meta/clas

[OE-Core][PATCH 2/2] rm_work: exclude the SSTATETASKS from the rm_work tasks sinature

2022-11-11 Thread Jose Quaresma
We can exclude the SSTATETASKS from the rm_work task signature to avoid running the task when we remove some setscene tasks from the dependencie chain. The inject_rm_work handler on the rm_work bbclass triggers the rm_work task running for any signature change in the dependencie chain of the task

[OE-Core][PATCH 1/2] sstatesig: skip the rm_work task signature

2022-11-11 Thread Jose Quaresma
We can skip the rm_work task signature to avoid running the task when we remove some tasks from the dependencie chain. The inject_rm_work handler on the rm_work bbclass triggers the rm_work task running for any signature change in the dependencie chain of the task do_build of each recipe. i.e INH

Re: [OE-core] [PATCH 3/3] vulkan-validation: Add the official Vulkan validation layers

2022-11-11 Thread Alexander Kanavin
On Fri, 11 Nov 2022 at 16:28, Jordan Crouse wrote: > I agree that the existing INSANE_SKIP was the wrong way to go about it - > perhaps the better option would be to do this: > > FILES:${PN} = "${libdir}/*.so ${datadir}/vulkan" > > I think ${PN}-dev would nominally be empty anyway - the two > out

[OE-core] [PATCH v3] gpgme: Allow setuptools3-base to be excluded from the inherit list

2022-11-11 Thread David Bagonyi
Inheriting setuptools3-base adds a runtime dependency on Python. This change makes inheriting setuptools3-base optional. If one does not want a runtime dependency on Python, they can remove python from LANGUAGES. Additionally, as Python 2 has been EOL for nearly 3 years now, all Python 2 related

[OE-core][PATCH] scripts: convert-overrides: Allow command-line customizations

2022-11-11 Thread Joshua Watt
Adds argument parsing to the conversion script so that the fields that the script uses to do conversions can be customized on the command line. The intention is to allows easier customization without having to fork the script, and allow automated checking on 3rd party layers via CI without false po

Re: [OE-Core][kirkstone][PATCH] lttng-tools: Upgrade 2.13.4 -> 2.13.8

2022-11-11 Thread Steve Sakoman
Master branch is currently at 2.13.7, so you will need to submit the version bump to 2.13.8 for master first. I will then cherry-pick the version bumps to langdale and kirkstone. Thanks! Steve On Tue, Nov 8, 2022 at 3:14 PM Xiangyu Chen wrote: > > From: Xiangyu Chen > > Signed-off-by: Xiangyu

[OE-core] [PATCH] libxext: update 1.3.4 -> 1.3.5

2022-11-11 Thread Alexander Kanavin
License-Update: copyright holders Signed-off-by: Alexander Kanavin --- .../xorg-lib/{libxext_1.3.4.bb => libxext_1.3.5.bb}| 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxext_1.3.4.bb => libxext_1.3.5.bb} (75%) diff --git a/meta/r

Re: [OE-core] [PATCH 10/19] libxext: update 1.3.4 -> 1.3.5

2022-11-11 Thread Richard Purdie
On Thu, 2022-11-10 at 19:12 +0100, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > meta/recipes-graphics/xorg-lib/a | 33 +++ > .../{libxext_1.3.4.bb => libxext_1.3.5.bb}| 7 ++-- > 2 files changed, 36 insertions(+), 4 deletions(-) > create m

Re: [OE-core] [RFC] [PATCH] Allow fitimage + initramfs rebuild to be accelerated

2022-11-11 Thread Richard Purdie
On Fri, 2022-11-11 at 14:25 +0100, Rasmus Villemoes via lists.openembedded.org wrote: > On 10/11/2022 21.32, Paul Eggleton via lists.openembedded.org wrote: > > Hi Richard > > > > On Thursday, 10 November 2022 11:14:24 NZDT Richard Purdie wrote: > > > > Adding in yet further if/else paths with ma

Re: [OE-core] [RFC] [PATCH] Allow fitimage + initramfs rebuild to be accelerated

2022-11-11 Thread Rasmus Villemoes via lists.openembedded.org
On 10/11/2022 21.32, Paul Eggleton via lists.openembedded.org wrote: > Hi Richard > > On Thursday, 10 November 2022 11:14:24 NZDT Richard Purdie wrote: >> Adding in yet further if/else paths with magic variables to control >> them isn't filling me with confidence. > > I understand that. I was ho

[OE-Core][dunfell][PATCH v2] openssl: upgrade 1.1.1q to 1.1.1s

2022-11-11 Thread Alex Kiernan
Major changes between OpenSSL 1.1.1r and OpenSSL 1.1.1s [1 Nov 2022] * Fixed a regression introduced in OpenSSL 1.1.1r not refreshing the certificate data to be signed before signing the certificate. Major changes between OpenSSL 1.1.1q and OpenSSL 1.1.1r [11 Oct 2022] * Added a missing header f

[OE-Core][dunfell][PATCH] openssl: upgrade 1.1.1q to 1.1.1s

2022-11-11 Thread Alex Kiernan
From: Alex Kiernan Major changes between OpenSSL 1.1.1r and OpenSSL 1.1.1s [1 Nov 2022] * Fixed a regression introduced in OpenSSL 1.1.1r not refreshing the certificate data to be signed before signing the certificate. Major changes between OpenSSL 1.1.1q and OpenSSL 1.1.1r [11 Oct 2022] * Add

Re: [OE-core] [PATCH 1/3] spirv-tools: Correctly set the prefix in exported cmake packages

2022-11-11 Thread Jose Quaresma
Jordan Crouse via lists.openembedded.org escreveu no dia quinta, 10/11/2022 à(s) 20:42: > spirv-tools exports Cmake packages. When they are installed the > INTERFACE_LINK_LIBRARIES variable is not correctly updated to use > _IMPORT_PREFIX like the other variables. This may have something to do w

[OE-core] [meta-oe][PATCH] bc ptest: fix bugs caused by input method

2022-11-11 Thread Yan Xin Kuan
From: Yan Xinkuan fix some bugs related to echo function caused by input method. echo would work fine now, difference as below: before: “PASS: bc/*.b” now:PASS: bc/*.b Signed-off-by: Yan Xinkuan --- meta/recipes-extended/bc/bc/run-ptest | 4 ++-- 1 file changed, 2 insert

Re: [OE-core] [PATCH] mesa: on x64 machines llvm-config --libdir locate libraries

2022-11-11 Thread Vincent Davis Jr
Yes, can check if possible later. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#173123): https://lists.openembedded.org/g/openembedded-core/message/173123 Mute This Topic: https://lists.openembedded.org/mt/94954642/21656 Group Owner: openembedded-

Re: [OE-core] [PATCH] mesa: update llvm-config RPATH

2022-11-11 Thread Alexander Kanavin
And same here: if the issue is in llvm-config, then it shouldn't be fixed up after the fact in mesa. Alex On Fri, 11 Nov 2022 at 09:04, Vincent Davis Jr wrote: > > RPATH on the llvm-config binary is set wrong which leads to. > > llvm-config: error while loading shared libraries: libtinfo.so.5: >

Re: [OE-core] [PATCH] mesa: on x64 machines llvm-config --libdir locate libraries

2022-11-11 Thread Alexander Kanavin
This seems like brittle special-casing for a specific target. Can we fix the issue in llvm-config itself, so that it returns the correct path? Alex On Fri, 11 Nov 2022 at 09:04, Vincent Davis Jr wrote: > > mesa's meson requires the llvm-config --libdir command which in turn > returns ${STAGING_

[OE-core] [PATCH] mesa: on x64 machines llvm-config --libdir locate libraries

2022-11-11 Thread Vincent Davis Jr
mesa's meson requires the llvm-config --libdir command which in turn returns ${STAGING_EXECPREFIXDIR}/lib, but on an x86_64 bit machine libs are located at ${STAGING_EXECPREFIXDIR}/lib64. Symlink directories so that the when llvm-config --libdir is called proper libraries are located. Signed-off-b

[OE-core] [PATCH] mesa: update llvm-config RPATH

2022-11-11 Thread Vincent Davis Jr
RPATH on the llvm-config binary is set wrong which leads to. llvm-config: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory AND File "/../../../mesa//recipe-sysroot-native/usr/lib/python3.11/re/__init__.py", line 223, in finditer r

Re: [OE-core] [PATCH 3/3] vulkan-validation: Add the official Vulkan validation layers

2022-11-11 Thread Alexander Kanavin
On Thu, 10 Nov 2022 at 22:30, Jordan Crouse wrote: > ERROR: vulkan-validation-1.3.231.1-r0 do_package_qa: QA Issue: -dev package > vulkan-validation-dev contains non-symlink .so > '/usr/lib/libVkLayer_khronos_validation.so' [dev-elf] > > I borrowed the QA inhibit from vulkan-loader (since they a