[OE-core] [PATCH 1/2] curl: upgrade 7.76.1 -> 7.77.0

2021-05-31 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-support/curl/{curl_7.76.1.bb => curl_7.77.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/curl/{curl_7.76.1.bb => curl_7.77.0.bb} (97%) diff --git a/meta/recipes-support/curl/curl_7.76.1.bb

[OE-core] [PATCH 2/2] python3-setuptools: upgrade 56.2.0 -> 57.0.0

2021-05-31 Thread Richard Purdie
Add a patch to fix a reproducibility issue in the new version. Signed-off-by: Richard Purdie --- ...ly-do-not-fetch-code-by-easy_install.patch | 2 +- .../python3-setuptools/reproducibility.patch | 40 +++ ...56.2.0.bb => python3-setuptools_57.0.0.bb} | 5 ++- 3 files

[OE-core] [PATCH] oeqa/qemurunner: Improve timeout handling

2021-05-31 Thread Richard Purdie
We had debugging for qemu faiing to start which was no longer reachable after the QMP changes. Reorder the code to enable this debugging to work again which may allow insight into autobuilder failures in this area. Signed-off-by: Richard Purdie --- meta/lib/oeqa/utils/qemurunner.py | 50

[OE-core] [PATCH 2/4] linux-yocto/5.4: update to v5.4.120

2021-05-31 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: e05d387ba736 Linux 5.4.120 7f4ac21468b0 ASoC: rsnd: check all BUSIF status when error 7f6a9044ff24 nvme: do not try to reconfigure APST when the controller is not

[OE-core] [PATCH 4/4] linux-yocto/5.4: update to v5.4.123

2021-05-31 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 103f1dbea1ae Linux 5.4.123 af2a4426baf7 NFC: nci: fix memory leak in nci_allocate_device 45aef101ca44 perf unwind: Set userdata for all __report_module() paths

[OE-core] [PATCH 1/4] linux-yocto-dev: bump to v5.13+

2021-05-31 Thread Bruce Ashfield
From: Bruce Ashfield Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index ee41d612fd..f407882316

[OE-core] [PATCH 3/4] linux-yocto/5.10: update to v5.10.41

2021-05-31 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: 33069919e2dc Linux 5.10.41 b34cb7ac32cc NFC: nci: fix memory leak in nci_allocate_device 8d11e6ae4304 perf unwind: Set userdata for all __report_module() paths

[OE-core] [PATCH 0/4] linux-yocto: -stable and -dev updates

2021-05-31 Thread Bruce Ashfield
From: Bruce Ashfield Richard, -rc4 has rolled in for 5.13, which is about the time that I normally make it the -dev kernel version. I've been testing it locally since -rc1, so it is good to go. So we bump that version, as well as grab the latest -stable kernel updates for the active versions.

Re: [OE-core] [PATCH v2] kernel-fitimage: Don't use unit addresses on FIT

2021-05-31 Thread Frieder Schrempf
Hi Steve, On 22.02.21 19:38, Klaus Heinrich Kiwi via lists.openembedded.org wrote: > Das U-Boot 2021.4-rc1 has the following commit: > > commit 3f04db891a353f4b127ed57279279f851c6b4917 > Author: Simon Glass > Date: Mon Feb 15 17:08:12 2021 -0700 > > image: Check for unit

Re: [OE-core] [PATCH v2] kernel-fitimage: Don't use unit addresses on FIT

2021-05-31 Thread Steve Sakoman
On Mon, May 31, 2021 at 4:59 AM Frieder Schrempf wrote: > > Hi Steve, > > On 22.02.21 19:38, Klaus Heinrich Kiwi via lists.openembedded.org wrote: > > Das U-Boot 2021.4-rc1 has the following commit: > > > > commit 3f04db891a353f4b127ed57279279f851c6b4917 > > Author: Simon Glass > >

[OE-core] [PATCH 1/2] util-linux.inc: Do not modify BPN

2021-05-31 Thread Peter Kjellerstedt
Changing BPN to be "util-linux" regardless if it is the util-linux recipe or the util-linux-libuuid recipe that is being built was an easy way to allow ${BPN} and ${BP} to be used in the SRC_URI for both recipes. However, it causes problems for native.bbclass where there are expectations that

[OE-core] [PATCH 2/2] native.bbclass: Do not remove "-native" in the middle of recipe names

2021-05-31 Thread Peter Kjellerstedt
For dependencies such as "${PN}-foo", when modifying them for native recipes, it is expected that they become "${BPN}-foo-native" rather than "${BPN}-native-foo-native". This was previously done by removing all occurences of "-native" from the dependency before adding "-native" at the end.

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

