docs.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/6] Add Miscellaneous changes and QEMU changes
@ 2024-04-05 14:34 joaomarcos.costa
  2024-04-05 14:34 ` [PATCH v1 1/6] migration-guides: list removed variables joaomarcos.costa
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: joaomarcos.costa @ 2024-04-05 14:34 UTC (permalink / raw)
  To: docs; +Cc: thomas.petazzoni, michael.opdenacker, Joao Marcos Costa

From: Joao Marcos Costa <joaomarcos.costa@bootlin.com>

Hello,

The first patch, concerning the removed variables, should have been sent in the
first series, but I overlooked that. Regarding the others, they address the
remaining sections and, unless I'm mistaken, the migration doc is complete.

Best regards,

Joao Marcos Costa (6):
  migration-guides: list removed variables
  migration: add QEMU changes
  migration: add Miscellaneous changes
  migration: end sentences with a dot
  migration: add a second space after the items
  migration: replace dashes by colons

 .../migration-guides/migration-5.0.rst        | 22 +++++++++++++++----
 1 file changed, 18 insertions(+), 4 deletions(-)

-- 
2.43.0



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

* [PATCH v1 1/6] migration-guides: list removed variables
  2024-04-05 14:34 [PATCH v1 0/6] Add Miscellaneous changes and QEMU changes joaomarcos.costa
@ 2024-04-05 14:34 ` joaomarcos.costa
  2024-04-05 14:34 ` [PATCH v1 2/6] migration: add QEMU changes joaomarcos.costa
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: joaomarcos.costa @ 2024-04-05 14:34 UTC (permalink / raw)
  To: docs; +Cc: thomas.petazzoni, michael.opdenacker, Joao Marcos Costa

From: Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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

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

diff --git a/documentation/migration-guides/migration-5.0.rst b/documentation/migration-guides/migration-5.0.rst
index 902cc11bf..ab6b191cf 100644
--- a/documentation/migration-guides/migration-5.0.rst
+++ b/documentation/migration-guides/migration-5.0.rst
@@ -89,6 +89,14 @@ Removed variables
 
 The following variables have been removed:
 
+-  ``DEPLOY_DIR_TAR``
+-  ``PYTHON_PN`` - Python 2 has been removed, leaving Python 3 as the sole
+   major version. Therefore, an abstraction to differentiate both versions is
+   no longer needed.
+-  ``oldincludedir``
+-  ``USE_L10N`` - previously deprecated, and now removed
+-  ``CVE_SOCKET_TIMEOUT``
+
 .. _migration-5.0-removed-recipes:
 
 Removed recipes
-- 
2.43.0



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

* [PATCH v1 2/6] migration: add QEMU changes
  2024-04-05 14:34 [PATCH v1 0/6] Add Miscellaneous changes and QEMU changes joaomarcos.costa
  2024-04-05 14:34 ` [PATCH v1 1/6] migration-guides: list removed variables joaomarcos.costa
@ 2024-04-05 14:34 ` joaomarcos.costa
  2024-04-05 14:34 ` [PATCH v1 3/6] migration: add Miscellaneous changes joaomarcos.costa
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: joaomarcos.costa @ 2024-04-05 14:34 UTC (permalink / raw)
  To: docs; +Cc: thomas.petazzoni, michael.opdenacker, Joao Marcos Costa

From: Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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

diff --git a/documentation/migration-guides/migration-5.0.rst b/documentation/migration-guides/migration-5.0.rst
index ab6b191cf..72af77083 100644
--- a/documentation/migration-guides/migration-5.0.rst
+++ b/documentation/migration-guides/migration-5.0.rst
@@ -121,6 +121,10 @@ No classes have been removed in this release.
 QEMU changes
 ~~~~~~~~~~~~
 
+In ``tune-core2``, the cpu models ``n270`` and ``core2duo`` are no longer
+passed to QEMU, since its documentation recommends not using them with ``-cpu``
+option. Therefore, from now on, ``Nehalem`` model is used instead.
+
 .. _migration-5.0-misc-changes:
 
 Miscellaneous changes
-- 
2.43.0



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

* [PATCH v1 3/6] migration: add Miscellaneous changes
  2024-04-05 14:34 [PATCH v1 0/6] Add Miscellaneous changes and QEMU changes joaomarcos.costa
  2024-04-05 14:34 ` [PATCH v1 1/6] migration-guides: list removed variables joaomarcos.costa
  2024-04-05 14:34 ` [PATCH v1 2/6] migration: add QEMU changes joaomarcos.costa
