diff mbox series

[06/20] migration-guides/migration-6.1.rst: add tip to use convert-spdx-licenses.py

Message ID 20260918-releases-notes-6-1-v1-6-2d0fceffa242@bootlin.com
State New
Headers show
Series Updates and release notes for 6.1 | expand

Commit Message

Antonin Godard Sept. 18, 2026, 1:53 p.m. UTC
The script might be useful to convert LICENSE expressions to the new
format. Mention it in the migration guide.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/migration-guides/migration-6.1.rst | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/documentation/migration-guides/migration-6.1.rst b/documentation/migration-guides/migration-6.1.rst
index 6a7cda0a3..6a98ee86d 100644
--- a/documentation/migration-guides/migration-6.1.rst
+++ b/documentation/migration-guides/migration-6.1.rst
@@ -140,6 +140,11 @@  automatically converted to a :term:`SPDX License Expression`, but a warning is
 issued when this occurs. This support will eventually be removed and the only
 valid values for these variables will be :term:`SPDX License Expression`.
 
+.. tip::
+
+   The :oecore_path:`scripts/contrib/convert-spdx-licenses.py` script can help
+   converting :term:`LICENSE` expressions in :term:`layers <Layer>`.
+
 Removed recipes
 ---------------