Message ID | 20240412101957.2071854-3-chee.yang.lee@intel.com |
---|---|
State | New, archived |
Headers | show |
Series | release-notes-5.0: update license, bitbake and devtool | expand |
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.
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.