| Message ID | 20260107170153.760421-2-pierre-loup.gosse@smile.fr |
|---|---|
| State | Superseded |
| Headers | show |
| Series | [1/2] ref-manual/variables.rst: document UBOOT_INITIAL_ENV_BINARY variables | expand |
On Wed Jan 7, 2026 at 6:01 PM CET, Pierre-loup GOSSE via lists.yoctoproject.org wrote: > From: Pierre-Loup GOSSE <pierre-loup.gosse@smile.fr> > > Added by commit cf11b14a4cfc ("u-boot: make initial environment binary > image") in OE-Core. > > Signed-off-by: Pierre-Loup GOSSE <pierre-loup.gosse@smile.fr> > --- > documentation/migration-guides/release-notes-6.0.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/documentation/migration-guides/release-notes-6.0.rst b/documentation/migration-guides/release-notes-6.0.rst > index cfc51fc3a..13ce28b3b 100644 > --- a/documentation/migration-guides/release-notes-6.0.rst > +++ b/documentation/migration-guides/release-notes-6.0.rst > @@ -71,6 +71,12 @@ New Features / Enhancements in |yocto-ver| > > - :ref:`ref-classes-sanity` class changes: > > +- U-boot related changes: > + > + - :ref:`ref-classes-uboot-config`: Add support for generating the U-Boot > + initial environment in binary format using > + :term:`UBOOT_INITIAL_ENV_BINARY`. > + > - Miscellaneous changes: > > Known Issues in |yocto-ver| Reviewed-by: Antonin Godard <antonin.godard@bootlin.com> Thanks, Antonin
diff --git a/documentation/migration-guides/release-notes-6.0.rst b/documentation/migration-guides/release-notes-6.0.rst index cfc51fc3a..13ce28b3b 100644 --- a/documentation/migration-guides/release-notes-6.0.rst +++ b/documentation/migration-guides/release-notes-6.0.rst @@ -71,6 +71,12 @@ New Features / Enhancements in |yocto-ver| - :ref:`ref-classes-sanity` class changes: +- U-boot related changes: + + - :ref:`ref-classes-uboot-config`: Add support for generating the U-Boot + initial environment in binary format using + :term:`UBOOT_INITIAL_ENV_BINARY`. + - Miscellaneous changes: Known Issues in |yocto-ver|