|
[autobuilder][PATCH v3 2/5] scripts/send_qa_email.py: Wrap send_qa_email.py content in function
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é
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é
|
By
Alexis Lothoré
·
|
|
[autobuilder][PATCH v3 1/5] scripts/send_qa_email.py: Rename send-qa-email to send_qa_email.py
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é <alexis.lo
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é <alexis.lo
|
By
Alexis Lothoré
·
|
|
Yocto Project Status 24 January 2023 (WW04)
Current Dev Position: YP 4.2 M2 Next Deadline: 23rd January 2023 YP 4.2 M2 Build Next Team Meetings: Bug Triage meeting Thursday January 26th 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM
Current Dev Position: YP 4.2 M2 Next Deadline: 23rd January 2023 YP 4.2 M2 Build Next Team Meetings: Bug Triage meeting Thursday January 26th 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM
|
By
Stephen Jolley
·
|
|
[ANNOUNCEMENT] Yocto Project 3.1.22 (dunfell-23.0.22) is Released
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.b
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.b
|
By
Lee Chee Yang
·
|
|
M+ & H bugs with Milestone Movements WW03
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 u
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 u
|
By
Stephen Jolley
·
|
|
Enhancements/Bugs closed WW03!
All, The below were the owners of enhancements or bugs closed during the last week! Who Count ross.burton@... 2 yoann.congal@... 2 richard.purdie@... 2 pavel@... 1 randy.macleod@... 1 alexandre.bellon
All, The below were the owners of enhancements or bugs closed during the last week! Who Count ross.burton@... 2 yoann.congal@... 2 richard.purdie@... 2 pavel@... 1 randy.macleod@... 1 alexandre.bellon
|
By
Stephen Jolley
·
|
|
Current high bug count owners for Yocto Project 4.2
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 releas
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 releas
|
By
Stephen Jolley
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
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
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
|
By
Stephen Jolley
·
|
|
[autobuilder][PATCH v2 1/1] builders: update send-qa-email name
3 messages
Signed-off-by: Alexis Lothoré <alexis.lothore@...> --- builders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders.py b/builders.py index d942346..b052f71 100644 --- a/build
Signed-off-by: Alexis Lothoré <alexis.lothore@...> --- builders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders.py b/builders.py index d942346..b052f71 100644 --- a/build
|
By
Alexis Lothoré
·
|
|
[autobuilder][PATCH v2 0/1] rename send-qa-email in builder
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 te
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 te
|
By
Alexis Lothoré
·
|
|
[autobuilder][PATCH v2 4/4] scripts/send_qa_email.py: add unit tests on previous version computation
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 w
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 w
|
By
Alexis Lothoré
·
|
|
[autobuilder][PATCH v2 3/4] scripts/send-qa-email: Generate regression reports against most relevant release
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 fo
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 fo
|
By
Alexis Lothoré
·
|
|
[autobuilder][PATCH v2 0/4] generate regression reports against proper releases
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 r
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 r
|
By
Alexis Lothoré
·
|
|
[autobuilder][PATCH v2 2/4] scripts/send_qa_email.py: Wrap send_qa_email.py content in function
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é
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é
|
By
Alexis Lothoré
·
|
|
[autobuilder][PATCH v2 1/4] scripts/send_qa_email.py: Rename send-qa-email to send_qa_email.py
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é <alexis.lo
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é <alexis.lo
|
By
Alexis Lothoré
·
|
|
SSTATE_DIR by MACHINE target?
4 messages
Hi, is it possible to have SSTATE_DIR overrides based on the MACHINE target or SOC family? For example, is this valid: SSTATE_DIR:sama5 = "/path/to/sstate_a5" SSTATE_DIR:rpi = "/path/to/sstate_rpi" ..
Hi, is it possible to have SSTATE_DIR overrides based on the MACHINE target or SOC family? For example, is this valid: SSTATE_DIR:sama5 = "/path/to/sstate_a5" SSTATE_DIR:rpi = "/path/to/sstate_rpi" ..
|
By
mattwood2000@...
·
|
|
linux script command
2 messages
Does Yocto support the Linux script command, and how would I enable it for kernel use ? I am currently using Zeus release… Thanks, Steve
Does Yocto support the Linux script command, and how would I enable it for kernel use ? I am currently using Zeus release… Thanks, Steve
|
By
Monsees, Steven C (US)
·
|
|
bitbake controlling memory use
52 messages
My build machine has 8 cores + HT so bitbake enthusiastically assumes 16. However I have (only?) 16GB of RAM (+24GB swap space). 16GB of RAM has always been more then enough with 4 core + HT, but now
My build machine has 8 cores + HT so bitbake enthusiastically assumes 16. However I have (only?) 16GB of RAM (+24GB swap space). 16GB of RAM has always been more then enough with 4 core + HT, but now
|
By
Gmane Admin
·
|
|
Creating dependency on swu images
Hi, I am trying to prepare a wic for SD card for factory-flashing the device. For this I have prepared bootloader and initramfs (containing swupdate) on first partition, and I'm planing to store a bun
Hi, I am trying to prepare a wic for SD card for factory-flashing the device. For this I have prepared bootloader and initramfs (containing swupdate) on first partition, and I'm planing to store a bun
|
By
Marek S?omiany
·
|
|
OE Workshop in Brussels, February 6th - gentle reminder
Hello all you Open, Embedded, and even OpenEmbedded people out there! This is your gentle reminder that we are hosting an OE Workshop in Brussels on Monday, February 6th - the day after FOSDEM at Aven
Hello all you Open, Embedded, and even OpenEmbedded people out there! This is your gentle reminder that we are hosting an OE Workshop in Brussels on Monday, February 6th - the day after FOSDEM at Aven
|
By
Josef Holzmayr
·
|