diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-01-01 23:31:06 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-04 23:47:50 +0000 |
commit | d18436b6cf8a8ab9bbc782cb9511792a2f616bf2 (patch) | |
tree | b2ac571de058d85c58f7895c5112f63e91ea424e /meta | |
parent | f7ea203fad626fb068c2f9fc08762930ce4fd3f8 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb | 2 |
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" | |||
3 | require recipes-kernel/linux/linux-yocto.inc | 3 | require recipes-kernel/linux/linux-yocto.inc |
4 | 4 | ||
5 | # CVE exclusions | 5 | # CVE exclusions |
6 | include recipes-kernel/linux/cve-exclusion_6.5.inc | 6 | include 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 |