1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

variables: explicitly state that UBOOT_MKIMAGE_DTCOPTS is optional

(From yocto-docs rev: 0ba5591c4e8dd194f87837556cedb2b9979bc6df)

Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton
2020-12-21 17:06:02 -08:00
committed by Richard Purdie
parent bde537a024
commit 345fb462ef
+2
View File
@@ -8444,6 +8444,8 @@ system and gives an overview of their function and contents.
:term:`UBOOT_MKIMAGE_DTCOPTS`
Options for the device tree compiler passed to mkimage '-D'
feature while creating FIT image in :ref:`kernel-fitimage <ref-classes-kernel-fitimage>` class.
If ``UBOOT_MKIMAGE_DTCOPTS`` is not set then kernel-fitimage will not
pass the ``-D`` option to mkimage.
:term:`UBOOT_RD_ENTRYPOINT`
Specifies the entrypoint for the RAM disk image.