]> code.ossystems Code Review - openembedded-core.git/commit
classes/create-spdx: Add class
authorJoshua Watt <JPEWhacker@gmail.com>
Wed, 1 Sep 2021 13:44:41 +0000 (08:44 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Sep 2021 08:03:36 +0000 (09:03 +0100)
commit78c79821ae7e2f060b9a74ea9aefce98102bb00e
tree0fa06355d0710758e4c62282692322e8b950d73f
parentdb9cf430e54ae68da80fbc3fba80ce88d8df164d
classes/create-spdx: Add class

Adds a class as a first attempt to create SPDX SBoM documents during the
build. This initial work was influenced by [meta-doubleopen][1],
although almost completely rewritten.

[1]: https://github.com/doubleopen-project/meta-doubleopen

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/create-spdx.bbclass [new file with mode: 0644]
meta/lib/oe/sbom.py [new file with mode: 0644]
meta/lib/oe/spdx.py [new file with mode: 0644]