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.bbclass227 spdx_file.SPDXID = get_spdxid(file_counter)
264 spdx_pkg.hasFiles.append(spdx_file.SPDXID)
385 "%s:%s" % (dep_recipe_ref.externalDocumentId, spdx_dep_recipe.SPDXID),
406 if spdx_file.SPDXID not in recipe_files:
430 package.SPDXID = oe.sbom.get_download_spdxid(d, download_idx + 1)
559 recipe.SPDXID = oe.sbom.get_recipe_spdxid(d)
665 spdx_package.SPDXID = oe.sbom.get_package_spdxid(pkg_name)
814 runtime_doc.SPDXID,
816 "%s:%s" % (package_ref.externalDocumentId, package_doc.SPDXID)
1027 image.SPDXID = rootfs_spdxid
[all …]