From 5480086cf7990554c11271ffd17d2fe19fee3b94 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Mon, 22 Jun 2026 14:51:46 -0500 Subject: [PATCH] linux-ti-staging: Include CVE exclusions 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 --- 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 306ac881..153032f4 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