From: ValentinBoudevin <valentin.boudevin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: ValentinBoudevin <valentin.boudevin@gmail.com>
Subject: [PATCH v3 4/4] linux: Add inherit on generate-cve-exclusions
Date: Tue, 6 Jan 2026 15:46:46 -0500 [thread overview]
Message-ID: <20260106204646.3417382-5-valentin.boudevin@gmail.com> (raw)
In-Reply-To: <20260106204646.3417382-1-valentin.boudevin@gmail.com>
Update linux-yocto.inc to inherit the new generate-cve-exclusions class.
Signed-off-by: Valentin Boudevin <valentin.boudevin@gmail.com>
---
meta/recipes-kernel/linux/linux-yocto.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc
index 4d0a726bb6..f6a1161940 100644
--- a/meta/recipes-kernel/linux/linux-yocto.inc
+++ b/meta/recipes-kernel/linux/linux-yocto.inc
@@ -5,6 +5,9 @@ HOMEPAGE = "https://www.yoctoproject.org/"
LIC_FILES_CHKSUM ?= "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
+# Generate Dynamic CVE Exclusions
+inherit generate-cve-exclusions
+
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)"
RECIPE_NO_UPDATE_REASON = "Recipe is updated through a separate process"
prev parent reply other threads:[~2026-01-06 20:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-06 20:46 [PATCH v3 0/4] generate-cve-exclusions: Add a new bbclass ValentinBoudevin
2026-01-06 20:46 ` [PATCH v3 1/4] generate-cve-exclusions: Add --output-json option ValentinBoudevin
2026-01-06 20:46 ` [PATCH v3 2/4] generate-cve-exclusions: Add a .bbclass ValentinBoudevin
2026-01-08 8:28 ` [OE-core] " Daniel Turull
2026-01-06 20:46 ` [PATCH v3 3/4] generate-cve-exclusions: Move python script ValentinBoudevin
2026-01-06 20:46 ` ValentinBoudevin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260106204646.3417382-5-valentin.boudevin@gmail.com \
--to=valentin.boudevin@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox