[yocto-announce] [ANNOUNCEMENT] Yocto Project 3.1.22 (dunfell-23.0.22) is Released

2023-01-23 Thread Lee Chee Yang
Hi We are pleased to announce the Yocto Project 3.1.22 (dunfell-23.0.22) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.22/poky-dunfell-23.0.22.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-3.1.22/poky-dunfell-23.0.22.tar.bz2 A gpg

[yocto] [ANNOUNCEMENT] Yocto Project 3.1.22 (dunfell-23.0.22) is Released

2023-01-23 Thread Lee Chee Yang
Hi We are pleased to announce the Yocto Project 3.1.22 (dunfell-23.0.22) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.22/poky-dunfell-23.0.22.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-3.1.22/poky-dunfell-23.0.22.tar.bz2 A gpg

[yocto] M+ & H bugs with Milestone Movements WW03

2023-01-23 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW03 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 13889 python3 Windows distutils stubs regressed in upgrade to 3.8.2

[yocto] Enhancements/Bugs closed WW03!

2023-01-23 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count ross.bur...@arm.com 2 yoann.con...@smile.fr 2 richard.pur...@linuxfoundation.org 2 pa...@zhukoff.net 1 randy.macl...@windriver.com 1 alexandre.bell...@bootlin.com 1 Grand Total 9

[yocto] Current high bug count owners for Yocto Project 4.2

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

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2023-01-23 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: [yocto] [autobuilder][PATCH v2 1/1] builders: update send-qa-email name

2023-01-23 Thread Richard Purdie
On Mon, 2023-01-23 at 13:55 +, Richard Purdie via lists.yoctoproject.org wrote: > On Mon, 2023-01-23 at 13:33 +0100, Alexis Lothoré via > lists.yoctoproject.org wrote: > > Signed-off-by: Alexis Lothoré > > --- > > builders.py | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > >

Re: [yocto] [meta-raspberrypi] Is Preempt-rt still supported in master / latest releases? #raspberrypi

2023-01-23 Thread Andrei Gherzan
On Mon, Jan 23, 2023 at 11:47:59AM +0100, Alexander Kanavin wrote: > meta-raspberrypi kernel comes from > https://github.com/raspberrypi/linux and they stopped providing -rt > options some time ago. > > Your options are to apply the -rt patchset to regular rpi kernel and > enable needed options

Re: [yocto] [autobuilder][PATCH v2 1/1] builders: update send-qa-email name

2023-01-23 Thread Richard Purdie
On Mon, 2023-01-23 at 13:33 +0100, Alexis Lothoré via lists.yoctoproject.org wrote: > Signed-off-by: Alexis Lothoré > --- > builders.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/builders.py b/builders.py > index d942346..b052f71 100644 > --- a/builders.py > +++

[yocto] [autobuilder][PATCH v2 0/4] generate regression reports against proper releases

2023-01-23 Thread Alexis Lothoré via lists . yoctoproject . org
This is the 2nd version of work initiated to improve regression reports usefulness, started around issue YOCTO #1465 (https://bugzilla.yoctoproject.org/show_bug.cgi?id=14065). Please note : this new revision depends on another patch on yocto-autobuilder2 which updates name of qa-send-email in

[yocto] [autobuilder][PATCH v2 3/4] scripts/send-qa-email: Generate regression reports against most relevant release

2023-01-23 Thread Alexis Lothoré via lists . yoctoproject . org
Instead of only generating regressions reports against HEAD of relevant branch, compute most relevant tag (ie : release) against which we can check for regressions. General rules introduced are the following : - milestone release is checked against previous milestone if possible, otherwise

[yocto] [autobuilder][PATCH v2 1/1] builders: update send-qa-email name

2023-01-23 Thread Alexis Lothoré via lists . yoctoproject . org
Signed-off-by: Alexis Lothoré --- builders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders.py b/builders.py index d942346..b052f71 100644 --- a/builders.py +++ b/builders.py @@ -322,7 +322,7 @@ def create_parent_builder_factory(buildername, waitname):

[yocto] [autobuilder][PATCH v2 0/1] rename send-qa-email in builder

2023-01-23 Thread Alexis Lothoré via lists . yoctoproject . org
This patch is tightly coupled to the patch serie in yocto-autobuilder-helper which aims to improve regression reporting. This serie bring some renaming/reorganization in send-qa-email to allow unit testing it, so the script path used in autobuilder needs to be renamed. This patch is sent

[yocto] [autobuilder][PATCH v2 4/4] scripts/send_qa_email.py: add unit tests on previous version computation

2023-01-23 Thread Alexis Lothoré via lists . yoctoproject . org
The "previous version" computation bring many edge cases depending on the version under release. Add a basic test suite to validate currently implemented computation strategy and to prevent mistakes when ediiting it in the future Signed-off-by: Alexis Lothoré --- scripts/test_send_qa_email.py |

[yocto] [autobuilder][PATCH v2 1/4] scripts/send_qa_email.py: Rename send-qa-email to send_qa_email.py

2023-01-23 Thread Alexis Lothoré via lists . yoctoproject . org
This rename fixes send-qa-email regarding python guidelines, which allows to import the script content in another script (for unit testing purpose for example) Signed-off-by: Alexis Lothoré --- scripts/{send-qa-email => send_qa_email.py} | 0 scripts/shared-repo-unpack | 2 +-

[yocto] [autobuilder][PATCH v2 2/4] scripts/send_qa_email.py: Wrap send_qa_email.py content in function

2023-01-23 Thread Alexis Lothoré via lists . yoctoproject . org
This wrapping allows importing send_qa_email.py in another script without executing the QA emailing routine. This is useful for unit testing the script internal functions Signed-off-by: Alexis Lothoré --- scripts/send_qa_email.py | 287 --- 1 file changed,

Re: [yocto] [meta-raspberrypi] Is Preempt-rt still supported in master / latest releases? #raspberrypi

2023-01-23 Thread Alexander Kanavin
meta-raspberrypi kernel comes from https://github.com/raspberrypi/linux and they stopped providing -rt options some time ago. Your options are to apply the -rt patchset to regular rpi kernel and enable needed options via custom .bbappend, or take linux-yocto-rt and see how far you get. Alex On

[yocto] [meta-raspberrypi] Is Preempt-rt still supported in master / latest releases? #raspberrypi

2023-01-23 Thread Carles Sole via lists.yoctoproject.org
Hello all, I would like to understand if it is still possible to build an image for raspberrypi4-64 where the preempt-rt patch is applied to the kernel, e.g. by adding " PREFERRED_PROVIDER_virtual/kernel" to local.conf. I could see that in older branches of [meta-raspberrypi] there was a