| Message ID | 20260918-releases-notes-6-1-v1-8-2d0fceffa242@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | Updates and release notes for 6.1 | expand |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 8ec5cd955..5f94a0505 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -3721,6 +3721,11 @@ system and gives an overview of their function and contents. mkimage *-B 8 -E* -f fit-image.its fitImage + :term:`FIT_OS` + The :term:`FIT_OS` variable controls the ``os`` field of the kernel and + various other images in the FIT image. Set to "efi" to load a kernel with + EFI stub as an EFI application. The default is "linux". + :term:`FIT_PAD_ALG` Specifies the padding algorithm used in creating the FIT Image. The default value is set to "pkcs-1.5" by the
Added by commit dc00e830c3f8 ("kernel-fit-image: introduce FIT_OS variable to override 'os' field") in OE-Core. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/ref-manual/variables.rst | 5 +++++ 1 file changed, 5 insertions(+)