Re: [OE-core] [PATCH 1/2] scripts/oe-setup-builddir: copy site.conf.sample out of template directories (if it exists)

2022-07-15 Thread Alexandre Belloni via lists.openembedded.org
On 15/07/2022 18:00:57+0200, Alexander Kanavin wrote: > On Fri, 15 Jul 2022 at 16:42, Richard Purdie > wrote: > > We'd always intended that site.conf was more something the user would > > setup once for their environment and not need to change. It was > > therefore deliberately left out of the aut

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

2022-07-15 Thread Steve Sakoman
The following changes since commit 4667abcc925ae0c430cccb480ec530506f6201ae: dropbear: break dependency on base package for -dev package (2022-07-01 08:35:07 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/kirkstone-next http://c

[OE-core][dunfell 0/3] Pull request (cover letter only)

2022-07-15 Thread Steve Sakoman
The following changes since commit af25fff399fa623b4fd6efbca21e01ea6b4d1fd7: qemu: add PACKAGECONFIG for capstone (2022-07-12 04:08:20 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next http://cgit.openembedded.org/opene

Re: [OE-core] [PATCH] selftest/runtime_test/virgl: Disable for all almalinux

2022-07-15 Thread Alexander Kanavin
On Fri, 15 Jul 2022 at 22:42, Richard Purdie wrote: > Michael basically said that we were unlikely ever to get vgem working > with Alma. It was almalinux-9 that I was adding but I think we wait and > evaluate the situation with 10 and then someone can send a patch if we > can add it. Michael, can

Re: [OE-core] [PATCH] selftest/runtime_test/virgl: Disable for all almalinux

2022-07-15 Thread Richard Purdie
On Fri, 2022-07-15 at 18:13 +0200, Alexander Kanavin wrote: > On Fri, 15 Jul 2022 at 17:59, Richard Purdie > wrote: > > -if distro and distro in ['debian-9', 'debian-10', 'centos-7', > > 'centos-8', 'ubuntu-16.04', 'ubuntu-18.04', 'almalinux-8.5', > > 'almalinux-8.6']: > > +if di

[OE-core] [PATCH] conf/local.conf.sample: mention site.conf.sample as well

2022-07-15 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/conf/local.conf.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 589ee32665..f6be0a59d1 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample

[OE-core] [PATCH] package.bbclass: Fix kernel source handling when not using externalsrc

2022-07-15 Thread Alejandro Hernandez Samaniego
Previous commit c725bdb29b266 broke kernel source handling, this was due to the code expecting the sources to be in a different directory, this did not happen when using externalsrc since sources were found in the expected directories. Pass work-shared to the check to allow sources to be found in

Re: [OE-core] [PATCH] pulseaudio: add m4-native to DEPENDS

2022-07-15 Thread Khem Raj
On 7/15/22 1:10 PM, Richard Purdie wrote: On Fri, 2022-07-15 at 13:05 -0400, Khem Raj wrote: On 7/15/22 7:05 AM, Ross Burton wrote: Normally m4-native ends up in the sysroot via the toolchain, but if a non-standard toolchain is used them m4-native may not be installed. However Pulseaudio ex

Re: [OE-core] [PATCH] pulseaudio: add m4-native to DEPENDS

2022-07-15 Thread Richard Purdie
On Fri, 2022-07-15 at 13:05 -0400, Khem Raj wrote: > > On 7/15/22 7:05 AM, Ross Burton wrote: > > Normally m4-native ends up in the sysroot via the toolchain, but if a > > non-standard toolchain is used them m4-native may not be installed. > > > > However Pulseaudio explicitly checks for m4 in th

Re: [OE-core] [PATCH] pulseaudio: add m4-native to DEPENDS

2022-07-15 Thread Khem Raj
On 7/15/22 7:05 AM, Ross Burton wrote: Normally m4-native ends up in the sysroot via the toolchain, but if a non-standard toolchain is used them m4-native may not be installed. However Pulseaudio explicitly checks for m4 in the meson.build, so add it to DEPENDS. I think default toolchain dep

[OE-core] [PATCH] curl: Fix determinism issues in ptest package

2022-07-15 Thread Richard Purdie
NROFF can take different values depending on the filesystem layout of the host system and this leaks onto the target ptest package through the Makefiles. Since ptest doesn't use them, delete them to resovle that issue. Also ensure the task can rerun even if it already deleted configurehelp.pm Sig

Re: [OE-core] [PATCH] gcc-runtime: Fix build when using gold

2022-07-15 Thread Khem Raj
On 7/14/22 5:15 AM, Richard Purdie wrote: If gold is enabled as the default linker, it errors trying to link to our dummy library empty file and this turns off things which should be present in libstdc++. For example, _GLIBCXX_HAVE_S_ISREG isn't defined and HAVE_S_ISREG in libstdc++-v3/config.

Re: [OE-core] [PATCH] python3-docutils: upgrade 0.18.1 -> 0.19

2022-07-15 Thread Alexander Kanavin
On Fri, 15 Jul 2022 at 18:41, Richard Purdie wrote: > > License-Update: > > year updated to 2022 > > url of some reposity and license changed > > exceptions of BSD 2-Clause License changed > > This last bit sounds a little worrying. Is the code still under BSD-2- > Clause? How did the exception

Re: [OE-core] [PATCH] python3-docutils: upgrade 0.18.1 -> 0.19

2022-07-15 Thread Richard Purdie
On Tue, 2022-07-12 at 15:44 +0800, wangmy wrote: > License-Update: > year updated to 2022 > url of some reposity and license changed > exceptions of BSD 2-Clause License changed This last bit sounds a little worrying. Is the code still under BSD-2- Clause? How did the exceptions change? Were ne

[OE-core] [PATCH] local.conf.sample: Mention other MACHINE options may exist

2022-07-15 Thread Richard Purdie
Mention other MACHINE options exist and where to look for them. Based on an idea from Robert P. J. Day but adjusted not to use urls but to refer to the local metadata. Signed-off-by: Richard Purdie --- meta/conf/local.conf.sample | 4 1 file changed, 4 insertions(+) diff --git a/meta/conf/

Re: [OE-core] [PATCH 1/2] scripts/oe-setup-builddir: copy site.conf.sample out of template directories (if it exists)

2022-07-15 Thread Alexander Kanavin
On Fri, 15 Jul 2022 at 18:24, Richard Purdie wrote: > In that sense, it was something a user would provide, not something > that would be provisioned by automated scripting. If there are settings > to be provisioned by a layer, we have local.conf for that? Why do we > need another file too? Right

Re: [OE-core] [PATCH 1/2] scripts/oe-setup-builddir: copy site.conf.sample out of template directories (if it exists)

2022-07-15 Thread Richard Purdie
On Fri, 2022-07-15 at 18:15 +0200, Alexander Kanavin wrote: > On Fri, 15 Jul 2022 at 16:42, Richard Purdie > wrote: > > We'd always intended that site.conf was more something the user would > > setup once for their environment and not need to change. It was > > therefore deliberately left out of t

Re: [OE-core] [PATCH 1/2] scripts/oe-setup-builddir: copy site.conf.sample out of template directories (if it exists)

2022-07-15 Thread Alexander Kanavin
On Fri, 15 Jul 2022 at 16:42, Richard Purdie wrote: > We'd always intended that site.conf was more something the user would > setup once for their environment and not need to change. It was > therefore deliberately left out of the auto-setup piece. I don't think I understand this point in particu

Re: [OE-core] [PATCH] selftest/runtime_test/virgl: Disable for all almalinux

2022-07-15 Thread Alexander Kanavin
On Fri, 15 Jul 2022 at 17:59, Richard Purdie wrote: > -if distro and distro in ['debian-9', 'debian-10', 'centos-7', > 'centos-8', 'ubuntu-16.04', 'ubuntu-18.04', 'almalinux-8.5', 'almalinux-8.6']: > +if distro and (distro in ['debian-9', 'debian-10', 'centos-7', > 'centos-8', 'u

[OE-Core][dunfell][PATCH] cve-extra-exclusions.inc: Use CVE_CHECK_WHITELIST

2022-07-15 Thread Ranjitsinh Rathod via lists.openembedded.org
Use CVE_CHECK_WHITELIST as CVE_CHECK_IGNORE is not valid on dunfell branch Signed-off-by: Ranjitsinh Rathod Signed-off-by: Ranjitsinh Rathod --- meta/conf/distro/include/cve-extra-exclusions.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/conf/distro/include/c

Re: [OE-core] [PATCH 1/2] scripts/oe-setup-builddir: copy site.conf.sample out of template directories (if it exists)

2022-07-15 Thread Alexander Kanavin
On Fri, 15 Jul 2022 at 16:42, Richard Purdie wrote: > We'd always intended that site.conf was more something the user would > setup once for their environment and not need to change. It was > therefore deliberately left out of the auto-setup piece. > I hadn't remembered we have an sample version o

[OE-core] [PATCH] selftest/runtime_test/virgl: Disable for all almalinux

2022-07-15 Thread Richard Purdie
We can't support vgem on RHEL derived distros so disable this test for all almalinux hosts rather than specific versions. Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/cases/runtime_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/case

[OE-core] [AUH] rt-tests: upgrading to 2.4 FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *rt-tests* to *2.4* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe rt-tests failed. NOTE: Starting bitbake server... NOTE: Reconnecting

[OE-core] [AUH] linux-firmware: upgrading to 20220708 FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *linux-firmware* to *20220708* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade linux-firmware -V 20220708 NOTE: Starting bitba

[OE-core] [AUH] Upgrade status: 2022-07-15

2022-07-15 Thread Auto Upgrade Helper
Recipe upgrade statistics: * Failed (devtool error): 16 efibootmgr, 18, Ross Burton systemd, 251.3, Chen Qi rpm, 4.17.1, Unassigned gcr, 3.90.0, Alexander Kanavin libva-initial, 2.15.0, Anuj Mittal libva-utils, 2.15.0, Anuj Mittal x

[OE-core] [AUH] hwlatdetect: upgrading to 2.4 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *hwlatdetect* to *2.4* has Succeeded. Next steps: - apply the patch: git am 0001-hwlatdetect-upgrade-2.3-2.4.patch - check the changes to upstream patches and summarize them

[OE-core] [AUH] alsa-ucm-conf: upgrading to 1.2.7.2 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *alsa-ucm-conf* to *1.2.7.2* has Succeeded. Next steps: - apply the patch: git am 0001-alsa-ucm-conf-upgrade-1.2.7.1-1.2.7.2.patch - check the changes to upstream patches and

[OE-core] [AUH] xf86-input-keyboard: upgrading to 2.0.0 FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *xf86-input-keyboard* to *2.0.0* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade xf86-input-keyboard -V 2.0.0 NOTE: Starting b

[OE-core] [AUH] xwayland: upgrading to 22.1.3 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *xwayland* to *22.1.3* has Succeeded. Next steps: - apply the patch: git am 0001-xwayland-upgrade-22.1.2-22.1.3.patch - check the changes to upstream patches and summarize th

[OE-core] [AUH] vulkan-samples: upgrading to 5d9a1e5e66d9597a9f2b7bbc64f254436298e75b FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vulkan-samples* to *5d9a1e5e66d9597a9f2b7bbc64f254436298e75b* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake vulkan-samples' failed WARNING: Host di

[OE-core] [AUH] libnl: upgrading to 3.7.0 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libnl* to *3.7.0* has Succeeded. Next steps: - apply the patch: git am 0001-libnl-upgrade-3.6.0-3.7.0.patch - check the changes to upstream patches and summarize them in the

[OE-core] [AUH] xf86-video-cirrus: upgrading to 1.6.0 FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *xf86-video-cirrus* to *1.6.0* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade xf86-video-cirrus -V 1.6.0 NOTE: Starting bitba

[OE-core] [AUH] wayland-protocols: upgrading to 1.26 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *wayland-protocols* to *1.26* has Succeeded. Next steps: - apply the patch: git am 0001-wayland-protocols-upgrade-1.25-1.26.patch - check the changes to upstream patches and

[OE-core] [AUH] piglit: upgrading to c107462e4e429fa1cf6daac39168674c1c0c9fd4 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *piglit* to *c107462e4e429fa1cf6daac39168674c1c0c9fd4* has Succeeded. Next steps: - apply the patch: git am 0001-piglit-upgrade-to-latest-revision.patch - check the changes t

[OE-core] [AUH] libva-initial: upgrading to 2.15.0 FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libva-initial* to *2.15.0* has Failed (devtool error). Detailed error information: The following devtool command failed: finish -f libva-initial /home/pokybuild/yocto-worker/auh/

[OE-core] [AUH] libgit2: upgrading to 1.5.0 FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libgit2* to *1.5.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe libgit2 failed. NOTE: Starting bitbake server... NOTE: Reconnecting

[OE-core] [AUH] encodings: upgrading to 1.0.6 FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *encodings* to *1.0.6* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade encodings -V 1.0.6 NOTE: Starting bitbake server... NOT

[OE-core] [AUH] libva: upgrading to 2.15.0 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libva* to *2.15.0* has Succeeded. Next steps: - apply the patch: git am 0001-libva-upgrade-2.14.0-2.15.0.patch - check the changes to upstream patches and summarize them in

[OE-core] [AUH] xmodmap: upgrading to 1.0.11 FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *xmodmap* to *1.0.11* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade xmodmap -V 1.0.11 NOTE: Starting bitbake server... NOTE:

[OE-core] [AUH] font-util: upgrading to 1.3.3 FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *font-util* to *1.3.3* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade font-util -V 1.3.3 NOTE: Starting bitbake server... NOT

[OE-core] [AUH] python3-jsonschema: upgrading to 4.7.2 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-jsonschema* to *4.7.2* has Succeeded. Next steps: - apply the patch: git am 0001-python3-jsonschema-upgrade-4.7.1-4.7.2.patch - check the changes to upstream patches

[OE-core] [AUH] hdparm: upgrading to 9.64 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *hdparm* to *9.64* has Succeeded. Next steps: - apply the patch: git am 0001-hdparm-upgrade-9.63-9.64.patch - check the changes to upstream patches and summarize them in the

[OE-core] [AUH] rpm: upgrading to 4.17.1 FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *rpm* to *4.17.1* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe rpm failed. NOTE: Starting bitbake server... NOTE: Reconnecting to bit

[OE-core] [AUH] xev: upgrading to 1.2.5 FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *xev* to *1.2.5* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade xev -V 1.2.5 NOTE: Starting bitbake server... NOTE: Reconnect

[OE-core] [AUH] python3-zipp: upgrading to 3.8.1 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-zipp* to *3.8.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-zipp-upgrade-3.8.0-3.8.1.patch - check the changes to upstream patches and summari

[OE-core] [AUH] xf86-input-synaptics: upgrading to 1.9.2 FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *xf86-input-synaptics* to *1.9.2* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade xf86-input-synaptics -V 1.9.2 NOTE: Starting

[OE-core] [AUH] gcr: upgrading to 3.90.0 FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gcr* to *3.90.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe gcr failed. NOTE: Starting bitbake server... WARNING: Host distributio

[OE-core] [AUH] python3-setuptools-rust: upgrading to 1.4.1 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-setuptools-rust* to *1.4.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-setuptools-rust-upgrade-1.3.0-1.4.1.patch - check the changes to upstr

[OE-core] [AUH] python3-setuptools-scm: upgrading to 7.0.5 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-setuptools-scm* to *7.0.5* has Succeeded. Next steps: - apply the patch: git am 0001-python3-setuptools-scm-upgrade-7.0.3-7.0.5.patch - check the changes to upstrea

[OE-core] [AUH] libva-utils: upgrading to 2.15.0 FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libva-utils* to *2.15.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe libva-utils failed. NOTE: Starting bitbake server... NOTE: Rec

[OE-core] [AUH] vala: upgrading to 0.56.2 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vala* to *0.56.2* has Succeeded. Next steps: - apply the patch: git am 0001-vala-upgrade-0.56.1-0.56.2.patch - check the changes to upstream patches and summarize them in th

[OE-core] [AUH] python3-hypothesis: upgrading to 6.50.1 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-hypothesis* to *6.50.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-hypothesis-upgrade-6.48.2-6.50.1.patch - check the changes to upstream pat

[OE-core] [AUH] python3-dtschema: upgrading to 2022.7 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-dtschema* to *2022.7* has Succeeded. Next steps: - apply the patch: git am 0001-python3-dtschema-upgrade-2022.5-2022.7.patch - check the changes to upstream patches

[OE-core] [AUH] python3-setuptools: upgrading to 63.2.0 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-setuptools* to *63.2.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-setuptools-upgrade-62.6.0-63.2.0.patch - check the changes to upstream pat

[OE-core] [AUH] go: upgrading to 1.18.4 FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *go* to *1.18.4* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-go-upgrade-1.18.3-1.18.4.patch - check t

[OE-core] [AUH] python3-docutils: upgrading to 0.19 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-docutils* to *0.19* has Succeeded. Next steps: - apply the patch: git am 0001-python3-docutils-upgrade-0.18.1-0.19.patch - check the changes to upstream patches and

[OE-core] [AUH] meson: upgrading to 0.63.0 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *meson* to *0.63.0* has Succeeded. Next steps: - apply the patch: git am 0001-meson-upgrade-0.62.2-0.63.0.patch - check the changes to upstream patches and summarize them in

[OE-core] [AUH] git: upgrading to 2.37.1 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *git* to *2.37.1* has Succeeded. Next steps: - apply the patch: git am 0001-git-upgrade-2.37.0-2.37.1.patch - check the changes to upstream patches and summarize them in the

[OE-core] [AUH] go-runtime: upgrading to 1.18.4 FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *go-runtime* to *1.18.4* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-go-runtime-upgrade-1.18.3-1.18.4.pat

[OE-core] [AUH] mmc-utils: upgrading to d7b343fd262880994f041ce2335442e7bd1071f5 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *mmc-utils* to *d7b343fd262880994f041ce2335442e7bd1071f5* has Succeeded. Next steps: - apply the patch: git am 0001-mmc-utils-upgrade-to-latest-revision.patch - check the cha

[OE-core] [AUH] log4cplus: upgrading to 2.0.8 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *log4cplus* to *2.0.8* has Succeeded. Next steps: - apply the patch: git am 0001-log4cplus-upgrade-2.0.7-2.0.8.patch - check the changes to upstream patches and summarize the

[OE-core] [AUH] llvm: upgrading to 14.0.6 FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *llvm* to *14.0.6* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-llvm-upgrade-14.0.4-14.0.6.patch - che

[OE-core] [AUH] u-boot-tools: upgrading to 2022.07 FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *u-boot-tools* to *2022.07* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-u-boot-tools-upgrade-2022.04-2022

[OE-core] [AUH] libuv: upgrading to 1.44.2 SUCCEEDED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libuv* to *1.44.2* has Succeeded. Next steps: - apply the patch: git am 0001-libuv-upgrade-1.44.1-1.44.2.patch - check the changes to upstream patches and summarize them in

[OE-core] [AUH] systemd: upgrading to 251.3 FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *systemd* to *251.3* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe systemd failed. NOTE: Starting bitbake server... NOTE: Reconnecting

[OE-core] [AUH] u-boot: upgrading to 2022.07 FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *u-boot* to *2022.07* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-u-boot-upgrade-2022.04-2022.07.patch

[OE-core] [AUH] efibootmgr: upgrading to 18 FAILED

2022-07-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *efibootmgr* to *18* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe efibootmgr failed. NOTE: Starting bitbake server... WARNING: Host d

Re: [OE-core] [PATCH 1/2] scripts/oe-setup-builddir: copy site.conf.sample out of template directories (if it exists)

2022-07-15 Thread Richard Purdie
On Wed, 2022-07-06 at 20:23 +0200, Alexander Kanavin wrote: > This allows: > > 1. Showing users where and how to define these settings correctly when > setting up > a build from templates in poky (meta-poky/conf/site.conf.sample has commented > out examples and was previously unused). > > 2. Dis

[OE-core][PATCH v2] sstatesig: Include all dependencies in SPDX task signatures

2022-07-15 Thread Joshua Watt
SDPX generation involves looking through BB_TASKDEPDATA for dependencies, then linking to the generated documents for those dependencies. These document links use a checksum to validate the document, which means that if a upstream document changes, all downstream documents must be regenerated to ge

[OE-core] [PATCH] python3-picobuild: upgrade to 0.2

2022-07-15 Thread Ross Burton
Major features since 0.1: - Implement support for legacy source trees - Add option to loosen dependency checking Signed-off-by: Ross Burton --- .../{python3-picobuild_0.1.bb => python3-picobuild_0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/pyth

[OE-core] [PATCH v2 2/2] zlib: minizip: add recipe

2022-07-15 Thread Sean Nyekjaer
Add the minizip library for use as a dependency. zlib doesn't support vanilla autotools, but atleast this minizip does. minizip does depend on zlib, so combining these recipes turns out to be a quite hacky approach. Signed-off-by: Sean Nyekjaer --- Should we keep Denys Dmytriyenko as maintainer

[OE-core] [PATCH v2 1/2] zlib: split SRC_URI into inc file

2022-07-15 Thread Sean Nyekjaer
This is done in preparation for adding packages from the zlib contrib directory. Unfortunatly it's not possible to add these via pkgconfig. Signed-off-by: Sean Nyekjaer --- With this we are maintaining the same verison number for both zlib and minizip in the recipe name. Would it be better to hav

[OE-core] [PATCH] rootfs-postcommands.bbclass: move host-user-contaminated.txt to ${S}

2022-07-15 Thread Ming Liu
From: Ming Liu This is to ensure host-user-contaminated.txt would be removed before do_rootfs runs, since ${S} is in cleandirs of do_rootfs, otherwise, a host-user-contaminated.txt file that generated from previous builds could be used which is wrong. Signed-off-by: Ming Liu --- meta/classes/r

[OE-core] [PATCH] oeqa/selftest/sstatetests: Update test to work with bitbake changes

2022-07-15 Thread Richard Purdie
Bitbake is dropping the DL_DIR fallback for local file urls and ensuring local urls are fetchable. This test fails as it copies the meta directory of COREBASE but not scripts and nativesdk-qemu-helper references runqemu from there which doesn't exist in the copied data. Tweak to symlink scripts in

[OE-core] [PATCH] gcc-runtime: Fix missing MLPREFIX in debug mappings

2022-07-15 Thread Richard Purdie
This fixes reproducibility issues with multilibs were a different recipe specific sysroot is used which was leaking into debug symbols in libraries. Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-runtime.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/met

[OE-core] [PATCH] pulseaudio: add m4-native to DEPENDS

2022-07-15 Thread Ross Burton
Normally m4-native ends up in the sysroot via the toolchain, but if a non-standard toolchain is used them m4-native may not be installed. However Pulseaudio explicitly checks for m4 in the meson.build, so add it to DEPENDS. Signed-off-by: Ross Burton --- meta/recipes-multimedia/pulseaudio/pulse

Re: [OE-core] [PATCH] kernel-fitimage.bbclass: add padding algorithm property in config nodes

2022-07-15 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 13/07/2022 10:28:03+0200, Luis Enriquez wrote: > This allows choosing padding algorithm when building fitImage. It may be > pkcs-1.5 or pss. > > Signed-off-by: LUIS ENRIQUEZ > From: LUIS ENRIQUEZ > --- > meta/classes/kernel-fitimage.bbclass | 5 + > 1 file changed, 5 insertions(