mbox series

[0/5] manuals: add documentation about SBOM/SPDX generation

Message ID 20221028101939.93195-1-michael.opdenacker@bootlin.com
Headers show
Series manuals: add documentation about SBOM/SPDX generation | expand

Message

Michael Opdenacker Oct. 28, 2022, 10:19 a.m. UTC
From: Michael Opdenacker <michael.opdenacker@bootlin.com>

Even though the create-spdx class has been available
for several versions, it wasn't documented at all
until very recently.

This is a first version, which could be expanded
thanks to your feedback or later.

In particular, I'd be interested in references
to outside SPDX tools to consume (in particular
browsing or analysing) the SPDX we generate.

I wouldn't be surprised if there are inaccuracies,
so thank you in advance for your reviews!

Michael Opdenacker (5):
  ref-manual: terms.rst: add SBOM and SPDX terms
  ref-manual: variables.rst: document spdx-create class variables
  dev-manual: common-tasks.rst: add section about SPDX / SBOM generation
  ref-manual: classes.rst: expand documentation of create-spdx class
  ref-manual: terms.rst: add reference to new SBOM/SPDX section in dev
    manual

 documentation/dev-manual/common-tasks.rst | 96 ++++++++++++++---------
 documentation/ref-manual/classes.rst      | 20 ++++-
 documentation/ref-manual/terms.rst        | 28 +++++++
 documentation/ref-manual/variables.rst    | 79 +++++++++++++++++++
 4 files changed, 186 insertions(+), 37 deletions(-)