summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-01-01 23:31:06 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-04 23:47:50 +0000
commitd18436b6cf8a8ab9bbc782cb9511792a2f616bf2 (patch)
treeb2ac571de058d85c58f7895c5112f63e91ea424e /meta/recipes-kernel
parentf7ea203fad626fb068c2f9fc08762930ce4fd3f8 (diff)
downloadpoky-d18436b6cf8a8ab9bbc782cb9511792a2f616bf2.tar.gz
linux-yocto-rt/6.6: fix CVE exclusion include
(From OE-Core rev: a1415383f8f593ef594ed574f82edc7af4e5d4df) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb
index 9a9d1ab33a..a8a8f15d59 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb
@@ -3,7 +3,7 @@ KBRANCH ?= "v6.6/standard/preempt-rt/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_6.5.inc 6include recipes-kernel/linux/cve-exclusion_6.6.inc
7 7
8# Skip processing of this recipe if it is not explicitly specified as the 8# Skip processing of this recipe if it is not explicitly specified as the
9# PREFERRED_PROVIDER for virtual/kernel. This avoids errors when trying 9# PREFERRED_PROVIDER for virtual/kernel. This avoids errors when trying