Home
last modified time | relevance | path

Searched refs:spdx (Results 1 – 25 of 86) sorted by relevance

1234

/openbmc/openbmc/poky/scripts/contrib/
H A Dmake-spdx-bindings.sh9 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 Dspdxcheck.py55 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 Dsbom.rst29 :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 Dcreate-spdx-2.2.bbclass7 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 Dspdx-common.bbclass8 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 Dcreate-spdx.bbclass8 inherit create-spdx-3.0
H A Dcreate-spdx-3.0.bbclass7 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 Dlicense-rules.rst46 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 Dlicense-rules.rst49 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 Dpython3-spdx-tools_0.8.3.bb1 SUMMARY = "Python tool to parse, validate and convert spdx files"
2 HOMEPAGE = "https://github.com/spdx/tools-python"
/openbmc/u-boot/Licenses/
H A DREADME137 [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 Dsbom.py97 import oe.spdx
118 doc = oe.spdx.SPDXDocument.from_json(f)
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.1.rst59 - 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 Dextra_imagedepends_only.bbclass27 IMAGE_CLASSES:remove = "create-spdx-image-3.0"
/openbmc/linux/Documentation/process/
H A Dlicense-rules.rst51 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 Dlicense-rules.rst61 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 DLICENSE20 License Identifiers that are here available: http://spdx.org/licenses/
/openbmc/openbmc/
H A DLICENSE20 License Identifiers that are here available: http://spdx.org/licenses/
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DParity-7.0.043 …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 DISC2 SPDX-URL: https://spdx.org/licenses/ISC.html
H A DZlib2 SPDX-URL: https://spdx.org/licenses/Zlib.html
H A DLinux-OpenIB2 SPDX-URL: https://spdx.org/licenses/Linux-OpenIB.html
/openbmc/linux/LICENSES/exceptions/
H A DGCC-exception-2.02 SPDX-URL: https://spdx.org/licenses/GCC-exception-2.0.html
/openbmc/openbmc/poky/bitbake/
H A DLICENSE9 License Identifiers that are here available: http://spdx.org/licenses/
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcreate-spdx-image-3.0.bbclass52 SSTATE_SKIP_CREATION:task-create-image-spdx = "1"

1234