public inbox for docs@lists.yoctoproject.org
 help / color / mirror / Atom feed
* [PATCH 0/3] release-notes-5.0: update license, bitbake and devtool
@ 2024-04-12 10:19 chee.yang.lee
  2024-04-12 10:19 ` [PATCH 1/3] release-notes-5.0: update license section chee.yang.lee
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: chee.yang.lee @ 2024-04-12 10:19 UTC (permalink / raw)
  To: docs

From: Lee Chee Yang <chee.yang.lee@intel.com>

This is based on master-next 20e9c0c9fad3109567948af6bc40bb0fa2a5552b.
feel free to squash for commit count reduction.

Lee Chee Yang (3):
  release-notes-5.0: update license section
  release-notes-5.0: update bitbake improvement
  release-notes-5.0: add devtool improvement

 .../migration-guides/release-notes-5.0.rst    | 25 +++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

-- 
2.34.1



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

* [PATCH 1/3] release-notes-5.0: update license section
  2024-04-12 10:19 [PATCH 0/3] release-notes-5.0: update license, bitbake and devtool chee.yang.lee
@ 2024-04-12 10:19 ` chee.yang.lee
  2024-04-12 10:19 ` [PATCH 2/3] release-notes-5.0: update bitbake improvement chee.yang.lee
  2024-04-12 10:19 ` [PATCH 3/3] release-notes-5.0: add devtool improvement chee.yang.lee
  2 siblings, 0 replies; 6+ messages in thread
From: chee.yang.lee @ 2024-04-12 10:19 UTC (permalink / raw)
  To: docs

From: Lee Chee Yang <chee.yang.lee@intel.com>

also re-order license.

Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
---
 documentation/migration-guides/release-notes-5.0.rst | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/documentation/migration-guides/release-notes-5.0.rst b/documentation/migration-guides/release-notes-5.0.rst
index 2f39fda41..0a0e4e5f3 100644
--- a/documentation/migration-guides/release-notes-5.0.rst
+++ b/documentation/migration-guides/release-notes-5.0.rst
@@ -232,8 +232,16 @@ 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
+-  ``elfutils``: split license for libraries & backend and utilities.
+-  ``ghostscript``: correct :term:`LICENSE` to ``AGPL-3.0-or-later``.
+-  ``libsystemd``: set its own :term:`LICENSE` value (``LGPL-2.1-or-later``) to add more granularity.
+-  ``libtest-warnings-perl``: update :term:`LICENSE` ``Artistic-1.0`` to ``Artistic-1.0-Perl``.
+-  ``linux-firmware``: set package :term:`LICENSE` appropriately for carl9170, rockchip and powerpr.
+-  ``newlib``: add license ``Apache-2.0-with-LLVM-exception``.
+-  ``python3-poetry-core``: add license ``BSD-3-Claus`` for fastjsonschema.
+-  ``systemd``: make the scope of ``LGPL`` more accurate (``LGPL-2.1`` -> ``LGPL-2.1-or-later``).
+-  ``util-linux``: add ``GPL-1.0-or-later`` license for fdisk and ``MIT`` license for flock.
+-  ``zstd``: set to dual-licensed ``BSD-3-Clause`` or ``GPL-2.0-only``.
 
 Security Fixes in 5.0
 ~~~~~~~~~~~~~~~~~~~~~
-- 
2.34.1



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

* [PATCH 2/3] release-notes-5.0: update bitbake improvement
  2024-04-12 10:19 [PATCH 0/3] release-notes-5.0: update license, bitbake and devtool chee.yang.lee
  2024-04-12 10:19 ` [PATCH 1/3] release-notes-5.0: update license section chee.yang.lee
@ 2024-04-12 10:19 ` chee.yang.lee
  2024-04-12 13:05   ` [docs] " Michael Opdenacker
  2024-04-12 10:19 ` [PATCH 3/3] release-notes-5.0: add devtool improvement chee.yang.lee
  2 siblings, 1 reply; 6+ messages in thread
From: chee.yang.lee @ 2024-04-12 10:19 UTC (permalink / raw)
  To: docs

From: Lee Chee Yang <chee.yang.lee@intel.com>

Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
---
 documentation/migration-guides/release-notes-5.0.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/documentation/migration-guides/release-notes-5.0.rst b/documentation/migration-guides/release-notes-5.0.rst
index 0a0e4e5f3..4ac54e869 100644
--- a/documentation/migration-guides/release-notes-5.0.rst
+++ b/documentation/migration-guides/release-notes-5.0.rst
@@ -179,6 +179,10 @@ New Features / Enhancements in 5.0
    -  ``bitbake.conf``: add ``runtimedir`` to represent the path to the runtime
       state directory (i.e., ``/run``).
 
+   -  Allow disabling colored text output thru environment variable `NO_OUTPUT <https://https://no-color.org//>`__.
+
+   -  git-make-shallow: added support for git's safe.bareRepository=explicit environemnt.
+
 -  Packaging changes:
 
    -  ``package_rpm``: the RPM package compressor's mode can now be overriden.
