summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_6.1.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-08-07 15:45:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-09 21:48:11 +0100
commitb0152a34640612e4e92b67e861529a73e3e9a396 (patch)
treef33b0c036f5bed5f211c0ed2327eb0a6203821cb /meta/recipes-kernel/linux/linux-yocto_6.1.bb
parent63e4205cdaf2cf361d6bdca05c26b233c9282246 (diff)
downloadpoky-b0152a34640612e4e92b67e861529a73e3e9a396.tar.gz
linux-yocto: extract generic kernel CVE_STATUS
Some of the CVE_STATUS assignments are not specific to the version, so move them to an unversioned file and include it in the recipes. For example: some CVEs are disputed, or are specific to other distributions. (From OE-Core rev: d8656d9d4dfcaef6b492f5bf4cb003f16d7a3a4b) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_6.1.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_6.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.1.bb b/meta/recipes-kernel/linux/linux-yocto_6.1.bb
index cf8728ca15..2f804d379d 100644
--- a/meta/recipes-kernel/linux/linux-yocto_6.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_6.1.bb
@@ -3,6 +3,7 @@ KBRANCH ?= "v6.1/standard/base"
3require recipes-kernel/linux/linux-yocto.inc 3require recipes-kernel/linux/linux-yocto.inc
4 4
5# CVE exclusions 5# CVE exclusions
6include recipes-kernel/linux/cve-exclusion.inc
6include recipes-kernel/linux/cve-exclusion_6.1.inc 7include recipes-kernel/linux/cve-exclusion_6.1.inc
7 8
8# board specific branches 9# board specific branches