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.bbclass151 spdx_file.SPDXID = get_spdxid(file_counter)
188 spdx_pkg.hasFiles.append(spdx_file.SPDXID)
258 ref_id = "%s:%s" % (doc_ref.externalDocumentId, source_file.file.SPDXID)
315 "%s:%s" % (dep_recipe_ref.externalDocumentId, spdx_dep_recipe.SPDXID),
336 if spdx_file.SPDXID not in recipe_files:
359 package.SPDXID = oe.sbom.get_download_spdxid(d, download_idx + 1)
442 recipe.SPDXID = oe.sbom.get_recipe_spdxid(d)
548 spdx_package.SPDXID = oe.sbom.get_package_spdxid(pkg_name)
556 …ationship(spdx_package, "GENERATED_FROM", "%s:%s" % (recipe_ref.externalDocumentId, recipe.SPDXID))
665 runtime_doc.SPDXID,
[all …]