2021-05-31 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:

Re: [OE-core] [v2][PATCH 2/3] kernel.bbclass: link in kernel-features

2021-05-31 Thread Bruce Ashfield
Thanks for v2! On Mon, May 31, 2021 at 2:16 PM Armin Kuster wrote: > > Signed-off-by: Armin Kuster > > -- > V2] > rename kernel-kfrag to kernel-features > --- > meta/classes/kernel.bbclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/classes/kernel.bbclass

Re: [OE-core] [v2][PATCH 2/3] kernel.bbclass: link in kernel-features

2021-05-31 Thread Armin Kuster
On 5/31/21 11:20 AM, Bruce Ashfield wrote: > Thanks for v2! > > On Mon, May 31, 2021 at 2:16 PM Armin Kuster wrote: >> Signed-off-by: Armin Kuster >> >> -- >> V2] >> rename kernel-kfrag to kernel-features >> --- >> meta/classes/kernel.bbclass | 2 +- >> 1 file changed, 1 insertion(+), 1

Re: [OE-core] [PATCH 0/2] RFC???

2021-05-31 Thread Alexander Kanavin
If you attach log.do_rootfs, that would help. It is supposed to contain full information about the failure, and I would not want to start special-casing those. Alex On Mon, 31 May 2021 at 21:12, Armin Kuster wrote: > I ran into an issue with a systemd service that had a depend. > The post init

[OE-core] [v2][PATCH 1/3] kernel-features: add new class

2021-05-31 Thread Armin Kuster
This provides a common place to define kernel fragments that may be usefull to the larger community. Signed-off-by: Armin Kuster --- v2] Rename class Add warning Add TPM --- meta/classes/kernel-features.bbclass | 13 + 1 file changed, 13 insertions(+) create mode 100644

[OE-core] [v2][PATCH 2/3] kernel.bbclass: link in kernel-features

2021-05-31 Thread Armin Kuster
Signed-off-by: Armin Kuster -- V2] rename kernel-kfrag to kernel-features --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 8693ab86be..493136dfb0 100644 ---

[OE-core] [v2][PATCH 3/3] kernel-features: add ima kfrag selection

2021-05-31 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/classes/kernel-features.bbclass | 4 1 file changed, 4 insertions(+) diff --git a/meta/classes/kernel-features.bbclass b/meta/classes/kernel-features.bbclass index 5735edbd7d..2531b42d59 100644 --- a/meta/classes/kernel-features.bbclass +++

Re: [OE-core] [v2][PATCH 2/3] kernel.bbclass: link in kernel-features

2021-05-31 Thread Bruce Ashfield
On Mon, May 31, 2021 at 2:41 PM akuster808 wrote: > > > > On 5/31/21 11:20 AM, Bruce Ashfield wrote: > > Thanks for v2! > > > > On Mon, May 31, 2021 at 2:16 PM Armin Kuster wrote: > >> Signed-off-by: Armin Kuster > >> > >> -- > >> V2] > >> rename kernel-kfrag to kernel-features > >> --- > >>

[OE-core] [PATCH 2/2] package_manager/rpm: decode systemctl failures

