[meta-ti][master/wrynose][PATCH] linux-ti-staging: Include CVE exclusions
Ryan Eatmon <[email protected]> Mon, 22 Jun 2026 14:54:40 -0500
| Newsgroups | org.yoctoproject.lists.meta-ti |
|---|---|
| Message-ID | <[email protected]> |
Now that we are looking at using the CVE checker tool in Yocto we should include the same CVE exclusions from oe-core that match the kernel version we are on. Signed-off-by: Ryan Eatmon <[email protected]> --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.18.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.18.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.18.bb index 90e7b237..a1d2fcaf 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.18.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.18.bb @@ -5,6 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" require recipes-kernel/linux/ti-kernel.inc +# CVE exclusions +include recipes-kernel/linux/cve-exclusion.inc + inherit ${KERNEL_BASE_CLASS} require recipes-kernel/linux/setup-defconfig.inc -- 2.43.0