Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Licenses information #47

Open
dupremathieu opened this issue Sep 27, 2023 · 0 comments
Open

Licenses information #47

dupremathieu opened this issue Sep 27, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@dupremathieu
Copy link
Member

Use sbom2doc to generate a license notice.
sbom2doc require a SBOM, on Yocto the SBOM is generated at build time.
On Debian the SBOM can be generated using distro2sbom.

To test:
On a SEAPATH Debian version:

apt update
apt install python3-pip
pip install distro2sbom sbom2doc
distro2sbom --distro deb -s -o seapath.spdx
sbom2doc -i seapath.spdx --include-license
@dupremathieu dupremathieu added documentation Improvements or additions to documentation enhancement New feature or request labels Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant