This meta layer is intended for use with Double Open's open source license compliance workflow. The layer saves information from a Yocto build that is required for the workflow.
The layer saves SPDX documents describing the packages of the build in json format to deploy/spdx
.
The layer saves source archives of the packages to deploy/spdx
.
create-srclist.bbclass
adds a function to do_package
to save mapping between binary files
produced by the recipe and source files
cve-data.bbclass
includes helper utilities to extract CVE related information for the recipes.
Add the layer to bblayers.conf
. Add INHERIT += "doubleopen"
to local.conf
.