summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-09-13 15:20:06 +0200
committerSteve Sakoman <steve@sakoman.com>2023-09-23 05:26:16 -1000
commitdfa76689b8d10398dd1bb06743633785d2831876 (patch)
tree63e34ac4b0af6edafe2f0105e5d3fb44934706ce /documentation
parent3fde5d606b07ca1824a5fc452d71b0bbacc3e7df (diff)
downloadpoky-dfa76689b8d10398dd1bb06743633785d2831876.tar.gz
dev-manual: licenses: update license manifest location
- Fix broken markup (wasn't displaying properly) - Update the path to the directory containing license information (this change applies to the kirkstone branch) - Fix typo later in the document (From yocto-docs rev: 8f02741de867125f11a37822b2d206be180d4ee3) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/licenses.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/dev-manual/licenses.rst b/documentation/dev-manual/licenses.rst
index 15e5c7396a..419af7c326 100644
--- a/documentation/dev-manual/licenses.rst
+++ b/documentation/dev-manual/licenses.rst
@@ -326,7 +326,8 @@ completeness.
326.. note:: 326.. note::
327 327
328 The Yocto Project generates a license manifest during image creation 328 The Yocto Project generates a license manifest during image creation
329 that is located in ``${DEPLOY_DIR}/licenses/``\ `image_name`\ ``-``\ `datestamp` 329 that is located in
330 ``${DEPLOY_DIR}/licenses/<image-name>-<machine>.rootfs-<datestamp>/``
330 to assist with any audits. 331 to assist with any audits.
331 332
332Providing the Source Code 333Providing the Source Code
@@ -444,7 +445,7 @@ with source as defined by the GPL and other open source licenses.
444Providing Compilation Scripts and Source Code Modifications 445Providing Compilation Scripts and Source Code Modifications
445----------------------------------------------------------- 446-----------------------------------------------------------
446 447
447At this point, we have addressed all we need to prior to generating the 448At this point, we have addressed all we need prior to generating the
448image. The next two requirements are addressed during the final 449image. The next two requirements are addressed during the final
449packaging of the release. 450packaging of the release.
450 451