summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2020-12-21 17:06:00 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-24 08:23:33 +0000
commit84c247092962ef9fd085f6ab6ab2d2a727bd25bf (patch)
tree09bae264b8ee7ea9e9fe7fd92393e20c3d1b9f61 /documentation/ref-manual
parent7c4802d3a88aa0782f773af3270141f3e5ba72d1 (diff)
downloadpoky-84c247092962ef9fd085f6ab6ab2d2a727bd25bf.tar.gz
classes: minor corrections to kernel-fitimage section
Minor syntax and formatting corrections. (From yocto-docs rev: eda1fae0dc8670ff22f10b591ce14b9bbf0455ce) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/classes.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 5a30ce379b..08ced7f90e 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1374,18 +1374,18 @@ generation.
1374``kernel-fitimage.bbclass`` 1374``kernel-fitimage.bbclass``
1375=========================== 1375===========================
1376 1376
1377The ``kernel-fitimage`` class provides support to pack a kernel Image, 1377The ``kernel-fitimage`` class provides support to pack a kernel image,
1378device trees and a RAM disk into a single FIT image. In theory, a FIT 1378device trees and a RAM disk into a single FIT image. In theory, a FIT
1379image can support any number of kernels, RAM disks and device-trees. 1379image can support any number of kernels, RAM disks and device trees.
1380However, ``kernel-fitimage`` currently only supports 1380However, ``kernel-fitimage`` currently only supports
1381limited usescases: just one kernel image, an optional RAM disk, and 1381limited usescases: just one kernel image, an optional RAM disk, and
1382any number of device tree. 1382any number of device trees.
1383 1383
1384To create a FIT image, it is required that :term:`KERNEL_CLASSES` 1384To create a FIT image, it is required that :term:`KERNEL_CLASSES`
1385is set to "kernel-fitimage" and :term:`KERNEL_IMAGETYPE` 1385is set to include "kernel-fitimage" and :term:`KERNEL_IMAGETYPE`
1386is set to "fitImage". 1386is set to "fitImage".
1387 1387
1388The options for the device tree compiler passed to mkimage -D feature 1388The options for the device tree compiler passed to ``mkimage -D``
1389when creating the FIT image are specified using the 1389when creating the FIT image are specified using the
1390:term:`UBOOT_MKIMAGE_DTCOPTS` variable. 1390:term:`UBOOT_MKIMAGE_DTCOPTS` variable.
1391 1391