summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya A. Kriveshko <iillyyaa@gmail.com>2024-01-03 14:25:35 -0500
committerSteve Sakoman <steve@sakoman.com>2024-01-27 08:09:48 -1000
commitf5f8ec78d4e6222c001dbebaed07bbff7cc2be83 (patch)
treee64202612fbb4114add98a3361f1aeaa74c62076
parent1e3f7444bac400c7aa00ce76f1f7ea80f7867c55 (diff)
downloadpoky-f5f8ec78d4e6222c001dbebaed07bbff7cc2be83.tar.gz
dev-manual: update license manifest path
After changes in openembedded-core@1a4ab9f, image licenses moved one directory down into ${SSTATE_PKGARCH} subdir. (From yocto-docs rev: 244481a93a67c781ae846ef3b8bd8f8f30906a86) Signed-off-by: Ilya A. Kriveshko <iillyyaa@gmail.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/dev-manual/licenses.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/licenses.rst b/documentation/dev-manual/licenses.rst
index 3b9190d47f..57713effa0 100644
--- a/documentation/dev-manual/licenses.rst
+++ b/documentation/dev-manual/licenses.rst
@@ -332,7 +332,7 @@ completeness.
332 332
333 The Yocto Project generates a license manifest during image creation 333 The Yocto Project generates a license manifest during image creation
334 that is located in 334 that is located in
335 ``${DEPLOY_DIR}/licenses/<image-name>-<machine>.rootfs-<datestamp>/`` 335 ``${DEPLOY_DIR}/licenses/${SSTATE_PKGARCH}/<image-name>-<machine>.rootfs-<datestamp>/``
336 to assist with any audits. 336 to assist with any audits.
337 337
338Providing the Source Code 338Providing the Source Code