docs.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/5] Update migration-guides and release-notes
@ 2024-04-03 14:37 Joao Marcos Costa
  2024-04-03 14:37 ` [PATCH v1 1/5] migration-guides: list removed recipes Joao Marcos Costa
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Joao Marcos Costa @ 2024-04-03 14:37 UTC (permalink / raw)
  To: docs; +Cc: michael.opdenacker, Joao Marcos Costa

Hello,

I started inspecting the changes since Nanbield to come out with a bit of
documentation for the upcoming release. Here are my first writings, and I count
on doing some more, as WIC enhancements, testing and scripts' enhancements, Go
language, etc.

Best regards,

Joao Marcos Costa (5):
  migration-guides: list removed recipes
  migration-guides: leave Removed classes empty
  migration-guides: leave Deprecated variables empty
  migration-guides: list systemd changes
  release-notes: list systemd changes

 documentation/migration-guides/migration-5.0.rst  | 15 +++++++++++++--
 .../migration-guides/release-notes-5.0.rst        | 11 +++++++++++
 2 files changed, 24 insertions(+), 2 deletions(-)

-- 
2.43.0



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH v1 1/5] migration-guides: list removed recipes
  2024-04-03 14:37 [PATCH v1 0/5] Update migration-guides and release-notes Joao Marcos Costa
@ 2024-04-03 14:37 ` Joao Marcos Costa
  2024-04-03 14:37 ` [PATCH v1 2/5] migration-guides: leave Removed classes empty Joao Marcos Costa
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Joao Marcos Costa @ 2024-04-03 14:37 UTC (permalink / raw)
  To: docs; +Cc: michael.opdenacker, Joao Marcos Costa

Fill the 'Removed recipes' section for the upcoming release 5.0

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
---
 documentation/migration-guides/migration-5.0.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/documentation/migration-guides/migration-5.0.rst b/documentation/migration-guides/migration-5.0.rst
index 227b21ba7..f7d817176 100644
--- a/documentation/migration-guides/migration-5.0.rst
+++ b/documentation/migration-guides/migration-5.0.rst
@@ -94,6 +94,11 @@ Removed recipes
 
 The following recipes have been removed in this release:
 
+- ``libcroco``: deprecated and archived by the Gnome Project.
+- ``linux-yocto``: version 6.1 (version 6.6 provided instead).
+- ``zvariant``: fails to build with newer Rust
+- ``systemtap-uprobes``: obsolete.
+
 .. _migration-5.0-removed-classes:
 
 Removed classes
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH v1 2/5] migration-guides: leave Removed classes empty
  2024-04-03 14:37 [PATCH v1 0/5] Update migration-guides and release-notes Joao Marcos Costa
  2024-04-03 14:37 ` [PATCH v1 1/5] migration-guides: list removed recipes Joao Marcos Costa
@ 2024-04-03 14:37 ` Joao Marcos Costa
  2024-04-03 14:37 ` [PATCH v1 3/5] migration-guides: leave Deprecated variables empty Joao Marcos Costa
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Joao Marcos Costa @ 2024-04-03 14:37 UTC (permalink / raw)
  To: docs; +Cc: michael.opdenacker, Joao Marcos Costa

Only mention in 'Removed recipes' section that no classes were removed in the
upcoming release 5.0

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
---
 documentation/migration-guides/migration-5.0.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/migration-guides/migration-5.0.rst b/documentation/migration-guides/migration-5.0.rst
index f7d817176..2c106ee13 100644
--- a/documentation/migration-guides/migration-5.0.rst
+++ b/documentation/migration-guides/migration-5.0.rst
@@ -104,7 +104,7 @@ The following recipes have been removed in this release:
 Removed classes
 ~~~~~~~~~~~~~~~
 
-The following classes have been removed in this release:
+No classes have been removed in this release.
 
 .. _migration-5.0-qemu-changes:
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH v1 3/5] migration-guides: leave Deprecated variables empty
  2024-04-03 14:37 [PATCH v1 0/5] Update migration-guides and release-notes Joao Marcos Costa
  2024-04-03 14:37 ` [PATCH v1 1/5] migration-guides: list removed recipes Joao Marcos Costa
  2024-04-03 14:37 ` [PATCH v1 2/5] migration-guides: leave Removed classes empty Joao Marcos Costa
