[yocto] [yocto-autobuilder2][PATCH] schedulers: use proper bitbake repo and branch for abelloni-next

2024-01-08 Thread Alexandre Belloni via lists.yoctoproject.org
From: Alexandre Belloni Signed-off-by: Alexandre Belloni --- schedulers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schedulers.py b/schedulers.py index 5c2ba5e1b8bd..c14b7678b5fd 100644 --- a/schedulers.py +++ b/schedulers.py @@ -45,6 +45,8 @@ branchdefaults = {

Re: [yocto] Problem with overlayed recipes

2024-01-08 Thread Marco Cavallini
Hi Daniele, maybe you forgot to add your layer *meta-mytest* to *bblayers.conf* ? Ciao -- Marco Cavallini | KOAN sas Bergamo - Italia embedded software engineering ✆:+39 351-9518710 https://KoanSoftware.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

[linux-yocto][linux-yocto v6.1] kernel code for for marvell octeon

2024-01-08 Thread Ruiqiang Hao via lists.yoctoproject.org
Hi Bruce, Please help to merge following PR into our linux-yocto repo. repo: linux-yocto branch: v6.1/standard/cn-sdkv5.15/octeon Thanks, Ruiqiang The following changes since commit 85675a982b45af594a8b7066ec345d9ce9253b3a: Merge branch 'v6.1/standard/base' into

[linux-yocto][linux-yocto v6.1] kernel code for for marvell octeon[RT]

2024-01-08 Thread Ruiqiang Hao via lists.yoctoproject.org
Hi Bruce, Please help to merge following PR into our linux-yocto repo. repo: linux-yocto branch: v6.1/standard/preempt-rt/cn-sdkv5.15/octeon Thanks, Ruiqiang The following changes since commit 85dcdbd7ee65c485f5d8f5607e47f5e1e1085439: Merge branch

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

2024-01-08 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW01 are listed below: Priority Bug ID Short Description Changer Owner Was Became High 15334 opkg-utils 0.6.3 upgrade causes different GID values in ipk and image

[yocto] Enhancements/Bugs closed WW01!

2024-01-08 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count tim.orl...@konsulko.com 3 richard.pur...@linuxfoundation.org 3 sundeep.kokko...@windriver.com 1 randy.macl...@windriver.com 1 bruce.ashfi...@gmail.com 1 alexandre.bell...@bootlin.com 1 Grand Total 10

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

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

[yocto] Problem with overlayed recipes

2024-01-08 Thread Daniele Lugli
Hi all, I am trying to to generate an image with PREEMPT_RT kernel for an intel-corei7-64 target machine. I see that the meta-intel layer already has a couple of recipes for that in recipes-rt/images/core-image-rt.bb and core-image-rt-sdk.bb, so I add this layer. I choose core-image-rt-sdk.bb

[yocto] [RFC PATCH v2 2/3] add nodejs-18 from mickledore

2024-01-08 Thread António Oliveira
Signed-off-by: António Oliveira --- .../nodejs/nodejs-oe-cache-18.18/oe-npm-cache | 77 .../nodejs/nodejs-oe-cache-native_18.18.bb| 21 ++ ...e-running-gyp-files-for-bundled-deps.patch | 51 + .../nodejs/0001-Using-native-binaries.patch | 77

[yocto] [RFC PATCH v2 3/3] add layer configuration for default node

2024-01-08 Thread António Oliveira
* declared dependency on meta-openembedded to meet depends of nodejs when built with default settings. * added selector for default version of nodejs. Signed-off-by: António Oliveira --- conf/layer.conf | 6 ++ 1 file changed, 6 insertions(+) diff --git a/conf/layer.conf

[yocto] [RFC PATCH v2 0/3] lts mixin: kirkstone/nodejs proposal

2024-01-08 Thread António Oliveira
Hi all, This patch contains my proposal for an mixin layer that adds nodejs v18 to kirkstone. Kirkstone ships with nodejs-16, whose maintenance window ended in October 2023 (a). Kirkstone will be supported until April 2026 and it would be nice to have some level of support for a maintained

[yocto] [RFC PATCH v2 1/3] initial commit: license, readme, conf

2024-01-08 Thread António Oliveira
From: António Oliveira Signed-off-by: António Oliveira --- COPYING.MIT | 17 + README | 22 ++ conf/layer.conf | 15 +++ 3 files changed, 54 insertions(+) create mode 100644 COPYING.MIT create mode 100644 README create mode 100644

[yocto] [yocto-autobuilder2] [PATCH] schedulers: Drop mickledore for meta-oe/layer-checks

2024-01-08 Thread Richard Purdie
Signed-off-by: Richard Purdie --- schedulers.py | 6 -- 1 file changed, 6 deletions(-) diff --git a/schedulers.py b/schedulers.py index 4d7522a9..b8ff44b5 100644 --- a/schedulers.py +++ b/schedulers.py @@ -487,12 +487,6 @@