From: ValentinBoudevin <valentin.boudevin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: ValentinBoudevin <valentin.boudevin@gmail.com>
Subject: [[PATCH v2] 3/4] generate-cve-exclusions: Move python script
Date: Tue, 6 Jan 2026 14:10:00 -0500 [thread overview]
Message-ID: <20260106191001.3385117-3-valentin.boudevin@gmail.com> (raw)
In-Reply-To: <20260106191001.3385117-1-valentin.boudevin@gmail.com>
The script should be located with other scripts in scripts/contrib
instead of staying in meta/classes/.
Update the new .bbclass to match this modification
---
meta/classes/generate-cve-exclusions.bbclass | 2 +-
.../linux => scripts/contrib}/generate-cve-exclusions.py | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename {meta/recipes-kernel/linux => scripts/contrib}/generate-cve-exclusions.py (100%)
diff --git a/meta/classes/generate-cve-exclusions.bbclass b/meta/classes/generate-cve-exclusions.bbclass
index 254ea5531d..100d2e99b6 100644
--- a/meta/classes/generate-cve-exclusions.bbclass
+++ b/meta/classes/generate-cve-exclusions.bbclass
@@ -28,7 +28,7 @@ do_clone_cvelistV5[doc] = "Clone CVE information from the CVE Project: https://g
addtask clone_cvelistV5 before do_generate_cve_exclusions
do_generate_cve_exclusions() {
- generate_cve_exclusions_script=$(find ${COREBASE} -name "generate-cve-exclusions.py")
+ generate_cve_exclusions_script=${COREBASE}/scripts/contrib/generate-cve-exclusions.py
if [ -z "${generate_cve_exclusions_script}" ]; then
bbfatal "generate-cve-exclusions.py not found in ${COREBASE}."
fi
diff --git a/meta/recipes-kernel/linux/generate-cve-exclusions.py b/scripts/contrib/generate-cve-exclusions.py
similarity index 100%
rename from meta/recipes-kernel/linux/generate-cve-exclusions.py
rename to scripts/contrib/generate-cve-exclusions.py
--
2.43.0
next prev parent reply other threads:[~2026-01-06 19:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-06 19:09 [[PATCH v2] 1/4] generate-cve-exclusions: Add --output-json option ValentinBoudevin
2026-01-06 19:09 ` [[PATCH v2] 2/4] generate-cve-exclusions: Add a .bbclass ValentinBoudevin
2026-01-06 19:10 ` ValentinBoudevin [this message]
2026-01-08 8:16 ` [OE-core] [[PATCH v2] 3/4] generate-cve-exclusions: Move python script Daniel Turull
2026-01-15 19:06 ` vboudevin
2026-01-16 9:17 ` [OE-core] " Daniel Turull
2026-01-06 19:10 ` [[PATCH v2] 4/4] linux: Add inherit on generate-cve-exclusions ValentinBoudevin
2026-01-06 19:22 ` [OE-core] " Bruce Ashfield
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=20260106191001.3385117-3-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