summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-09-13 15:20:06 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-19 15:57:35 +0100
commit8f6f37b37bf3f062b15d4a57663f56f6d946276b (patch)
tree34e4183f692c52a2c367d242e59f9a9337ba9b30 /documentation/dev-manual
parent8b3a81f42f641ce93dbaa0232b701f281069ebdc (diff)
downloadpoky-8f6f37b37bf3f062b15d4a57663f56f6d946276b.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 - Fix typo later in the document (From yocto-docs rev: f090bb9d2d9cf3833ff0743cfa0cc52099688c64) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-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 e3f0aa9dc1..f28baf57d1 100644
--- a/documentation/dev-manual/licenses.rst
+++ b/documentation/dev-manual/licenses.rst
@@ -317,7 +317,8 @@ audit all artifacts to ensure completeness.
317.. note:: 317.. note::
318 318
319 The Yocto Project generates a license manifest during image creation 319 The Yocto Project generates a license manifest during image creation
320 that is located in ``${DEPLOY_DIR}/licenses/``\ `image_name`\ ``-``\ `datestamp` 320 that is located in
321 ``${DEPLOY_DIR}/licenses/<image-name>-<machine>.rootfs-<datestamp>/``
321 to assist with any audits. 322 to assist with any audits.
322 323
323Providing the Source Code 324Providing the Source Code
@@ -435,7 +436,7 @@ with source as defined by the GPL and other open source licenses.
435Providing Compilation Scripts and Source Code Modifications 436Providing Compilation Scripts and Source Code Modifications
436----------------------------------------------------------- 437-----------------------------------------------------------
437 438
438At this point, we have addressed all we need to prior to generating the 439At this point, we have addressed all we need prior to generating the
439image. The next two requirements are addressed during the final 440image. The next two requirements are addressed during the final
440packaging of the release. 441packaging of the release.
441 442