Re: [docs][PATCH v2] migration-guide: Add guide for converting licenses

"Antonin Godard" <[email protected]> Thu, 23 Jul 2026 09:11:46 +0200
Newsgroups org.yoctoproject.lists.docs
Message-ID <[email protected]>
Hi,

Merged on master-next with:

diff --git a/documentation/migration-guides/migration-6.1.rst b/documentati=
on/migration-guides/migration-6.1.rst
index a49cca270..025b8f709 100644
--- a/documentation/migration-guides/migration-6.1.rst
+++ b/documentation/migration-guides/migration-6.1.rst
@@ -103,7 +103,7 @@ The changes required for the new expressions are as fol=
lows:
    Keep in mind that you can still have a common license file in
    :term:`LICENSE_PATH` and refer to it with a ``LicenseRef-`` license. No=
te
    that when you do this, you will also need to provide a
-   :term:`LIC_FILE_CHKSUM` value to point to your license file.
+   :term:`LIC_FILES_CHKSUM` value to point to your license file.
=20
 6. The generic ``PD`` (Public Domain) license is no longer allowed (since =
it is
    not a valid `SPDX License Identifier`_). Additionally, the meaning of

Antonin