]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
linux-yocto: apply cve-exclusions also to rt and tiny recipe variants
authorPeter Marko <peter.marko@siemens.com>
Mon, 23 Feb 2026 22:18:30 +0000 (23:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Feb 2026 11:39:04 +0000 (11:39 +0000)
Version is the same as base kernel, only configuration differs.
There is no reason to not apply the exclusions to all variants.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_6.18.bb
meta/recipes-kernel/linux/linux-yocto-tiny_6.18.bb

index 66c71691beac362dca65d82c68bb45e64d7c6b33..532d337e53ff81c272a2ee67b5593c09595db96f 100644 (file)
@@ -3,6 +3,7 @@ KBRANCH ?= "v6.18/standard/preempt-rt/base"
 require recipes-kernel/linux/linux-yocto.inc
 
 # CVE exclusions
+include recipes-kernel/linux/cve-exclusion.inc
 include recipes-kernel/linux/cve-exclusion_6.18.inc
 
 # Skip processing of this recipe if it is not explicitly specified as the
index 2fbd5a91f91e5bb024ba8ca6d40d2855faceb9d7..db6daabad5c68146436491c8bc8b4d3765f41102 100644 (file)
@@ -6,6 +6,7 @@ KCONFIG_MODE = "--allnoconfig"
 require recipes-kernel/linux/linux-yocto.inc
 
 # CVE exclusions
+include recipes-kernel/linux/cve-exclusion.inc
 include recipes-kernel/linux/cve-exclusion_6.18.inc
 
 LINUX_VERSION ?= "6.18.8"