@ 2024-04-05 14:34 ` joaomarcos.costa
  2024-04-05 14:34 ` [PATCH v1 4/6] migration: end sentences with a dot joaomarcos.costa
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: joaomarcos.costa @ 2024-04-05 14:34 UTC (permalink / raw)
  To: docs; +Cc: thomas.petazzoni, michael.opdenacker, Joao Marcos Costa

From: Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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

diff --git a/documentation/migration-guides/migration-5.0.rst b/documentation/migration-guides/migration-5.0.rst
index 72af77083..157a95733 100644
--- a/documentation/migration-guides/migration-5.0.rst
+++ b/documentation/migration-guides/migration-5.0.rst
@@ -130,3 +130,5 @@ option. Therefore, from now on, ``Nehalem`` model is used instead.
 Miscellaneous changes
 ~~~~~~~~~~~~~~~~~~~~~
 
+-  ``bitbake-whatchanged`` script was removed.
+-  ``ccache`` no longer supports FORTRAN.
-- 
2.43.0



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

* [PATCH v1 4/6] migration: end sentences with a dot
  2024-04-05 14:34 [PATCH v1 0/6] Add Miscellaneous changes and QEMU changes joaomarcos.costa
                   ` (2 preceding siblings ...)
  2024-04-05 14:34 ` [PATCH v1 3/6] migration: add Miscellaneous changes joaomarcos.costa
@ 2024-04-05 14:34 ` joaomarcos.costa
  2024-04-05 14:34 ` [PATCH v1 5/6] migration: add a second space after the items joaomarcos.costa
  2024-04-05 14:34 ` [PATCH v1 6/6] migration: replace dashes by colons joaomarcos.costa
  5 siblings, 0 replies; 8+ messages in thread
From: joaomarcos.costa @ 2024-04-05 14:34 UTC (permalink / raw)
  To: docs; +Cc: thomas.petazzoni, michael.opdenacker, Joao Marcos Costa

From: Joao Marcos Costa <joaomarcos.costa@bootlin.com>

It seems coherent with the previous release notes.

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

diff --git a/documentation/migration-guides/migration-5.0.rst b/documentation/migration-guides/migration-5.0.rst
index 157a95733..b03b7ec8c 100644
--- a/documentation/migration-guides/migration-5.0.rst
+++ b/documentation/migration-guides/migration-5.0.rst
@@ -89,13 +89,13 @@ Removed variables
 
 The following variables have been removed:
 
--  ``DEPLOY_DIR_TAR``
+-  ``DEPLOY_DIR_TAR``.
 -  ``PYTHON_PN`` - Python 2 has been removed, leaving Python 3 as the sole
    major version. Therefore, an abstraction to differentiate both versions is
    no longer needed.
--  ``oldincludedir``
--  ``USE_L10N`` - previously deprecated, and now removed
--  ``CVE_SOCKET_TIMEOUT``
+-  ``oldincludedir``.
+-  ``USE_L10N`` - previously deprecated, and now removed.
+-  ``CVE_SOCKET_TIMEOUT``.
 
 .. _migration-5.0-removed-recipes:
 
@@ -106,7 +106,7 @@ 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
+- ``zvariant``: fails to build with newer Rust.
 - ``systemtap-uprobes``: obsolete.
 
 .. _migration-5.0-removed-classes:
-- 
2.43.0



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

* [PATCH v1 5/6] migration: add a second space after the items
  2024-04-05 14:34 [PATCH v1 0/6] Add Miscellaneous changes and QEMU changes joaomarcos.costa
                   ` (3 preceding siblings ...)
  2024-04-05 14:34 ` [PATCH v1 4/6] migration: end sentences with a dot joaomarcos.costa
@ 2024-04-05 14:34 ` joaomarcos.costa
  2024-04-05 14:34 ` [PATCH v1 6/6] migration: replace dashes by colons joaomarcos.costa
  5 siblings, 0 replies; 8+ messages in thread
From: joaomarcos.costa @ 2024-04-05 14:34 UTC (permalink / raw)
  To: docs; +Cc: thomas.petazzoni, michael.opdenacker, Joao Marcos Costa

From: Joao Marcos Costa <joaomarcos.costa@bootlin.com>

One space was missing between the dash and the backward tick.

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

diff --git a/documentation/migration-guides/migration-5.0.rst b/documentation/migration-guides/migration-5.0.rst
index b03b7ec8c..301b7a3d2 100644
--- a/documentation/migration-guides/migration-5.0.rst
+++ b/documentation/migration-guides/migration-5.0.rst
@@ -104,10 +104,10 @@ 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.
+-  ``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:
 
-- 
2.43.0



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

* [PATCH v1 6/6] migration: replace dashes by colons
  2024-04-05 14:34 [PATCH v1 0/6] Add Miscellaneous changes and QEMU changes joaomarcos.costa
                   ` (4 preceding siblings ...)
  2024-04-05 14:34 ` [PATCH v1 5/6] migration: add a second space after the items joaomarcos.costa
@ 2024-04-05 14:34 ` joaomarcos.costa
  2024-04-05 15:04   ` Michael Opdenacker
  5 siblings, 1 reply; 8+ messages in thread
From: joaomarcos.costa @ 2024-04-05 14:34 UTC (permalink / raw)
  To: docs; +Cc: thomas.petazzoni, michael.opdenacker, Joao Marcos Costa

From: Joao Marcos Costa <joaomarcos.costa@bootlin.com>

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

diff --git a/documentation/migration-guides/migration-5.0.rst b/documentation/migration-guides/migration-5.0.rst
index 301b7a3d2..888a1c60d 100644
--- a/documentation/migration-guides/migration-5.0.rst
+++ b/documentation/migration-guides/migration-5.0.rst
@@ -90,11 +90,11 @@ Removed variables
 The following variables have been removed:
 
 -  ``DEPLOY_DIR_TAR``.
--  ``PYTHON_PN`` - Python 2 has been removed, leaving Python 3 as the sole
+-  ``PYTHON_PN``: Python 2 has been removed, leaving Python 3 as the sole
    major version. Therefore, an abstraction to differentiate both versions is
    no longer needed.
 -  ``oldincludedir``.
--  ``USE_L10N`` - previously deprecated, and now removed.
+-  ``USE_L10N``: previously deprecated, and now removed.
 -  ``CVE_SOCKET_TIMEOUT``.
 
 .. _migration-5.0-removed-recipes:
-- 
2.43.0



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

* Re: [PATCH v1 6/6] migration: replace dashes by colons
  2024-04-05 14:34 ` [PATCH v1 6/6] migration: replace dashes by colons joaomarcos.costa
