diff mbox series

[v5,3/4] generate-cve-exclusions: Move python script

Message ID 20260116190520.118714-5-valentin.boudevin@gmail.com
State New
Headers show
Series [1/1] improve_kerne_cve_report: Add a bbclass support | expand

Commit Message

ValentinBoudevin Jan. 16, 2026, 7:05 p.m. UTC
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

Signed-off-by: Valentin Boudevin <valentin.boudevin@gmail.com>
---
 .../linux => scripts/contrib}/generate-cve-exclusions.py          | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename {meta/recipes-kernel/linux => scripts/contrib}/generate-cve-exclusions.py (100%)
diff mbox series

Patch

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