Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcreate-spdx.bbclass441 doc.creationInfo.created = creation_time
442 … doc.creationInfo.comment = "This document was created by analyzing recipe files during the build."
443 doc.creationInfo.licenseListVersion = d.getVar("SPDX_LICENSE_DATA")["licenseListVersion"]
444 doc.creationInfo.creators.append("Tool: OpenEmbedded Core create-spdx.bbclass")
445 doc.creationInfo.creators.append("Organization: %s" % d.getVar("SPDX_ORG"))
446 doc.creationInfo.creators.append("Person: N/A ()")
547 package_doc.creationInfo.created = creation_time
548 …package_doc.creationInfo.comment = "This document was created by analyzing packages created during…
549 … package_doc.creationInfo.licenseListVersion = d.getVar("SPDX_LICENSE_DATA")["licenseListVersion"]
550 package_doc.creationInfo.creators.append("Tool: OpenEmbedded Core create-spdx.bbclass")
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dspdx.py273 creationInfo = _Object(SPDXCreationInfo) variable in SPDXDocument