diff options
author | Ilya A. Kriveshko <iillyyaa@gmail.com> | 2024-01-03 14:25:35 -0500 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-01-27 08:09:48 -1000 |
commit | f5f8ec78d4e6222c001dbebaed07bbff7cc2be83 (patch) | |
tree | e64202612fbb4114add98a3361f1aeaa74c62076 | |
parent | 1e3f7444bac400c7aa00ce76f1f7ea80f7867c55 (diff) | |
download | poky-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.rst | 2 |
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 | ||
338 | Providing the Source Code | 338 | Providing the Source Code |