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

2022-04-04 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

Re: [OE-core] [PATCH 5/6] linux-yocto/5.15: features/security: Move x86_64 configs to separate file

2022-04-04 Thread Bruce Ashfield
This is good, it has passed my local tests, no new warnings were introduced. Bruce On Mon, Apr 4, 2022 at 3:20 PM Bruce Ashfield via lists.openembedded.org wrote: > I've heard this may be causing warnings on some configurations. > > I'm re-testing this now, and will follow up one way or the oth

Re: [OE-core] [PATCH v2 3/3] apt: add apt selftest to test signed package feeds

2022-04-04 Thread Richard Purdie
On Mon, 2022-04-04 at 19:35 +0200, Ferry Toth wrote: > Hi, > > Op 04-04-2022 om 15:58 schreef Richard Purdie: > > On Sun, 2022-04-03 at 21:50 +0200, Ferry Toth wrote: > > > From: Ferry Toth > > > > > > Since Gatesgarth apt (1.8.2) has become more strict and doesn’t allow > > > unsigned reposito

Re: [OE-core] [PATCH 5/6] linux-yocto/5.15: features/security: Move x86_64 configs to separate file

2022-04-04 Thread Bruce Ashfield
I've heard this may be causing warnings on some configurations. I'm re-testing this now, and will follow up one way or the other. But until then, there's no sense queuing them. Bruce On Mon, Apr 4, 2022 at 11:19 AM wrote: > From: Bruce Ashfield > > Integrating the following commit(s) to linux

Re: [OE-core] [PATCH v2 3/3] apt: add apt selftest to test signed package feeds

2022-04-04 Thread Ferry Toth
Hi, Op 04-04-2022 om 15:58 schreef Richard Purdie: On Sun, 2022-04-03 at 21:50 +0200, Ferry Toth wrote: From: Ferry Toth Since Gatesgarth apt (1.8.2) has become more strict and doesn’t allow unsigned repositories by default. Currently when building images this requirement is worked around by

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

2022-04-04 Thread Sundeep KOKKONDA
The build shows below error while building for arm machines. Exception: TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' Detailed error info : https://lists.openembedded.org/g/openembedded-core/message/164004 All the target definitions within tspec dict

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

2022-04-04 Thread Sundeep KOKKONDA
Hi Alex, Commit message updated. Thanks, Sundeep K. -Original Message- From: Alexander Kanavin Sent: Monday, April 4, 2022 9:38 PM To: Sundeep KOKKONDA Cc: OE-core Subject: Re: [OE-core] meta: rust: Bug fix for target definitions returning 'NoneType' Thanks for the explanations! C

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

2022-04-04 Thread Alexander Kanavin
Thanks for the explanations! Can you place this information into the commit message? Alex On Mon, 4 Apr 2022 at 18:06, Sundeep KOKKONDA wrote: > > Hello Alex, > > Steps to reproduce: > > Set MACHINE ?= "qemuarm" in local.conf > bitbake core-image-minimal -cpopulate_sdk > > > Complete Error: > >

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

2022-04-04 Thread Sundeep KOKKONDA
Hello Alex, Steps to reproduce: * Set MACHINE ?= "qemuarm" in local.conf * bitbake core-image-minimal -cpopulate_sdk * Complete Error:* > > ERROR: rust-cross-canadian-arm-1.59.0-r0 do_rust_gen_targets: Error > executing a python function in exec_func_python() autogenerated: > > The stack trac

Re: [OE-core] [PATCH][dunfell] zlib: backport the fix for CVE-2018-25032

2022-04-04 Thread Steve Sakoman
On Wed, Mar 30, 2022 at 12:57 PM Steve Sakoman wrote: > > On Wed, Mar 30, 2022 at 10:40 AM Ross Burton wrote: > > > > Hm, turns out I was being too clever back in 2019. > > > > Anuj: the quick fix is to not use :prepend/:remove to manipulate > > SRC_URI, but just override it entirely. You won't

[OE-core] [PATCH 6/6] linux-yocto/5.10: features/security: Move x86_64 configs to separate file

2022-04-04 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/.: 2278ed571c1 features/security: Move x86_64 configs to separate file Signed-off-by: Kamil Dziezyk Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb | 2 +- meta/recipes-kernel/lin

[OE-core] [PATCH 4/6] linux-yocto-rt/5.15: aufs: compile fix

2022-04-04 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto-rt/5.15: 29d051cc421a aufs: update compile fix for v5.15+ preempt-rt kernels Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[OE-core] [PATCH 5/6] linux-yocto/5.15: features/security: Move x86_64 configs to separate file

2022-04-04 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/.: 63e25b57177 features/security: Move x86_64 configs to separate file Signed-off-by: Kamil Dziezyk Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb | 2 +- meta/recipes-kernel/lin

[OE-core] [PATCH 3/6] linux-yocto/5.15: aufs: fixes and optimization

2022-04-04 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.15: b98d189df02c aufs: bugfix, umount passes NULL to ->parse_monolithic() 13b883cbbbd9 aufs standalone: cosmetic, missing copyright sentence 21f8b0d81898 aufs: 5.15.5-20220117 ---> 5.15.5-20220221 6199fd896

