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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20052): https://lists.yoctoproject.org/g/meta-ti/message/20052 Mute This Topic: https://lists.yoctoproject.org/mt/119930609/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