@ 2024-04-03 14:37 ` Joao Marcos Costa
  2024-04-03 14:37 ` [PATCH v1 4/5] migration-guides: list systemd changes Joao Marcos Costa
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Joao Marcos Costa @ 2024-04-03 14:37 UTC (permalink / raw)
  To: docs; +Cc: michael.opdenacker, Joao Marcos Costa

Only mention that no variables were deprecated in the upcoming release 5.0

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
---
 documentation/migration-guides/migration-5.0.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/migration-guides/migration-5.0.rst b/documentation/migration-guides/migration-5.0.rst
index 2c106ee13..cf55ee4c1 100644
--- a/documentation/migration-guides/migration-5.0.rst
+++ b/documentation/migration-guides/migration-5.0.rst
@@ -70,7 +70,7 @@ Recipe changes
 Deprecated variables
 ~~~~~~~~~~~~~~~~~~~~
 
-The following variables have been deprecated:
+No variables have been deprecated in this release.
 
 .. _migration-5.0-removed-variables:
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH v1 4/5] migration-guides: list systemd changes
  2024-04-03 14:37 [PATCH v1 0/5] Update migration-guides and release-notes Joao Marcos Costa
                   ` (2 preceding siblings ...)
  2024-04-03 14:37 ` [PATCH v1 3/5] migration-guides: leave Deprecated variables empty Joao Marcos Costa
@ 2024-04-03 14:37 ` Joao Marcos Costa
  2024-04-03 14:37 ` [PATCH v1 5/5] release-notes: " Joao Marcos Costa
  2024-04-04 14:41 ` [docs] [PATCH v1 0/5] Update migration-guides and release-notes Michael Opdenacker
  5 siblings, 0 replies; 7+ messages in thread
From: Joao Marcos Costa @ 2024-04-03 14:37 UTC (permalink / raw)
  To: docs; +Cc: michael.opdenacker, Joao Marcos Costa

Mention the nss-resolve related changes.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
---
 documentation/migration-guides/migration-5.0.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/documentation/migration-guides/migration-5.0.rst b/documentation/migration-guides/migration-5.0.rst
index cf55ee4c1..16ee86e0b 100644
--- a/documentation/migration-guides/migration-5.0.rst
+++ b/documentation/migration-guides/migration-5.0.rst
@@ -57,6 +57,12 @@ Go language changes
 systemd changes
 ~~~~~~~~~~~~~~~
 
+Systemd's nss-resolve plugin is now supported and can be added via the
+``nss-resolve`` :term:`PACKAGECONFIG` option , which is from now on required
+(along with ``resolved``) by the ``systemd-resolved`` feature. Related to that
+(i.e., Systemd's network name resolution), an option to use ``stub-resolv.conf``
+was added as well.
+
 .. _migration-5.0-recipe-changes:
 
 Recipe changes
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH v1 5/5] release-notes: list systemd changes
  2024-04-03 14:37 [PATCH v1 0/5] Update migration-guides and release-notes Joao Marcos Costa
                   ` (3 preceding siblings ...)
  2024-04-03 14:37 ` [PATCH v1 4/5] migration-guides: list systemd changes Joao Marcos Costa
@ 2024-04-03 14:37 ` Joao Marcos Costa
  2024-04-04 14:41 ` [docs] [PATCH v1 0/5] Update migration-guides and release-notes Michael Opdenacker
  5 siblings, 0 replies; 7+ messages in thread
From: Joao Marcos Costa @ 2024-04-03 14:37 UTC (permalink / raw)
  To: docs; +Cc: michael.opdenacker, Joao Marcos Costa

Add PACKAGECONFIG-related changes, as well as systemd-boot-native, to
'Miscellaneous changes section'.

Mention the licensing changes in systemd and libsystemd.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
---
 documentation/migration-guides/release-notes-5.0.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/documentation/migration-guides/release-notes-5.0.rst b/documentation/migration-guides/release-notes-5.0.rst
index e5cdd87d1..adc1597bb 100644
--- a/documentation/migration-guides/release-notes-5.0.rst
+++ b/documentation/migration-guides/release-notes-5.0.rst
@@ -42,6 +42,12 @@ New Features / Enhancements in 5.0
 
 -  Miscellaneous changes:
 
+   -  Systemd's following :term:`PACKAGECONFIG` options were added:
+      ``cryptsetup-plugins``, ``no-ntp-fallback``, and ``p11kit``.
+
+   -  ``systemd-boot`` can, from now on, be compiled as ``native``, thus
+      providing ``ukify`` tool to build UKI images.
+
 Known Issues in 5.0
 ~~~~~~~~~~~~~~~~~~~
 
@@ -50,6 +56,11 @@ Known Issues in 5.0
 Recipe License changes in 5.0
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+The following corrections have been made to the :term:`LICENSE` values set by recipes:
+
+-  ``systemd``: make the scope of ``LGPL`` more accurate (``LGPL-2.1`` -> ``LGPL-2.1-or-later``)
+-  ``libsystemd``: set its own :term:`LICENSE` value (``LGPL-2.1-or-later``) to add more granularity
+
 Security Fixes in 5.0
 ~~~~~~~~~~~~~~~~~~~~~
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [docs] [PATCH v1 0/5] Update migration-guides and release-notes
  2024-04-03 14:37 [PATCH v1 0/5] Update migration-guides and release-notes Joao Marcos Costa
                   ` (4 preceding siblings ...)
  2024-04-03 14:37 ` [PATCH v1 5/5] release-notes: " Joao Marcos Costa
@ 2024-04-04 14:41 ` Michael Opdenacker
  5 siblings, 0 replies; 7+ messages in thread