[OE-core] [PATCH 2/6] linux-yocto/5.10: update to v5.10.109

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

[OE-core] [PATCH 0/6] kernel-yocto: consolidated pull request

2022-04-04 Thread Bruce Ashfield
From: Bruce Ashfield Richard, A few aufs fixes, -stable and a configuration fixup for ARM/x86 split, but otherwise, not a lot here. I know the release is going to be cut shortly, so these can either be post or in the release, obviously up to you. I'm sitting on other changes that might cause is

[OE-core] [PATCH 1/6] linux-yocto/5.15: update to v5.15.32

2022-04-04 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: e29be6724adb Linux 5.15.32 60981bb5ce18 llc: only change llc->dev when bind() succeeds 22ac37c53065 nds32: fix access_ok() checks in get/put_user 110dea31d48f m

[OE-core] [PATCH] kmod: Update exclude patch to Accepted

2022-04-04 Thread Saul Wold
Upstream made a few tweaks and accepted the patch. Signed-off-by: Saul Wold --- ...dd-support-for-excluding-a-directory.patch | 35 ++- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/meta/recipes-kernel/kmod/kmod/0001-depmod-Add-support-for-excluding-a-directory

Re: [OE-core] [PATCH v2 3/3] apt: add apt selftest to test signed package feeds

2022-04-04 Thread Richard Purdie
On Sun, 2022-04-03 at 21:50 +0200, Ferry Toth wrote: > From: Ferry Toth > > Since Gatesgarth apt (1.8.2) has become more strict and doesn’t allow > unsigned repositories by default. > Currently when building images this requirement is worked around by using > [allow-insecure=yes] and > equivale

[OE-core] [PATCH] vim: Upgrade 8.2.4524 -> 8.2.4681

2022-04-04 Thread Richard Purdie
License change is a date in the license file only. This includes a fix for CVE-2022-0943. Signed-off-by: Richard Purdie --- meta/recipes-support/vim/vim.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.

[OE-core] [PATCH] knotty.py: Show elapsed time also for tasks with progress bars

2022-04-04 Thread Peter Kjellerstedt
While the progress bar is good at conveying information about how much of a task has executed, the elapsed time of the task is still very much relevant to show. Signed-off-by: Peter Kjellerstedt --- bitbake/lib/bb/ui/knotty.py | 22 +++--- 1 file changed, 11 insertions(+), 11 del

Re: [oe-core][PATCH 1/1] unzip: fix CVE-2021-4217

2022-04-04 Thread Richard Purdie
On Thu, 2022-03-31 at 20:47 +0200, Alexander Kanavin wrote: > The origin of the patch needs to be better explained, right now it > seems like a random thing off the internet. Upstream-Status is > certainly not inappropriate, as it is a security fix. I've tweaked the headers a bit on this to show t

Re: [OE-core] [PATCH] popt: add ptest

2022-04-04 Thread Alexander Kanavin
Hello Simone, if they were involved in making this patch, then signed-off-by should be changed to their current email address. Or you can simply remove that line if you don't know how to reach them. Alex On Mon, 4 Apr 2022 at 12:48, Weiß, Simone wrote: > > Hello, > > Thanks for the reply. Sure,

[OE-core] [PATCH] bitbake.conf: Drop unexports from a different era

2022-04-04 Thread Richard Purdie
A long time ago, we used to pass our parent execution environment into our task environments during build. We stopped doing that for reproducibility and consistency of builds. The variables TARGET_ARCH, DISTRO and MACHINE are not exported into tasks and hence we don't need to unexport them. The re

Re: [OE-core] [PATCH] multipath-tools: update SRC_URI

2022-04-04 Thread Minjae Kim
I think that this commit move to meta-oe. please ignore it! -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#163987): https://lists.openembedded.org/g/openembedded-core/message/163987 Mute This Topic: https://lists.openembedded.org/mt/90239281/21656

[OE-core] [PATCH] multipath-tools: update SRC_URI

2022-04-04 Thread Minjae Kim
The git repo for multipath-tools was changed, so update the SRC_URI accordingly with the new link. Signed-off-by:Minjae Kim --- .../recipes-support/multipath-tools/multipath-tools_0.8.4.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/multipath-to

Re: [OE-core] [PATCH] popt: add ptest

2022-04-04 Thread Simone Weiss
Hello, Thanks for the reply. Sure, I can also submit the patch to popt first. Regarding David's mail address: The person does not work at my company anymore, hence this mail address is not valid. What would be suggested in this case? Thanks, Simone As it is my first time submitting here On Fri, 2

Re: [OE-core] [dunfell][PATCH] boost-native: fix build on recent host distros

2022-04-04 Thread Adrian Freihofer
@Steve Please ignore this patch in favor of the patch from Martin which is more complete than mine. On Sun, 2022-04-03 at 18:25 +0200, Martin Jansa wrote: > I've already sent fix for this earlier this week, > see https://lists.openembedded.org/g/openembedded-core/message/163944 > > On Sun, Apr 3,