summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAdrian Freihofer <adrian.freihofer@gmail.com>2025-02-24 09:27:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-24 17:32:34 +0000
commit87cccf1bb814f176219428030ba89f3968c0a98c (patch)
tree9b031cc3ce78e78238d474d1e5c5d24f4471b20c /documentation
parentf502a9a10825515db66aa4b502a1411c32abc637 (diff)
downloadpoky-87cccf1bb814f176219428030ba89f3968c0a98c.tar.gz
migration-guides: cover FIT_UBOOT_ENV
Add a hint for users using the UBOOT_ENV variable and the kernel-fitimage.bbclass. (From yocto-docs rev: 4d04531d4015bb61e68dfbed87d743772b6178b7) Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Reviewed-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/migration-guides/migration-5.2.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-5.2.rst b/documentation/migration-guides/migration-5.2.rst
index 75bc4dbc6f..a5ac33d816 100644
--- a/documentation/migration-guides/migration-5.2.rst
+++ b/documentation/migration-guides/migration-5.2.rst
@@ -182,3 +182,11 @@ Miscellaneous changes
182 182
183- :term:`ZSTD_COMPRESSION_LEVEL` is now a plain integer number instead of a dash-prefixed 183- :term:`ZSTD_COMPRESSION_LEVEL` is now a plain integer number instead of a dash-prefixed
184 command-line option (e.g. it should be set to ``3`` rather than ``-3``). 184 command-line option (e.g. it should be set to ``3`` rather than ``-3``).
185
186- Until now, the variable :term:`UBOOT_ENV` was processed both by the U-Boot
187 recipe and by the ``kernel-fitimage.bbclass``. However, adding a U-Boot
188 script to the kernel FIT image is a different and independent thing, which
189 also requires an independent variable.
190 Therefore, the :term:`UBOOT_ENV` is no longer handled by the
191 ``kernel-fitimage.bbclass``. There is a new variable :term:`FIT_UBOOT_ENV`
192 which should be used for adding a U-Boot script to a FIT image.