[yocto] [meta-zephyr][PATCH 2/2] zephyr-sdk: Upgrade to version 0.16.5-1

2024-03-03 Thread Naveen Saini
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.16.5-1 Signed-off-by: Naveen Saini --- .../{zephyr-sdk_0.16.3.bb => zephyr-sdk_0.16.5-1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-zephyr-core/recipes-devtools/zephyr-sdk/{zephyr-sdk_0.16.3.bb

[yocto] [meta-zephyr][PATCH 1/2] zephyr-kernel: Add support for v3.6.0

2024-03-03 Thread Naveen Saini
https://github.com/zephyrproject-rtos/zephyr/releases/tag/v3.6.0 Signed-off-by: Naveen Saini --- ...y-generation-issue-in-cross-compila.patch} | 0 .../zephyr-kernel/zephyr-kernel-src-3.5.0.inc | 2 +- .../zephyr-kernel/zephyr-kernel-src-3.6.0.inc | 270 ++

[yocto] [meta-selinux][PATCH] refpolicy: upgrade 20231002+git -> 20240226+git

2024-03-03 Thread Yi Zhao
ChangeLog: https://github.com/SELinuxProject/refpolicy/blob/main/Changelog Notable Changes: Many systemd updates up to v255 RPM and dnf fixes Tighten private key handling for Apache Many container and kubernetes improvements Add support for Cilium Update object class definitions up to

[linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 1/2] nxp-imx9: Add nxp-imx9 BSP kernel cache

2024-03-03 Thread Xiaolei Wang via lists.yoctoproject.org
nxp-imx9 and nxp-imx8 use a set of kernel cache in the SDK, and some drivers are common, such as the media module, so here I deleted the imx8-related pinctrl, clk and other CPU-related configurations based on the imx8 kernel cache, no changes will be made to other peripherals. Signed-off-by:

[linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 2/2] nxp-imx9: Enable GPIO_ADP5585 for imx93

2024-03-03 Thread Xiaolei Wang via lists.yoctoproject.org
Enable GPIO_ADP5585 for imx93. Signed-off-by: Xiaolei Wang --- bsp/nxp-imx9/nxp-imx9.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsp/nxp-imx9/nxp-imx9.cfg b/bsp/nxp-imx9/nxp-imx9.cfg index 945541a1..1bee68aa 100644 --- a/bsp/nxp-imx9/nxp-imx9.cfg +++ b/bsp/nxp-imx9/nxp-imx9.cfg @@

Re: [linux-yocto] Trial merge of v5.15.150 v6.1.80 for linux-yocto

2024-03-03 Thread Kevin Hao
On Sun, Mar 03, 2024 at 12:09:06PM -0500, Bruce Ashfield wrote: > On the tjxx BSPs, I had a bit of a strange merge with the dtb script, > so it may have issues. I have rechecked all the branches, and they all seem fine. Thanks Bruce. Thanks, Kevin signature.asc Description: PGP signature

[linux-yocto][yocto-kernel-cache][yocto-5.15 and yocto-6.1][PATCH] features/net_sched: remove retired config NET_SCH_CBQ and NET_SCH_DSMARK

2024-03-03 Thread Yongxin Liu via lists.yoctoproject.org
CONFIG_NET_SCH_CBQ was retired in kernel upstream commit 051d442098421 ("net/sched: Retire CBQ qdisc"). CONFIG_NET_SCH_DSMARK was retired in kernel upstream commit bbe77c14ee61 ("net/sched: Retire dsmark qdisc"). Signed-off-by: Yongxin Liu --- features/net_sched/net_sched.cfg | 2 -- 1 file

[yocto] [meta-rockchip][PATCH] rock-5[ab]: use regular yocto kernel

2024-03-03 Thread Trevor Woerner
Upstream kernel support for both the rock-5a and rock-5b landed in version 6.5. Nanbield contained linux-yocto recipes for both 6.1 and 6.5 so it was best to simply have these MACHINEs use linux-yocto-dev. Post-nanbield oecore master only has a recipe for 6.6 (so far), therefore these two MACHINEs

[yocto] [yocto-autobuilder-helper][PATCH v2 2/2] config.json: meta-oe-repro: fix meta-networking -> meta-python dependency

2024-03-03 Thread Yoann Congal
Since [0], meta-networking depends on meta-python. So, add meta-python layer wherever meta-networking is used. [0]: https://git.openembedded.org/meta-openembedded/commit/?id=ab7c469bfeb7aba97402d8eab03d9bb18725c6af Signed-off-by: Yoann Congal --- config.json | 2 ++ 1 file changed, 2

[yocto] [yocto-autobuilder-helper][PATCH v2 1/2] config.json: meta-oe-repro: exclude packages that failed previously

2024-03-03 Thread Yoann Congal
Those are the non-reproducible packages from: https://autobuilder.yoctoproject.org/typhoon/#/builders/155/builds/13 https://autobuilder.yoctoproject.org/typhoon/#/builders/155/builds/14 Only somewhat innocuous non-repro are added to OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES (compile date in package,

Re: [linux-yocto][v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc][PATCH] clk: clocking-wizard: use devm_kasprintf to fix kmemleak

2024-03-03 Thread Bruce Ashfield
In message: [linux-yocto][v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc][PATCH] clk: clocking-wizard: use devm_kasprintf to fix kmemleak on 01/03/2024 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Use devm_kasprintf instead of kasprintf to fix the following kmemleak: > >

Re: [linux-yocto][linux-yocto v6.1] kernel code for marvell cn10xxx

2024-03-03 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v6.1] kernel code for marvell cn10xxx on 01/03/2024 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge this patch into our linux-yocto repo. > > repo: > linux-yocto > branch: > v6.1/standard/cn-sdkv5.15/octeon >

Re: [linux-yocto] Trial merge of v5.15.150 v6.1.80 for linux-yocto

2024-03-03 Thread Bruce Ashfield
In message: Trial merge of v5.15.150 v6.1.80 for linux-yocto on 03/03/2024 Kevin Hao wrote: > Hi Bruce, > > This is a trial merge of the stable kernel v5.15.150 v6.1.80 for the > following branches in the linux-yocto. > d9a206b1e8df v5.15/standard/sdkv5.10/axxia > 3bbed27ea98f

[yocto] Using SBOM/spdx with DependencyTrack/CyclonDX

2024-03-03 Thread Jörg Sommer via lists . yoctoproject . org
Hi, does anyone use DependencyTrack https://dependencytrack.org/ to analyse CVE vulnerabilities? I've created a script to convert the spdx.tar.zst to a CycloneDX JSON and upload this to DependencyTrack. But I'm having the problem that CVEs fixed in Yocto by patches are not reflected in the