Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dsbom.py41 def _doc_path_by_namespace(spdx_deploy, arch, doc_namespace): argument
45 def doc_find_by_namespace(spdx_deploy, search_arches, doc_namespace): argument
47 p = _doc_path_by_namespace(spdx_deploy, pkgarch, doc_namespace)
53 def _doc_path_by_hashfn(spdx_deploy, arch, doc_name, hashfn): argument
59 def doc_find_by_hashfn(spdx_deploy, search_arches, doc_name, hashfn): argument
67 def doc_path(spdx_deploy, doc_name, arch, subdir): argument
68 return spdx_deploy / arch / subdir / (doc_name + ".spdx.json")
74 if spdx_deploy is None:
75 spdx_deploy = Path(d.getVar("SPDXDEPLOY"))
77 dest = doc_path(spdx_deploy, spdx_doc.name, arch, subdir)
[all …]
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass759 spdx_deploy = Path(d.getVar("SPDXRUNTIMEDEPLOY"))
869 … oe.sbom.write_doc(d, runtime_doc, pkg_arch, "runtime", spdx_deploy, indent=get_json_indent(d))