-- 
2.34.1



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

* [PATCH 3/3] release-notes-5.0: add devtool improvement
  2024-04-12 10:19 [PATCH 0/3] release-notes-5.0: update license, bitbake and devtool chee.yang.lee
  2024-04-12 10:19 ` [PATCH 1/3] release-notes-5.0: update license section chee.yang.lee
  2024-04-12 10:19 ` [PATCH 2/3] release-notes-5.0: update bitbake improvement chee.yang.lee
@ 2024-04-12 10:19 ` chee.yang.lee
  2024-04-12 13:10   ` [docs] " Michael Opdenacker
  2 siblings, 1 reply; 6+ messages in thread
From: chee.yang.lee @ 2024-04-12 10:19 UTC (permalink / raw)
  To: docs

From: Lee Chee Yang <chee.yang.lee@intel.com>

Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
---
 documentation/migration-guides/release-notes-5.0.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/documentation/migration-guides/release-notes-5.0.rst b/documentation/migration-guides/release-notes-5.0.rst
index 4ac54e869..db292ab2b 100644
--- a/documentation/migration-guides/release-notes-5.0.rst
+++ b/documentation/migration-guides/release-notes-5.0.rst
@@ -183,6 +183,15 @@ New Features / Enhancements in 5.0
 
    -  git-make-shallow: added support for git's safe.bareRepository=explicit environemnt.
 
+-  Devtool improvement:
+
+   -  Introduced new ide-sdk plugin provides the eSDK and configures an
+      IDE to work with the eSDK.
+
+   -  Add --no-pypi option for python project that are not hosted on PyPI.
+
+   -  Add support for git submodule.
+
 -  Packaging changes:
 
    -  ``package_rpm``: the RPM package compressor's mode can now be overriden.
-- 
2.34.1



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

* Re: [docs] [PATCH 2/3] release-notes-5.0: update bitbake improvement
  2024-04-12 10:19 ` [PATCH 2/3] release-notes-5.0: update bitbake improvement chee.yang.lee
@ 2024-04-12 13:05   ` Michael Opdenacker
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Opdenacker @ 2024-04-12 13:05 UTC (permalink / raw)
  To: Lee Chee Yang; +Cc: docs

Hi Lee,

Many thanks for the update!

On 4/12/24 at 12:19, Lee Chee Yang wrote:
> From: Lee Chee Yang <chee.yang.lee@intel.com>
>
> Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
> ---
>   documentation/migration-guides/release-notes-5.0.rst | 4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/documentation/migration-guides/release-notes-5.0.rst b/documentation/migration-guides/release-notes-5.0.rst
> index 0a0e4e5f3..4ac54e869 100644
> --- a/documentation/migration-guides/release-notes-5.0.rst
> +++ b/documentation/migration-guides/release-notes-5.0.rst
> @@ -179,6 +179,10 @@ New Features / Enhancements in 5.0
>      -  ``bitbake.conf``: add ``runtimedir`` to represent the path to the runtime
>         state directory (i.e., ``/run``).
>   
> +   -  Allow disabling colored text output thru environment variable `NO_OUTPUT <https://https://no-color.org//>`__.

Before Quentin catches it, you have a double "https" here.
Fixed.

> +
> +   -  git-make-shallow: added support for git's safe.bareRepository=explicit environemnt.

s/environemnt/environment/
Fixed

Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Merged into master-next.
Thanks again
Michael.

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



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

* Re: [docs] [PATCH 3/3] release-notes-5.0: add devtool improvement
  2024-04-12 10:19 ` [PATCH 3/3] release-notes-5.0: add devtool improvement chee.yang.lee
@ 2024-04-12 13:10   ` Michael Opdenacker
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Opdenacker @ 2024-04-12 13:10 UTC (permalink / raw)
  To: Lee Chee Yang; +Cc: docs

Hi Lee

On 4/12/24 at 12:19, Lee Chee Yang wrote:
>   Devtool improvement:
> +
> +   -  Introduced new ide-sdk plugin provides the eSDK and configures an
> +      IDE to work with the eSDK.

Tried to make this clearer:

   -  Introduce a new ``ide-sdk`` plugin to generate a configuration to use
       the eSDK through an IDE.

I actually squashed all your contributions into one commit, and merged 
them into master-next.
Not too late to make corrections though!

Many thanks again!
Cheers
Michael.

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



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

end of thread, other threads:[~2024-04-12 13:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-12 10:19 [PATCH 0/3] release-notes-5.0: update license, bitbake and devtool chee.yang.lee
2024-04-12 10:19 ` [PATCH 1/3] release-notes-5.0: update license section chee.yang.lee
2024-04-12 10:19 ` [PATCH 2/3] release-notes-5.0: update bitbake improvement chee.yang.lee
2024-04-12 13:05   ` [docs] " Michael Opdenacker
2024-04-12 10:19 ` [PATCH 3/3] release-notes-5.0: add devtool improvement chee.yang.lee
2024-04-12 13:10   ` [docs] " Michael Opdenacker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox