/openbmc/openbmc/poky/scripts/contrib/ |
H A D | make-spdx-bindings.sh | 9 shacl2code generate --input https://spdx.org/rdf/$VERSION/spdx-model.ttl \ 10 --input https://spdx.org/rdf/$VERSION/spdx-json-serialize-annotations.ttl \ 11 --context https://spdx.org/rdf/$VERSION/spdx-context.jsonld \
|
/openbmc/linux/scripts/ |
H A D | spdxcheck.py | 55 spdx = SPDXdata() 66 if lid in spdx.licenses: 69 spdx.licenses.append(lid) 73 spdx.exceptions[exception] = [] 77 if not lic in spdx.licenses: 79 spdx.exceptions[exception].append(lic) 83 if not len(spdx.exceptions[exception]): 85 spdx.exception_files += 1 87 spdx.license_files += 1 89 return spdx [all …]
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | sbom.rst | 29 :ref:`ref-classes-create-spdx` class from a configuration file:: 31 INHERIT += "create-spdx" 35 - :term:`SPDX` output in JSON format as an ``IMAGE-MACHINE.spdx.json`` file in 38 - This toplevel file is accompanied by an ``IMAGE-MACHINE.spdx.index.json`` 41 - The compressed archive ``IMAGE-MACHINE.spdx.tar.zst`` contains the index 44 The :ref:`ref-classes-create-spdx` class offers options to include 59 generated files are available in ``tmp/deploy/spdx/MACHINE`` too, such as: 61 - The individual :term:`SPDX` JSON files in the ``IMAGE-MACHINE.spdx.tar.zst`` 75 See the `tools page <https://spdx.dev/resources/tools/>`__ on the :term:`SPDX` 82 `SPDX in the Yocto Project <https://fosdem.org/2024/schedule/event/fosdem-2024-3318-spdx-in-the-yoc…
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | create-spdx-2.2.bbclass | 7 inherit spdx-common 29 annotation = oe.spdx.SPDXAnnotation() 49 import oe.spdx 59 extracted_info = oe.spdx.SPDXExtractedLicensingInfo() 126 import oe.spdx 148 spdx_file = oe.spdx.SPDXFile() 170 spdx_file.checksums.append(oe.spdx.SPDXChecksum( 174 spdx_file.checksums.append(oe.spdx.SPDXChecksum( 205 import oe.spdx 249 doc_ref = oe.spdx.SPDXExternalDocumentRef() [all …]
|
H A D | spdx-common.bbclass | 8 DEPLOY_DIR_SPDX ??= "${DEPLOY_DIR}/spdx/${SPDX_VERSION}" 15 SPDXDIR ??= "${WORKDIR}/spdx/${SPDX_VERSION}" 23 SPDX_TOOL_NAME ??= "oe-spdx-creator" 33 SPDX_NAMESPACE_PREFIX ??= "http://spdx.org/spdxdocs" 36 SPDX_LICENSES ??= "${COREBASE}/meta/files/spdx-licenses.json"
|
H A D | create-spdx.bbclass | 8 inherit create-spdx-3.0
|
H A D | create-spdx-3.0.bbclass | 7 inherit spdx-common 117 IMAGE_CLASSES:append = " create-spdx-image-3.0" 118 SDK_CLASSES += "create-spdx-sdk-3.0"
|
/openbmc/linux/Documentation/translations/zh_CN/process/ |
H A D | license-rules.rst | 46 https://spdx.org/ 50 https://spdx.org/licenses/ 上的官方SPDX许可证列表中检索,并附带许可证 183 SPDX-URL: https://spdx.org/licenses/GPL-2.0.html 198 SPDX-URL: https://spdx.org/licenses/MIT.html 235 SPDX-URL: https://spdx.org/licenses/ISC.html 298 SPDX-URL: https://spdx.org/licenses/Linux-syscall-note.html 313 SPDX-URL: https://spdx.org/licenses/GCC-exception-2.0.html
|
/openbmc/linux/Documentation/translations/zh_TW/process/ |
H A D | license-rules.rst | 49 https://spdx.org/ 53 https://spdx.org/licenses/ 上的官方SPDX許可證列表中檢索,並附帶許可證 186 SPDX-URL: https://spdx.org/licenses/GPL-2.0.html 201 SPDX-URL: https://spdx.org/licenses/MIT.html 238 SPDX-URL: https://spdx.org/licenses/ISC.html 301 SPDX-URL: https://spdx.org/licenses/Linux-syscall-note.html 316 SPDX-URL: https://spdx.org/licenses/GCC-exception-2.0.html
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-spdx-tools_0.8.3.bb | 1 SUMMARY = "Python tool to parse, validate and convert spdx files" 2 HOMEPAGE = "https://github.com/spdx/tools-python"
|
/openbmc/u-boot/Licenses/ |
H A D | README | 137 [1] http://spdx.org/ 138 [2] http://spdx.org/licenses/ 147 BSD 2-Clause License BSD-2-Clause Y bsd-2-clause.txt http://spdx.org/licenses/BSD-2-Clause 148 BSD 3-clause "New" or "Revised" License BSD-3-Clause Y bsd-3-clause.txt http://spdx.org/licenses/… 151 ISC License ISC Y isc.txt https://spdx.org/licenses/ISC 152 SIL OPEN FONT LICENSE (OFL-1.1) OFL-1.1 Y OFL.txt https://spdx.org/licenses/OFL-1.1.html 153 X11 License X11 x11.txt https://spdx.org/licenses/X11.html
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sbom.py | 97 import oe.spdx 118 doc = oe.spdx.SPDXDocument.from_json(f)
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-3.4.1.rst | 59 - create-spdx: Fix key errors in do_create_runtime_spdx 60 - create-spdx: Protect against None from :term:`LICENSE_PATH` 61 - create-spdx: Set the Organization field via a variable 62 - create-spdx: add create_annotation function 63 - create-spdx: cross recipes are native also 141 - spdx.py: Add annotation to relationship
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/classes/ |
H A D | extra_imagedepends_only.bbclass | 27 IMAGE_CLASSES:remove = "create-spdx-image-3.0"
|
/openbmc/linux/Documentation/process/ |
H A D | license-rules.rst | 51 legal teams. For further information see https://spdx.org/ 56 license list at https://spdx.org/licenses/ along with the license texts. 211 SPDX-URL: https://spdx.org/licenses/GPL-2.0.html 226 SPDX-URL: https://spdx.org/licenses/MIT.html 270 SPDX-URL: https://spdx.org/licenses/ISC.html 318 SPDX-URL: https://spdx.org/licenses/MPL-1.1.html 391 SPDX-URL: https://spdx.org/licenses/Linux-syscall-note.html 406 SPDX-URL: https://spdx.org/licenses/GCC-exception-2.0.html
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | license-rules.rst | 61 https://spdx.org/ 67 https://spdx.org/licenses/. 226 SPDX-URL: https://spdx.org/licenses/GPL-2.0.html 241 SPDX-URL: https://spdx.org/licenses/MIT.html 283 SPDX-URL: https://spdx.org/licenses/ISC.html 330 SPDX-URL: https://spdx.org/licenses/MPL-1.1.html 406 SPDX-URL: https://spdx.org/licenses/Linux-syscall-note.html 421 SPDX-URL: https://spdx.org/licenses/GCC-exception-2.0.html
|
/openbmc/openbmc/poky/ |
H A D | LICENSE | 20 License Identifiers that are here available: http://spdx.org/licenses/
|
/openbmc/openbmc/ |
H A D | LICENSE | 20 License Identifiers that are here available: http://spdx.org/licenses/
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Parity-7.0.0 | 43 …SE-2.0.html), [the MIT license](https://spdx.org/licenses/MIT.html), or [the two-clause BSD licens…
|
/openbmc/linux/LICENSES/deprecated/ |
H A D | ISC | 2 SPDX-URL: https://spdx.org/licenses/ISC.html
|
H A D | Zlib | 2 SPDX-URL: https://spdx.org/licenses/Zlib.html
|
H A D | Linux-OpenIB | 2 SPDX-URL: https://spdx.org/licenses/Linux-OpenIB.html
|
/openbmc/linux/LICENSES/exceptions/ |
H A D | GCC-exception-2.0 | 2 SPDX-URL: https://spdx.org/licenses/GCC-exception-2.0.html
|
/openbmc/openbmc/poky/bitbake/ |
H A D | LICENSE | 9 License Identifiers that are here available: http://spdx.org/licenses/
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | create-spdx-image-3.0.bbclass | 52 SSTATE_SKIP_CREATION:task-create-image-spdx = "1"
|