diff mbox series

dev-manual: update license manifest path

Message ID 20240103192535.1129768-1-iillyyaa@gmail.com
State New
Headers show
Series dev-manual: update license manifest path | expand

Commit Message

Ilya A. Kriveshko Jan. 3, 2024, 7:25 p.m. UTC
After changes in openembedded-core@1a4ab9f, image licenses moved one
directory down into ${SSTATE_PKGARCH} subdir.

Signed-off-by: Ilya A. Kriveshko <iillyyaa@gmail.com>
---
 documentation/dev-manual/licenses.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Opdenacker Jan. 8, 2024, 3:49 p.m. UTC | #1
Hi Ilya

Many thanks for the update!

On 03.01.24 at 20:25, Ilya A. Kriveshko wrote:
> After changes in openembedded-core@1a4ab9f, image licenses moved one
> directory down into ${SSTATE_PKGARCH} subdir.
>
> Signed-off-by: Ilya A. Kriveshko <iillyyaa@gmail.com>
> ---
>   documentation/dev-manual/licenses.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/documentation/dev-manual/licenses.rst b/documentation/dev-manual/licenses.rst
> index 3b9190d47..57713effa 100644
> --- a/documentation/dev-manual/licenses.rst
> +++ b/documentation/dev-manual/licenses.rst
> @@ -330,11 +330,11 @@ completeness.
>   
>   .. note::
>   
>      The Yocto Project generates a license manifest during image creation
>      that is located in
> -   ``${DEPLOY_DIR}/licenses/<image-name>-<machine>.rootfs-<datestamp>/``
> +   ``${DEPLOY_DIR}/licenses/${SSTATE_PKGARCH}/<image-name>-<machine>.rootfs-<datestamp>/``
>      to assist with any audits.


Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Merged into master-next. I'll also update the "nanbield" branch.
Cheers
Michael.
diff mbox series

Patch

diff --git a/documentation/dev-manual/licenses.rst b/documentation/dev-manual/licenses.rst
index 3b9190d47..57713effa 100644
--- a/documentation/dev-manual/licenses.rst
+++ b/documentation/dev-manual/licenses.rst
@@ -330,11 +330,11 @@  completeness.
 
 .. note::
 
    The Yocto Project generates a license manifest during image creation
    that is located in
-   ``${DEPLOY_DIR}/licenses/<image-name>-<machine>.rootfs-<datestamp>/``
+   ``${DEPLOY_DIR}/licenses/${SSTATE_PKGARCH}/<image-name>-<machine>.rootfs-<datestamp>/``
    to assist with any audits.
 
 Providing the Source Code
 -------------------------