2021-05-31 Thread Armin Kuster
Parse systemctl error to provide more info [Yocto #14395] Signed-off-by: Armin Kuster --- meta/lib/oe/package_manager/rpm/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/lib/oe/package_manager/rpm/__init__.py b/meta/lib/oe/package_manager/rpm/__init__.py index

[OE-core] [PATCH 0/2] RFC???

2021-05-31 Thread Armin Kuster
I ran into an issue with a systemd service that had a depend. The post init error message was a bit misleading; ERROR: security-build-image-1.0-r0 do_rootfs: Postinstall scriptlets of ['clamav-daemon'] have failed. If the intention is to defer them to first boot, then please place them into

[OE-core] [PATCH 1/2] systemctl: Stop tracebacks use formated error messages

2021-05-31 Thread Armin Kuster
When systemctl fail it would throw an exception and dump a traceback. Lets use a more controlled workflow. [Yocto #14395] Signed-off-by: Armin Kuster --- .../systemd/systemd-systemctl/systemctl | 24 +++ 1 file changed, 19 insertions(+), 5 deletions(-) diff --git

Re: [OE-core] gdb-cross-canadian-arm includes 64bit inc file when enable multilib

2021-05-31 Thread leimaohui
ping > -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of leimaohui > Sent: Wednesday, May 26, 2021 8:03 AM > To: openembedded-core@lists.openembedded.org; Khem Raj > (raj.k...@gmail.com) > Subject: [OE-core] gdb-cross-canadian-arm includes 64bit inc file

[OE-core] [PATCH] elfutils: upgrade 0.183 -> 0.185

2021-05-31 Thread zangrc
From: Wang Mingyu 0001-add-support-for-ipkg-to-debuginfod.cxx.patch Removed since this is included in 0.185. Refresh the following patch: 0001-debuginfod-debuginfod-client.c-correct-string-format.patch 0015-config-eu.am-do-not-use-Werror.patch Signed-off-by: Wang Mingyu ---

[OE-core] [PATCH] nativesdk-libdnf: fix installed and not shipped files

2021-05-31 Thread hongxu
Since commit [1] applied, PYTHON_INSTALL_DIR is not right on nativesdk build which caused [installed-vs-shipped] QA issue ... |Building for python3 |-- Python install dir is |tmp-glibc/work/x86_64-nativesdk-wrlinuxsdk-linux/nativesdk-libdnf/0.63.0-r0/

[OE-core] [PATCH] u-boot-tools: fix a mkimage signature issue

2021-05-31 Thread Ming Liu
From: Ming Liu A following error was observed: | Can't write signature for 'signature@1' signature node in 'c...@imx6ull-colibri-wifi-eval-v3.dtb' conf node: | uboot-mkimage Can't add hashes to FIT blob: -1 This is caused by a wrong return value being used in uboot source. The return value

Re: [OE-core] follow up: keeping the source with an "externalsrc"-based recipe

2021-05-31 Thread Robert P. J. Day
On Mon, 31 May 2021, Quentin Schulz wrote: > Hi Robert, > > On Fri, May 28, 2021 at 05:02:13PM -0400, Robert P. J. Day wrote: > > On Fri, 28 May 2021, Quentin Schulz wrote: > > > > ... big snip ... > > > > > ${B} = ${S} by default, so that might explain why it works without > > > externalsrc

Re: [OE-core] [PATCH] sstatesig.py: make it fatal error when sstate manifest isn't found

2021-05-31 Thread Andreas Müller
On Mon, May 31, 2021 at 3:25 AM Andreas Müller via lists.openembedded.org wrote: > > On Wed, May 19, 2021 at 6:46 PM Konrad Weihmann wrote: > If I am not mistaken this breaks wide areas of meta-freescale + > meta-qt5-extra. I have seen the manifest warning using meta-freescale > for long time

Re: [OE-core] follow up: keeping the source with an "externalsrc"-based recipe

2021-05-31 Thread Robert P. J. Day
On Mon, 31 May 2021, Quentin Schulz wrote: > > LICENSE = "CLOSED" > > LIC_FILES_CHKSUM = "" > > FILESEXTRAPATHS_prepend := "${THISDIR}:" > > SRC_URI := "file://src" > > No need for := here, a simple = should suffice? > > > S = "${WORKDIR}/src" > > > > Why not put the sources in: >

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

2021-05-31 Thread Sangeeta Jain
Hi all, This is the full report for yocto-3.1.8.rc1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. 1 new issue found: BUG id:14414 - [QA 3.1.8 RC1] failure in ptest :

Re: [OE-core] [PATCH] bash: fix non-fatal error in log.do_configure

2021-05-31 Thread Alexander Kanavin
On Mon, 31 May 2021 at 03:29, Changqing Li wrote: > This does look like something that should be properly fixed upstream, can > you rather make a patch that fixes the issue at the source please? > > Upstream uses m4/gettext.m4 included in it's source tree, which is lower > version. so don't

Re: [OE-core] switching some legacy bbclass stuff to use "noexec"

2021-05-31 Thread Quentin Schulz
Hi Robert, On Sun, May 30, 2021 at 04:31:24PM -0400, Robert P. J. Day wrote: > > am i right in assuming that stuff like this in ptest.bbclass: > > do_configure_ptest() { > : > } > > can be replaced by using the "noexec" flag? > No. [noexec] effectively disables the whole task

Re: [OE-core] follow up: keeping the source with an "externalsrc"-based recipe

2021-05-31 Thread Quentin Schulz
Hi Robert, On Fri, May 28, 2021 at 05:02:13PM -0400, Robert P. J. Day wrote: > On Fri, 28 May 2021, Quentin Schulz wrote: > > ... big snip ... > > > ${B} = ${S} by default, so that might explain why it works without > > externalsrc being inherited. > > > > You can see in the makefile that this