[yocto] I get an error with bitbake when a program requires libgpiod.

2023-12-24 Thread fgob...@hotmail.com
Hello, I'm running a project that uses yocto to produce a version of linux. The image must contain a program developed with eclipse CDT which uses the one contained in the SDK as a toolchain and I have added a recipes called isabusrun.bb which includes this application. Under these conditions

[linux-yocto][v5.15/standard/intel-sdk-5.15/intel-socfpga && v5.15/standard/preempt-rt/intel-sdk-5.15/intel-socfpga][PATCH 1/1] arch: arm64: dts: improve the overlay used to updating FPGA image

2023-12-24 Thread LiweiSong via lists.yoctoproject.org
From: Meng Li - remove unnecessary #address-cells and #size-cells property - correct #address-cells and #size-cells property Signed-off-by: Meng Li Signed-off-by: Bruce Ashfield Signed-off-by: Liwei Song --- .../arm64/boot/dts/altera/socfpga_stratix10_fpga_update.dts | 6 ++

Re: [yocto] CVE Scanners and Package Version

2023-12-24 Thread Vincent Prince
Hello, I don't know if it will help, in our company, we modified cve-check.bbclass so it is linked to our JIRA. At first build, it creates a ticket for every active CVE. We analyse CVEs on JIRA and close tickets that are not relevant for our product. At next builds, modified cve-check.bbclass

Re: [yocto] CVE Scanners and Package Version

2023-12-24 Thread Richard Purdie
On Sat, 2023-12-23 at 02:47 -0800, fabian.hanke via lists.yoctoproject.org wrote: > we must provide a SBOM for our Yocto based product which will then be > used for (internal) CVE scanning by the security department. > Generating the base document in cycloneDX format is fairly easy > (thanks to