|
[meta-zephyr][PATCH 3/5][langdale] CI: Set default branch to langdale
From: Peter Hoyes <Peter.Hoyes@...> Signed-off-by: Peter Hoyes <Peter.Hoyes@...> --- ci/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/base.yml b/ci/base.yml index 70ada
From: Peter Hoyes <Peter.Hoyes@...> Signed-off-by: Peter Hoyes <Peter.Hoyes@...> --- ci/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/base.yml b/ci/base.yml index 70ada
|
By
Peter Hoyes
·
|
|
[meta-zephyr][PATCH 2/5][langdale] CI: add tags to all jobs
From: Peter Hoyes <Peter.Hoyes@...> Tag all jobs with the DEFAULT_TAG variable so each instance can control what tags the jobs have. Signed-off-by: Ross Burton <ross.burton@...> Signed-off-by: Jon Mas
From: Peter Hoyes <Peter.Hoyes@...> Tag all jobs with the DEFAULT_TAG variable so each instance can control what tags the jobs have. Signed-off-by: Ross Burton <ross.burton@...> Signed-off-by: Jon Mas
|
By
Peter Hoyes
·
|
|
[meta-zephyr][PATCH 5/5] zephyr-core: Add addpylib declaration
From: Peter Hoyes <Peter.Hoyes@...> OE-core 4901c9d471cab99d52876842980222ce271b66e4 "base: Switch to use addpylib directive and BB_GLOBAL_PYMODULES" means that ${LAYERDIR}/lib is no longer searched b
From: Peter Hoyes <Peter.Hoyes@...> OE-core 4901c9d471cab99d52876842980222ce271b66e4 "base: Switch to use addpylib directive and BB_GLOBAL_PYMODULES" means that ${LAYERDIR}/lib is no longer searched b
|
By
Peter Hoyes
·
|
|
[meta-zephyr][PATCH 4/5] zephyr-core/zephyr-kernel: Inhibit packaging steps with the Zephyr SDK
From: Peter Hoyes <Peter.Hoyes@...> The packaging step includes post-processing of elf files using objcopy and strip from the Yocto toolchain. When using the Zephyr SDK, the Yocto toolchain is explici
From: Peter Hoyes <Peter.Hoyes@...> The packaging step includes post-processing of elf files using objcopy and strip from the Yocto toolchain. When using the Zephyr SDK, the Yocto toolchain is explici
|
By
Peter Hoyes
·
|
|
[meta-zephyr][PATCH 3/5] zephyr-core/zephyr-kernel: Use layer-relative require for version file
From: Peter Hoyes <Peter.Hoyes@...> The inclusion of the Zephyr version-specific .inc file is currently using a local include. Change to be layer-relative to support including files in other layers. C
From: Peter Hoyes <Peter.Hoyes@...> The inclusion of the Zephyr version-specific .inc file is currently using a local include. Change to be layer-relative to support including files in other layers. C
|
By
Peter Hoyes
·
|
|
[meta-zephyr][PATCH 2/5] CI: add tags to all jobs
From: Peter Hoyes <Peter.Hoyes@...> Tag all jobs with the DEFAULT_TAG variable so each instance can control what tags the jobs have. Signed-off-by: Ross Burton <ross.burton@...> Signed-off-by: Jon Mas
From: Peter Hoyes <Peter.Hoyes@...> Tag all jobs with the DEFAULT_TAG variable so each instance can control what tags the jobs have. Signed-off-by: Ross Burton <ross.burton@...> Signed-off-by: Jon Mas
|
By
Peter Hoyes
·
|
|
Ownership issue during do_image
5 messages
Hello list, I currently migrate our project from warrior to dunfell and we experience some issues during the image generation step. We have a custom IMAGE_FSTYPES to meet our need and in one of our cu
Hello list, I currently migrate our project from warrior to dunfell and we experience some issues during the image generation step. We have a custom IMAGE_FSTYPES to meet our need and in one of our cu
|
By
Frederic Martinsons
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 12/15/2022
2 messages
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage Attendees: Richard Purdie, Steve Sakoman, Stephen Jolley, Randy Macleod, Joshua Watt, Ross Burton, Alexandre Belloni, Tim Orling, Michael Opdenacker
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage Attendees: Richard Purdie, Steve Sakoman, Stephen Jolley, Randy Macleod, Joshua Watt, Ross Burton, Alexandre Belloni, Tim Orling, Michael Opdenacker
|
By
sakib.sajal@...
·
|
|
[PATCH yocto-autobuilder2] config.py: add knowledge of meta-clang
We'd like to start building meta-clang as part of the autobuilder matrix, so add knowledge of meta-clang to builtbot. Signed-off-by: Ross Burton <ross.burton@...> --- config.py | 4 +++- 1 file changed
We'd like to start building meta-clang as part of the autobuilder matrix, so add knowledge of meta-clang to builtbot. Signed-off-by: Ross Burton <ross.burton@...> --- config.py | 4 +++- 1 file changed
|
By
Ross Burton
·
|
|
[qa-build-notification] QA notification for completed autobuilder build (yocto-4.0.6.rc1)
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-4.0.6.rc1. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. B
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-4.0.6.rc1. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. B
|
By
Jing Hui Tham
·
|
|
QA notification for completed autobuilder build (yocto-4.2_M1.rc1)
3 messages
A build flagged for QA (yocto-4.2_M1.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-4.2_M1.rc1 Build hash information: bitbake: 6709aedccbb2
A build flagged for QA (yocto-4.2_M1.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-4.2_M1.rc1 Build hash information: bitbake: 6709aedccbb2
|
By
Pokybuild User
·
|
|
SDK missing qemu 'user' backend type.
2 messages
#kirkstone
#sdk
Hi Yocto community, I run into an issue where I can't use the runqemu command by use of the SDK. It reports the following: "runqemu - ERROR - Failed to run qemu: qemu-system-arm: -netdev user,id=net0,
Hi Yocto community, I run into an issue where I can't use the runqemu command by use of the SDK. It reports the following: "runqemu - ERROR - Failed to run qemu: qemu-system-arm: -netdev user,id=net0,
|
By
Jeffrey Simons
·
|
|
[yocto-autobuilder2][PATCH 2/2] config.py: include 32 bit qemux86-ptest (full) into a-full
3 messages
The manually triggered test result is here: https://autobuilder.yoctoproject.org/typhoon/#/builders/141/builds/1 The execution time is similar to the 64 bit x86 full ptest, as valgrind has been exclud
The manually triggered test result is here: https://autobuilder.yoctoproject.org/typhoon/#/builders/141/builds/1 The execution time is similar to the 64 bit x86 full ptest, as valgrind has been exclud
|
By
Alexander Kanavin
·
|
|
QA notification for completed autobuilder build (yocto-4.0.6.rc1)
A build flagged for QA (yocto-4.0.6.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-4.0.6.rc1 Build hash information: bitbake: 7e268c107bb024
A build flagged for QA (yocto-4.0.6.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-4.0.6.rc1 Build hash information: bitbake: 7e268c107bb024
|
By
Pokybuild User
·
|
|
Yocto Project Status 13 December 2022 (WW50)
Current Dev Position: YP 4.2 M2 Next Deadline: 23th January 2023 YP 4.2 M2 Build Next Team Meetings: Bug Triage meeting Thursday December 15th 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3Fk
Current Dev Position: YP 4.2 M2 Next Deadline: 23th January 2023 YP 4.2 M2 Build Next Team Meetings: Bug Triage meeting Thursday December 15th 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3Fk
|
By
Stephen Jolley
·
|
|
[yocto-autobuilder2][PATCH 1/2] config.py: include qemux86-ptest-fast (32 bit) in a-quick
Signed-off-by: Alexander Kanavin <alex.kanavin@...> --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 3c67351..e638099 100644 --- a/config
Signed-off-by: Alexander Kanavin <alex.kanavin@...> --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 3c67351..e638099 100644 --- a/config
|
By
Alexander Kanavin
·
|
|
M+ & H bugs with Milestone Movements WW50
All, YP M+ or high bugs which moved to a new milestone in WW50 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 14201 Bitbake server intermittent timeout randy.macl
All, YP M+ or high bugs which moved to a new milestone in WW50 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 14201 Bitbake server intermittent timeout randy.macl
|
By
Stephen Jolley
·
|
|
Enhancements/Bugs closed WW50!
All, The below were the owners of enhancements or bugs closed during the last week! Who Count randy.macleod@... 4 michael.opdenacker@... 1 debrabander@... 1 steve@... 1 Grand Total 7 Thanks, Stephen K
All, The below were the owners of enhancements or bugs closed during the last week! Who Count randy.macleod@... 4 michael.opdenacker@... 1 debrabander@... 1 steve@... 1 Grand Total 7 Thanks, Stephen K
|
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 WW50 of who have open medium or higher bugs and enhancements against YP 4.2. There are 94 possible work days left until the final releas
All, Below is the list as of top 31 bug owners as of the end of WW50 of who have open medium or higher bugs and enhancements against YP 4.2. There are 94 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
·
|