From: Michael Opdenacker @ 2024-04-04 14:41 UTC (permalink / raw)
  To: joaomarcos.costa; +Cc: docs

Hi João

On 4/3/24 at 16:37, Joao Marcos Costa via lists.yoctoproject.org wrote:
> Hello,
>
> I started inspecting the changes since Nanbield to come out with a bit of
> documentation for the upcoming release. Here are my first writings, and I count
> on doing some more, as WIC enhancements, testing and scripts' enhancements, Go
> language, etc.
>
> Best regards,
>
> Joao Marcos Costa (5):
>    migration-guides: list removed recipes
>    migration-guides: leave Removed classes empty
>    migration-guides: leave Deprecated variables empty
>    migration-guides: list systemd changes
>    release-notes: list systemd changes
>
>   documentation/migration-guides/migration-5.0.rst  | 15 +++++++++++++--
>   .../migration-guides/release-notes-5.0.rst        | 11 +++++++++++
>   2 files changed, 24 insertions(+), 2 deletions(-)


Thanks for these updates!
After fixing your author identity, everything is fine.
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Merged into master-next.

To other contributors, more notes are welcome, if possible against the 
"master-next" branch to have the latest changes.
Thanks in advance
Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-04-04 14:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-03 14:37 [PATCH v1 0/5] Update migration-guides and release-notes Joao Marcos Costa
2024-04-03 14:37 ` [PATCH v1 1/5] migration-guides: list removed recipes Joao Marcos Costa
2024-04-03 14:37 ` [PATCH v1 2/5] migration-guides: leave Removed classes empty Joao Marcos Costa
2024-04-03 14:37 ` [PATCH v1 3/5] migration-guides: leave Deprecated variables empty Joao Marcos Costa
2024-04-03 14:37 ` [PATCH v1 4/5] migration-guides: list systemd changes Joao Marcos Costa
2024-04-03 14:37 ` [PATCH v1 5/5] release-notes: " Joao Marcos Costa
2024-04-04 14:41 ` [docs] [PATCH v1 0/5] Update migration-guides and release-notes Michael Opdenacker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).