diff options
| author | Paul Eggleton <paul.eggleton@microsoft.com> | 2020-12-21 17:06:00 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-24 08:23:33 +0000 |
| commit | 84c247092962ef9fd085f6ab6ab2d2a727bd25bf (patch) | |
| tree | 09bae264b8ee7ea9e9fe7fd92393e20c3d1b9f61 | |
| parent | 7c4802d3a88aa0782f773af3270141f3e5ba72d1 (diff) | |
| download | poky-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>
| -rw-r--r-- | documentation/ref-manual/classes.rst | 10 |
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 | ||
| 1377 | The ``kernel-fitimage`` class provides support to pack a kernel Image, | 1377 | The ``kernel-fitimage`` class provides support to pack a kernel image, |
| 1378 | device trees and a RAM disk into a single FIT image. In theory, a FIT | 1378 | device trees and a RAM disk into a single FIT image. In theory, a FIT |
| 1379 | image can support any number of kernels, RAM disks and device-trees. | 1379 | image can support any number of kernels, RAM disks and device trees. |
| 1380 | However, ``kernel-fitimage`` currently only supports | 1380 | However, ``kernel-fitimage`` currently only supports |
| 1381 | limited usescases: just one kernel image, an optional RAM disk, and | 1381 | limited usescases: just one kernel image, an optional RAM disk, and |
| 1382 | any number of device tree. | 1382 | any number of device trees. |
| 1383 | 1383 | ||
| 1384 | To create a FIT image, it is required that :term:`KERNEL_CLASSES` | 1384 | To create a FIT image, it is required that :term:`KERNEL_CLASSES` |
| 1385 | is set to "kernel-fitimage" and :term:`KERNEL_IMAGETYPE` | 1385 | is set to include "kernel-fitimage" and :term:`KERNEL_IMAGETYPE` |
| 1386 | is set to "fitImage". | 1386 | is set to "fitImage". |
| 1387 | 1387 | ||
| 1388 | The options for the device tree compiler passed to mkimage -D feature | 1388 | The options for the device tree compiler passed to ``mkimage -D`` |
| 1389 | when creating the FIT image are specified using the | 1389 | when creating the FIT image are specified using the |
| 1390 | :term:`UBOOT_MKIMAGE_DTCOPTS` variable. | 1390 | :term:`UBOOT_MKIMAGE_DTCOPTS` variable. |
| 1391 | 1391 | ||
