Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dspdx.py218 SPDXID = _String() variable in SPDXPackage
238 SPDXID = _String() variable in SPDXFile
270 SPDXID = _String(default="SPDXRef-DOCUMENT") variable in SPDXDocument
309 from_spdxid = _from.SPDXID
314 to_spdxid = _to.SPDXID
334 if o.SPDXID == spdxid:
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcreate-spdx.bbclass220 spdx_file.SPDXID = get_spdxid(file_counter)
257 spdx_pkg.hasFiles.append(spdx_file.SPDXID)
325 ref_id = "%s:%s" % (doc_ref.externalDocumentId, source_file.file.SPDXID)
370 "%s:%s" % (dep_recipe_ref.externalDocumentId, spdx_dep_recipe.SPDXID),
392 if spdx_file.SPDXID not in recipe_files:
451 recipe.SPDXID = oe.sbom.get_recipe_spdxid(d)
559 spdx_package.SPDXID = oe.sbom.get_package_spdxid(pkg_name)
567 …ationship(spdx_package, "GENERATED_FROM", "%s:%s" % (recipe_ref.externalDocumentId, recipe.SPDXID))
699 runtime_doc.SPDXID,
701 "%s:%s" % (package_ref.externalDocumentId, package_doc.SPDXID)
[all …]