@ 2024-04-05 15:04   ` Michael Opdenacker
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Opdenacker @ 2024-04-05 15:04 UTC (permalink / raw)
  To: joaomarcos.costa; +Cc: thomas.petazzoni, docs

Hi João,

On 4/5/24 at 16:34, joaomarcos.costa@bootlin.com wrote:
> From: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
>
> Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
> ---
>   documentation/migration-guides/migration-5.0.rst | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/documentation/migration-guides/migration-5.0.rst b/documentation/migration-guides/migration-5.0.rst
> index 301b7a3d2..888a1c60d 100644
> --- a/documentation/migration-guides/migration-5.0.rst
> +++ b/documentation/migration-guides/migration-5.0.rst
> @@ -90,11 +90,11 @@ Removed variables
>   The following variables have been removed:
>   
>   -  ``DEPLOY_DIR_TAR``.
> --  ``PYTHON_PN`` - Python 2 has been removed, leaving Python 3 as the sole
> +-  ``PYTHON_PN``: Python 2 has been removed, leaving Python 3 as the sole
>      major version. Therefore, an abstraction to differentiate both versions is
>      no longer needed.
>   -  ``oldincludedir``.
> --  ``USE_L10N`` - previously deprecated, and now removed.
> +-  ``USE_L10N``: previously deprecated, and now removed.
>   -  ``CVE_SOCKET_TIMEOUT``.
>   
>   .. _migration-5.0-removed-recipes:

Thanks, but don't show us your fixes to your own code. In the git 
history, we want only "clean" commits whenever possible.

You should squash 4/6 and 6/6 into 1/6.

Actually, your commits could all be grouped into a single one, as they 
touch the same file. It's better not to have too many commits.

Except for 5/6, I'll take care of squashing it into the commit it fixes.
So, rebase your changes against master-next in a few minutes.

Thanks
Michael.

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



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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-05 14:34 [PATCH v1 0/6] Add Miscellaneous changes and QEMU changes joaomarcos.costa
2024-04-05 14:34 ` [PATCH v1 1/6] migration-guides: list removed variables joaomarcos.costa
2024-04-05 14:34 ` [PATCH v1 2/6] migration: add QEMU changes joaomarcos.costa
2024-04-05 14:34 ` [PATCH v1 3/6] migration: add Miscellaneous changes joaomarcos.costa
2024-04-05 14:34 ` [PATCH v1 4/6] migration: end sentences with a dot joaomarcos.costa
2024-04-05 14:34 ` [PATCH v1 5/6] migration: add a second space after the items joaomarcos.costa
2024-04-05 14:34 ` [PATCH v1 6/6] migration: replace dashes by colons joaomarcos.costa
2024-04-05 15:04   ` 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).