Lines Matching refs:spdx

5 DEPLOY_DIR_SPDX ??= "${DEPLOY_DIR}/spdx/${MACHINE}"
12 SPDXDIR ??= "${WORKDIR}/spdx"
16 SPDX_TOOL_NAME ??= "oe-spdx-creator"
26 SPDX_NAMESPACE_PREFIX ??= "http://spdx.org/spdxdoc"
29 SPDX_LICENSES ??= "${COREBASE}/meta/files/spdx-licenses.json"
64 annotation = oe.spdx.SPDXAnnotation()
98 import oe.spdx
109 extracted_info = oe.spdx.SPDXExtractedLicensingInfo()
190 bb.debug(1, 'spdx: There is bug in scan of %s is, do nothing' % pn)
198 import oe.spdx
219 spdx_file = oe.spdx.SPDXFile()
241 spdx_file.checksums.append(oe.spdx.SPDXChecksum(
245 spdx_file.checksums.append(oe.spdx.SPDXChecksum(
276 import oe.spdx
318 doc_ref = oe.spdx.SPDXExternalDocumentRef()
337 import oe.spdx
348 dep_recipe_path = deploy_dir_spdx / "recipes" / ("recipe-%s.spdx.json" % dep_pn)
361 dep_recipe_ref = oe.spdx.SPDXExternalDocumentRef()
407 import oe.spdx
437 doc = oe.spdx.SPDXDocument()
444 doc.creationInfo.creators.append("Tool: OpenEmbedded Core create-spdx.bbclass")
448 recipe = oe.spdx.SPDXPackage()
492 cpe = oe.spdx.SPDXExternalReference()
494 cpe.referenceType = "http://spdx.org/rdf/references/cpe23Type"
526 recipe_ref = oe.spdx.SPDXExternalDocumentRef()
543 package_doc = oe.spdx.SPDXDocument()
550 package_doc.creationInfo.creators.append("Tool: OpenEmbedded Core create-spdx.bbclass")
557 spdx_package = oe.spdx.SPDXPackage()
610 import oe.spdx
642 import oe.spdx
669 pkg_spdx_path = deploy_dir_spdx / "packages" / (pkg_name + ".spdx.json")
680 runtime_doc = oe.spdx.SPDXDocument()
686 runtime_doc.creationInfo.creators.append("Tool: OpenEmbedded Core create-spdx.bbclass")
690 package_ref = oe.spdx.SPDXExternalDocumentRef()
724 dep_path = deploy_dir_spdx / "packages" / ("%s.spdx.json" % dep_pkg)
735 dep_package_ref = oe.spdx.SPDXExternalDocumentRef()
849 image_spdx_path = imgdeploydir / (image_name + ".spdx.json")
850 make_image_link(image_spdx_path, ".spdx.json")
851 spdx_tar_path = imgdeploydir / (image_name + ".spdx.tar.zst")
852 make_image_link(spdx_tar_path, ".spdx.tar.zst")
853 spdx_index_path = imgdeploydir / (image_name + ".spdx.index.json")
854 make_image_link(spdx_index_path, ".spdx.index.json")
878 import oe.spdx
891 doc = oe.spdx.SPDXDocument()
897 doc.creationInfo.creators.append("Tool: OpenEmbedded Core create-spdx.bbclass")
901 image = oe.spdx.SPDXPackage()
910 pkg_spdx_path = deploy_dir_spdx / "packages" / (name + ".spdx.json")
915 pkg_ref = oe.spdx.SPDXExternalDocumentRef()
927 runtime_spdx_path = deploy_dir_spdx / "runtime" / ("runtime-" + name + ".spdx.json")
930 runtime_ref = oe.spdx.SPDXExternalDocumentRef()
945 image_spdx_path = rootfs_deploydir / (rootfs_name + ".spdx.json")
956 spdx_tar_path = rootfs_deploydir / (rootfs_name + ".spdx.tar.zst")
981 info.name = doc.name + ".spdx.json"
1022 spdx_index_path = rootfs_deploydir / (rootfs_name + ".spdx.index.json")