Re: [yocto] [scarthgap] circular dependency issue #kernel #rpi #scarthgap #yocto

2025-02-03 Thread Gyorgy Sarvari via lists.yoctoproject.org
Even though you don't mention it explicitly, it sounds like you actually found the root cause, is this not the case? If not: there are multiple "recipes-security" folders in popular layers: there is one in meta-oe, meta-security, meta-selinux... and more. Which one do you mean (especially, whi

Re: [yocto] Incompatible license in yocto

2025-02-03 Thread Manju RR via lists.yoctoproject.org
Here I need to check for everything image build. After making this change I'm trying to build every image and seeing lot of compilation errors. On Mon, 3 Feb, 2025, 4:22 pm Alexander Kanavin, wrote: > On Mon, 3 Feb 2025 at 11:26, Yoann Congal via lists.yoctoproject.org > wrote: > >> I'm trying

[yocto] Incompatible license in yocto

2025-02-03 Thread Manju RR via lists.yoctoproject.org
-- Forwarded message - From: Manju RR Date: Mon, 3 Feb, 2025, 3:14 pm Subject: Incompatible license in yocto To: Hi Team, I'm trying to add INCOMPATIBLE_LICENSE = "GPL-3.0* LGPL-3.0*" to yocto build. I made this changes in distro include files but after making this changes get

Re: [yocto] Incompatible license in yocto

2025-02-03 Thread Yoann Congal via lists.yoctoproject.org
Hi, Le lun. 3 févr. 2025 à 11:04, Manju RR via lists.yoctoproject.org a écrit : > > -- Forwarded message - > From: Manju RR > Date: Mon, 3 Feb, 2025, 3:14 pm > Subject: Incompatible license in yocto > To: > > > Hi Team, > > I'm trying to add INCOMPATIBLE_LICENSE = "GPL-3.0* LGP

Re: [yocto] Incompatible license in yocto

2025-02-03 Thread Alexander Kanavin via lists.yoctoproject.org
On Mon, 3 Feb 2025 at 11:26, Yoann Congal via lists.yoctoproject.org wrote: >> I'm trying to add INCOMPATIBLE_LICENSE = "GPL-3.0* LGPL-3.0*" to yocto >> build. I made this changes in distro include files but after making this >> changes getting lot of compilation errors. Could you help me with

Re: [yocto] [scarthgap] circular dependency issue #kernel #rpi #scarthgap #yocto

2025-02-03 Thread Ganesh Mahajan via lists.yoctoproject.org
Hi Gyorgy, Thanks it worked was able to built image for *raspberrypi4* As you suggested i did remove my custom layer and tried to build for *MACHINE = raspberrypi4* it built successfully. And i started to add in layer by layer and recipe by recipe but when i add recipe named recipes-security i g

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

2025-02-03 Thread Stephen Jolley via lists.yoctoproject.org
All, Below is the list of top 29 bug owners as of the end of WW05 who have open medium or higher bugs and enhancements against YP 5.2. There are 1 possible work days left until the final release candidates for YP 5.2 needs to be released. Who Count ross.bur...@arm.com 35 bruce.ashfi...@gmail.com 2

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

2025-02-03 Thread Stephen Jolley via lists.yoctoproject.org
All, YP M+ or high bugs which moved to a new milestone in WW05 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 7600 syslinux: port extX support patches to syslinux community randy.macl...@windriver.com wi

[yocto] Enhancements/Bugs closed WW05!

2025-02-03 Thread Stephen Jolley via lists.yoctoproject.org
All, The below were the owners of enhancements or bugs closed during the last week! Who Count st...@sakoman.com 1 ross.bur...@arm.com 1 richard.pur...@linuxfoundation.org 1 Grand Total 3 Thanks, *Stephen K. Jolley* *Yocto Project Program Manager* (*Cell*:(208) 244-4460 *

Re: [yocto] [scarthgap] circular dependency issue #kernel #rpi #scarthgap #yocto

2025-02-03 Thread Ganesh Mahajan via lists.yoctoproject.org
Hi Gyorgy, Folder recipes-security it's my custom recipe which we use. On adding this recipe i get that error. Steps i followed to built only raspberrypi4 minimal image are as follows. 1 . Removed all custom layer and recipes from code base. 2. Built raspberrypi4 image which was successful. 3. T