public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] generate-cve-exclusions: Add a new bbclass
@ 2026-01-15 19:03 ValentinBoudevin
  2026-01-15 19:03 ` [PATCH v4 1/4] generate-cve-exclusions: Add --output-json option ValentinBoudevin
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: ValentinBoudevin @ 2026-01-15 19:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: ValentinBoudevin

Changes since v3:
- Patch 2/4:
  * Add variables to control offline mode, source URI and
  SRCREV for deterministic testing (GENERATE_CVE_EXCLUSIONS_SRC_URI,
  GENERATE_CVE_EXCLUSIONS_SRCREV, GENERATE_CVE_EXCLUSIONS_NETWORK).
  * Updated generate_cve_exclusions task scheduling to be executed before
  do_cve_check.

Changes since v2:
- Patch 4/4: Inherit the new bbclass in linux-yocto.inc instead of
  individual recipes.

Changes since v1:
- Patch 2/4: Removed the mandatory execution of the
  generate-cve-exclusions class on every build. It now needs to be
  manually run using:
    bitbake -c generate-cve-exclusions <kernel-recipe>

ValentinBoudevin (4):
  generate-cve-exclusions: Add --output-json option
  generate-cve-exclusions: Add a .bbclass
  generate-cve-exclusions: Move python script
  linux: Add inherit on generate-cve-exclusions

 meta/classes/generate-cve-exclusions.bbclass  | 97 +++++++++++++++++++
 meta/recipes-kernel/linux/linux-yocto.inc     |  3 +
 .../contrib}/generate-cve-exclusions.py       | 64 +++++++++---
 3 files changed, 150 insertions(+), 14 deletions(-)
 create mode 100644 meta/classes/generate-cve-exclusions.bbclass
 rename {meta/recipes-kernel/linux => scripts/contrib}/generate-cve-exclusions.py (71%)



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-01-16 15:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-15 19:03 [PATCH v4 0/4] generate-cve-exclusions: Add a new bbclass ValentinBoudevin
2026-01-15 19:03 ` [PATCH v4 1/4] generate-cve-exclusions: Add --output-json option ValentinBoudevin
2026-01-15 19:03 ` [PATCH v4 2/4] generate-cve-exclusions: Add a .bbclass ValentinBoudevin
2026-01-16 15:35   ` [OE-core] " Antonin Godard
2026-01-15 19:03 ` [PATCH v4 3/4] generate-cve-exclusions: Move python script ValentinBoudevin
2026-01-15 19:03 ` [PATCH v4 4/4] linux: Add inherit on generate-cve-exclusions ValentinBoudevin
2026-01-15 19:49 ` [OE-core] [PATCH v4 0/4] generate-cve-exclusions: Add a new bbclass Ankur Tyagi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox