|
[PATCH yocto-autobuilder-helper] config.json: add a PREEMPT_RT-rt test build
Build and test core-image-full-cmdline with the linux-yocto-rt kernel, adding the new rt test to verify that the kernel is actually the PREEMPT_RT version expected. Signed-off-by: Ross Burton <ross.bu
Build and test core-image-full-cmdline with the linux-yocto-rt kernel, adding the new rt test to verify that the kernel is actually the PREEMPT_RT version expected. Signed-off-by: Ross Burton <ross.bu
|
By
Ross Burton
·
|
|
Providing Read/Write permission to "etc" in Read only Rootfile system 3 messages
#zeus
#yocto
Greetings ! I am working on NXP's i.MX6UL SoC and I have successfully built a Read-only Rootfile system through Yocto. Now I am having a requirement of making only "/etc" as Read & Writable . So , Can
Greetings ! I am working on NXP's i.MX6UL SoC and I have successfully built a Read-only Rootfile system through Yocto. Now I am having a requirement of making only "/etc" as Read & Writable . So , Can
|
By
poornesh.g@...
·
|
|
[PATCH v2] auto-generate releases.rst
From: Michael Opdenacker <michael.opdenacker@...> From: Quentin Schulz <quentin.schulz@...> In order to maintain one less file, let's auto-generate the releases.rst file which contains a link for each
From: Michael Opdenacker <michael.opdenacker@...> From: Quentin Schulz <quentin.schulz@...> In order to maintain one less file, let's auto-generate the releases.rst file which contains a link for each
|
By
Michael Opdenacker
·
|
|
Let's drop x86-x32 (was Re: [OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1)
Note: this update fails on x32 with | configure: error: unrecognized GNU build triplet linux-gnux32 This time I want to put my foot down and suggest that we just drop the whole x32 variant from the au
Note: this update fails on x32 with | configure: error: unrecognized GNU build triplet linux-gnux32 This time I want to put my foot down and suggest that we just drop the whole x32 variant from the au
|
By
Alexander Kanavin
·
|
|
How to enable UTF-8 locale for tmux while using external toolchain
#dunfell
#linux
I am using the AM572x evaluation module with the TI SDK, which uses the linaro toolchain. I am trying to enable UTF-8 so that I can use tmux. I am enabling it using the follow method: unset IMAGE_LING
I am using the AM572x evaluation module with the TI SDK, which uses the linaro toolchain. I am trying to enable UTF-8 so that I can use tmux. I am enabling it using the follow method: unset IMAGE_LING
|
By
Jason C
·
|
|
[qa-build-notification] QA notification for completed autobuilder build (yocto-4.1_M2.rc1)
Hello everyone, Intel and WR YP QA is planning for QA execution for YP build yocto-4.1_M2.rc1. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-
Hello everyone, Intel and WR YP QA is planning for QA execution for YP build yocto-4.1_M2.rc1. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-
|
By
Teoh, Jay Shen
·
|
|
QA notification for completed autobuilder build (yocto-4.1_M2.rc1)
A build flagged for QA (yocto-4.1_M2.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-4.1_M2.rc1 Build hash information: bitbake: b171aa45fb85
A build flagged for QA (yocto-4.1_M2.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-4.1_M2.rc1 Build hash information: bitbake: b171aa45fb85
|
By
Pokybuild User
·
|
|
Hash Equivalence Server Domain Change
We are moving the hash equivalence server to dedicated servers. As part of the change we need to change the domain. Please update any BB_HASHSERVE_UPSTREAM variables from "typhoon.yocto.io:8687" to "h
We are moving the hash equivalence server to dedicated servers. As part of the change we need to change the domain. Please update any BB_HASHSERVE_UPSTREAM variables from "typhoon.yocto.io:8687" to "h
|
By
Michael Halstead
·
|
|
[PATCH yocto-autobuilder-helper] run-docs-build: allow build warnings again 6 messages
From: Michael Opdenacker <michael.opdenacker@...> This allows to switch to a more recent of Sphinx which will generate warnings with old versions of docs. This way, it's not immediately necessary to p
From: Michael Opdenacker <michael.opdenacker@...> This allows to switch to a more recent of Sphinx which will generate warnings with old versions of docs. This way, it's not immediately necessary to p
|
By
Michael Opdenacker
·
|
|
Yocto Project Status 19 July 2022 (WW29)
Current Dev Position: YP 4.1 M3 Next Deadline: 22nd August 2022 YP 4.1 M3 Build Next Team Meetings: Bug Triage meeting Thursday July 21st 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0b
Current Dev Position: YP 4.1 M3 Next Deadline: 22nd August 2022 YP 4.1 M3 Build Next Team Meetings: Bug Triage meeting Thursday July 21st 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0b
|
By
Neal Caidin
·
|
|
[AUH][PATCH 2/2] upgrade-helper: attach a tarball with patches and other artefacts to summary emails
This is optional, enabled by default, and allows easy extraction of patches and other information to one's local disk (no need to go over individual maintainer emails). Signed-off-by: Alexander Kanavi
This is optional, enabled by default, and allows easy extraction of patches and other information to one's local disk (no need to go over individual maintainer emails). Signed-off-by: Alexander Kanavi
|
By
Alexander Kanavin
·
|
|
[AUH][PATCH 1/2] emailhandler: correctly send binary attachments
MIMEBase should not be used directly and results in sending raw binary data without encoding it with base64. Signed-off-by: Alexander Kanavin <alex@...> --- modules/utils/emailhandler.py | 6 ++---- 1
MIMEBase should not be used directly and results in sending raw binary data without encoding it with base64. Signed-off-by: Alexander Kanavin <alex@...> --- modules/utils/emailhandler.py | 6 ++---- 1
|
By
Alexander Kanavin
·
|
|
[docs] [PATCH] auto-generate releases.rst
Hi Quentin That's brilliant, thanks a lot! Just a few comments below... Don't forget to add your name to the authors at the beginning of the script and what the script does now. Thanks again! Cheers M
Hi Quentin That's brilliant, thanks a lot! Just a few comments below... Don't forget to add your name to the authors at the beginning of the script and what the script does now. Thanks again! Cheers M
|
By
Michael Opdenacker
·
|
|
[PATCH yocto-autobuilder-helper 2/2] scripts/run-docs-build: do not checkout releases.rst from master anymore
Master branch of the yocto-docs now autogenerates the releases.rst file and the file therefore does not exist anymore. Signed-off-by: Quentin Schulz <foss+yocto@...> --- scripts/run-docs-build | 2 +-
Master branch of the yocto-docs now autogenerates the releases.rst file and the file therefore does not exist anymore. Signed-off-by: Quentin Schulz <foss+yocto@...> --- scripts/run-docs-build | 2 +-
|
By
Quentin Schulz
·
|
|
[PATCH yocto-autobuilder-helper 1/2] scripts: run-docs-build: use latest version of set_versions.py script
From: Quentin Schulz <quentin.schulz@...> `git checkout <pathspec>` without <tree-ish> only undo the changes made to pathspec compared to HEAD. It is not guaranteed that HEAD is on latest commit of ma
From: Quentin Schulz <quentin.schulz@...> `git checkout <pathspec>` without <tree-ish> only undo the changes made to pathspec compared to HEAD. It is not guaranteed that HEAD is on latest commit of ma
|
By
Quentin Schulz
·
|
|
[PATCH] auto-generate releases.rst
From: Quentin Schulz <quentin.schulz@...> In order to maintain one less file, let's auto-generate the releases.rst file which contains a link for each release ever released. This gets auto-generated b
From: Quentin Schulz <quentin.schulz@...> In order to maintain one less file, let's auto-generate the releases.rst file which contains a link for each release ever released. This gets auto-generated b
|
By
Quentin Schulz
·
|
|
Enhancements/Bugs closed WW29!
All, The below were the owners of enhancements or bugs closed during the last week! Who Count randy.macleod@... 4 ross.burton@... 1 Grand Total 5 Thanks, Stephen K. Jolley Yocto Project Program Manage
All, The below were the owners of enhancements or bugs closed during the last week! Who Count randy.macleod@... 4 ross.burton@... 1 Grand Total 5 Thanks, Stephen K. Jolley Yocto Project Program Manage
|
By
Stephen Jolley
·
|
|
Current high bug count owners for Yocto Project 4.1
All, Below is the list as of top 37 bug owners as of the end of WW29 of who have open medium or higher bugs and enhancements against YP 4.1. There are 72 possible work days left until the final releas
All, Below is the list as of top 37 bug owners as of the end of WW29 of who have open medium or higher bugs and enhancements against YP 4.1. There are 72 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
·
|
|
[PATCHv2 2/2] image-without-static-linkage: add selftest
From 87c3c8cc4f3e67b2bc06af53705f18c0a9de5dd7 Mon Sep 17 00:00:00 2001 From: Johannes Schilling <johannes.schilling@...> Date: Mon, 27 Jun 2022 16:12:25 +0200 Subject: [PATCH 2/2] image-without-static
From 87c3c8cc4f3e67b2bc06af53705f18c0a9de5dd7 Mon Sep 17 00:00:00 2001 From: Johannes Schilling <johannes.schilling@...> Date: Mon, 27 Jun 2022 16:12:25 +0200 Subject: [PATCH 2/2] image-without-static
|
By
Schilling, Johannes
·
|