Home
last modified time | relevance | path

Searched refs:spdx_doc (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dsbom.py35 def write_doc(d, spdx_doc, subdir, spdx_deploy=None, indent=None): argument
41 dest = spdx_deploy / subdir / (spdx_doc.name + ".spdx.json")
44 doc_sha1 = spdx_doc.to_json(f, sort_keys=True, indent=indent)
46 l = spdx_deploy / "by-namespace" / spdx_doc.documentNamespace.replace("/", "_")