| Message ID | 5d1922b8-dd2d-8a47-dc3f-fb3a8d017947@crashcourse.ca |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [v3] ref-manual: add missing entry for build/tmp/deploy/spdx | expand |
Hi Robert, On 6/25/26 10:31 AM, Robert P. J. Day via lists.yoctoproject.org wrote: > > There is no entry in the Build Directory section for the directory > build/tmp/deploy/spdx, so add it. > Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Thanks! Quentin
diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst index ff84b250b..8529fe336 100644 --- a/documentation/ref-manual/structure.rst +++ b/documentation/ref-manual/structure.rst @@ -539,6 +539,16 @@ licensing, see the ":ref:`dev-manual/licenses:maintaining open source license compliance during your product's lifecycle`" section in the Yocto Project Development Tasks Manual. +.. _structure-build-tmp-deploy-spdx: + +``build/tmp/deploy/spdx/`` +^^^^^^^^^^^^^^^^^^^^^^^^^^ + +This directory contains JSON files in :term:`SPDX` format which are used to +create a Software Bill of Materials (:term:`SBOM`), as explained in detail in +the ":ref:`dev-manual/sbom:creating a software bill of materials`" section of +the Yocto Project Development Tasks Manual. + .. _structure-build-tmp-deploy-images: ``build/tmp/deploy/images/``
There is no entry in the Build Directory section for the directory build/tmp/deploy/spdx, so add it. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---