[linux-yocto] [PATCH] octeontx-83xx: fix compilation issue caused by using uninitialized variable

2023-10-24 Thread Ruiqiang Hao via lists.yoctoproject.org
From: Ruiqiang Hao commit 1a7449b36bec ("octeontx-83: domain based driver for 83xx") use one uninitialized variable. Fix it to avoid following build warning: drivers/net/ethernet/cavium/octeontx-83xx/pki_main.c: In function 'pki_ecc_intr_handler':

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

2023-10-24 Thread Ruiqiang Hao via lists.yoctoproject.org
Hi Bruce, Please help to merge this patch into our linux-yocto repo. repo: linux-yocto branch: v6.1/standard/cn-sdkv5.15/octeon v6.1/standard/preempt-rt/cn-sdkv5.15/octeon Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

[yocto] OpenEmbedded Happy Hour October 25 9pm/2100 UTC

2023-10-24 Thread Denys Dmytriyenko
All, You are cordially invited to the next OpenEmbedded Happy Hour on October 25 for Asia/Pacific timezones @ 2100/9pm UTC (5pm ET / 2pm PT): https://www.openembedded.org/wiki/Calendar https://www.openembedded.org/wiki/Happy_Hours

Re: [yocto] [Poky - Kirstone] About supporting kernel 6.1.

2023-10-24 Thread Ming Wen
Hi Alex:   Got it. Thanks for your comments. Have a nice day~~   Best Regards! Ming Wen (闻明) SDK Team | Ambarella Shanghai -Original Message- From: Alexander Kanavin Sent: Monday, October 23, 2023 7:38 PM To: Ming Wen Cc: yocto@lists.yoctoproject.org Subject: [EXT] Re: [yocto] [Poky -

Re: [yocto] [yocto-autobuilder-helper] [PATCH] config.json: Make meta-oe source mirror config wider coverage

2023-10-24 Thread Richard Purdie
On Tue, 2023-10-24 at 10:15 -0700, Khem Raj wrote: > On 10/24/23 4:03 AM, Richard Purdie wrote: > > Some recipes depend on DISTRO_FEATURES, commercial licensing or compiler > > config like fortran. Set these things so that we get wider soruce mirror > > coverage and fewer warnings. > > > >

Re: [yocto] [yocto-autobuilder-helper] [PATCH] config.json: Make meta-oe source mirror config wider coverage

2023-10-24 Thread Khem Raj
On 10/24/23 4:03 AM, Richard Purdie wrote: Some recipes depend on DISTRO_FEATURES, commercial licensing or compiler config like fortran. Set these things so that we get wider soruce mirror coverage and fewer warnings. 'commercial' license usage is ok here since we're not building and then

Re: [yocto] Clang LLVM do_package strip error

2023-10-24 Thread Khem Raj
On Tue, Oct 24, 2023 at 6:33 AM Martin Townsend wrote: > > On Mon, Oct 23, 2023 at 5:43 PM Khem Raj wrote: > > > > On Mon, Oct 23, 2023 at 9:29 AM Martin Townsend > > wrote: > > > > > > Hi, > > > > > > I've updated the project I'm working on to kirkstone and using GCC it > > > is working. We

[yocto] Yocto Project Status 24 October 2023 (WW43)

2023-10-24 Thread Neal Caidin
Current Dev Position: YP 4.3 M4 (Feature Freeze) Next Deadline: 2nd October 2023 YP 4.3 M4 build date Next Team Meetings: - Bug Triage meeting Thursday October 26th 7:30 am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) - Weekly Project Engineering Sync

Re: [yocto] Clang LLVM do_package strip error

2023-10-24 Thread Martin Townsend
On Mon, Oct 23, 2023 at 5:43 PM Khem Raj wrote: > > On Mon, Oct 23, 2023 at 9:29 AM Martin Townsend > wrote: > > > > Hi, > > > > I've updated the project I'm working on to kirkstone and using GCC it > > is working. We want to move to Clang but I've seen a couple of > > recipes fail in

[yocto] [meta-mingw] [PATCH] SECURITY.md: add file

2023-10-24 Thread Richard Purdie
Add a SECURITY.md file with hints for security researchers and other parties who might report potential security vulnerabilities. Signed-off-by: Richard Purdie --- SECURITY.md | 24 1 file changed, 24 insertions(+) create mode 100644 SECURITY.md diff --git

[yocto] [yocto-autobuilder2] [PATCH] SECURITY.md: Add file

2023-10-24 Thread Richard Purdie
Add a SECURITY.md file with hints for security researchers and other parties who might report potential security vulnerabilities. Signed-off-by: Richard Purdie --- SECURITY.md | 13 + 1 file changed, 13 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md

[yocto] [yocto-autobuilder-helper] [PATCH] SECURITY.md: Add file

2023-10-24 Thread Richard Purdie
Add a SECURITY.md file with hints for security researchers and other parties who might report potential security vulnerabilities. Signed-off-by: Richard Purdie --- SECURITY.md | 24 1 file changed, 24 insertions(+) create mode 100644 SECURITY.md diff --git

[yocto] [yocto-autobuilder-helper] [PATCH] config.json: Make meta-oe source mirror config wider coverage

2023-10-24 Thread Richard Purdie
Some recipes depend on DISTRO_FEATURES, commercial licensing or compiler config like fortran. Set these things so that we get wider soruce mirror coverage and fewer warnings. 'commercial' license usage is ok here since we're not building and then shipping any binaries or using it, only mirroring

Re: [yocto] [yocto-autobuilder-helper][PATCH v2] AUH: Add Openembedded auto-update-helper with list of layer to test

2023-10-24 Thread Richard Purdie
Hi David, Comments below. I did try and sync up with Alex Kanavin so we have a consistent direction. On Tue, 2023-10-24 at 10:16 +0200, David PIERRET wrote: > On Fri, Oct 20, 2023 at 4:57 PM Richard Purdie > wrote: > > > > Hi David, > > > > Thanks for revising this, it is heading in the right

Re: [yocto] [yocto-autobuilder-helper][PATCH v2] AUH: Add Openembedded auto-update-helper with list of layer to test

2023-10-24 Thread Alexander Kanavin
On Tue, 24 Oct 2023 at 10:17, David Pierret wrote: > The iteration over a list was my first approach, but aborted following > review on patch v1. > The V1 review asked to allow the AUH to accept dynamic layers as parameters. > We maybe misunderstood each other. I would suggest that AUH changes

Re: [yocto] [yocto-autobuilder-helper][PATCH v2] AUH: Add Openembedded auto-update-helper with list of layer to test

2023-10-24 Thread David Pierret
Hi Richard, Thanks for the review, please find my feedback in follow. On Fri, Oct 20, 2023 at 4:57 PM Richard Purdie wrote: > > Hi David, > > Thanks for revising this, it is heading in the right direction. > > On Fri, 2023-10-20 at 16:05 +0200, David Pierret wrote: > > - Add setup and run