Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx.py232 SPDXID = _String() variable in SPDXPackage
253 SPDXID = _String() variable in SPDXFile
285 SPDXID = _String(default="SPDXRef-DOCUMENT") variable in SPDXDocument
324 from_spdxid = _from.SPDXID
329 to_spdxid = _to.SPDXID
349 if o.SPDXID == spdxid:
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass149 spdx_file.SPDXID = get_spdxid(file_counter)
186 spdx_pkg.hasFiles.append(spdx_file.SPDXID)
256 ref_id = "%s:%s" % (doc_ref.externalDocumentId, source_file.file.SPDXID)
313 "%s:%s" % (dep_recipe_ref.externalDocumentId, spdx_dep_recipe.SPDXID),
334 if spdx_file.SPDXID not in recipe_files:
358 package.SPDXID = oe.sbom.get_download_spdxid(d, download_idx + 1)
441 recipe.SPDXID = oe.sbom.get_recipe_spdxid(d)
547 spdx_package.SPDXID = oe.sbom.get_package_spdxid(pkg_name)
555 …ationship(spdx_package, "GENERATED_FROM", "%s:%s" % (recipe_ref.externalDocumentId, recipe.SPDXID))
664 runtime_doc.SPDXID,
[all …]