Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 993 Bytes

USE_GEN_MANIFEST_PY.md

File metadata and controls

38 lines (27 loc) · 993 Bytes

The gen_spdx.py script is for generate SBOM for wrlinux 5 - 8.

Supported Wind River Linux versions

Requirement

The project has been built completely. Python 2.7 has been installed on the host.

To use the script

Enter your project directory:

$ cd ${the_project_path}

Enter 'bitbake_build' directory and enter yocto mode:

$ make bbs

Download gen_spdx.py script to current directory:

$ wget https://raw.githubusercontent.com/Wind-River/meta-wr-sbom/main/tools/gen_spdx.py

Generate the SBOM file:

$ python ./gen_spdx.py 

The SBOM file of your WRLinux project will be generated as ./${your_image_name}.spdx.json.