diff options
| author | Jörg Sommer <joerg.sommer@navimatix.de> | 2023-09-26 15:00:29 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-01-24 04:04:56 -1000 |
| commit | f634b9852e22b359fa8ffd4fceb0881e5da9f666 (patch) | |
| tree | b5bb7c3f941ff000004095ae2ec8258bbcbfa233 /documentation/ref-manual/classes.rst | |
| parent | 78e79d47c2e08a15b7833bc50ceb47f4854e8efe (diff) | |
| download | poky-f634b9852e22b359fa8ffd4fceb0881e5da9f666.tar.gz | |
documentation: Add UBOOT_BINARY, extend UBOOT_CONFIG
UBOOT_CONFIG accepts a third parameter for the UBOOT_BINARY that isn't
documented. To show its usage another example from the meta-freescale layer
was picked.
(From yocto-docs rev: aba67b58711019a6ba439b2b77337f813ed799ac)
Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
| -rw-r--r-- | documentation/ref-manual/classes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 0677157b3b..216b236e33 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
| @@ -3131,7 +3131,7 @@ The :ref:`ref-classes-uboot-config` class provides support for U-Boot configurat | |||
| 3131 | a machine. Specify the machine in your recipe as follows:: | 3131 | a machine. Specify the machine in your recipe as follows:: |
| 3132 | 3132 | ||
| 3133 | UBOOT_CONFIG ??= <default> | 3133 | UBOOT_CONFIG ??= <default> |
| 3134 | UBOOT_CONFIG[foo] = "config,images" | 3134 | UBOOT_CONFIG[foo] = "config,images,binary" |
| 3135 | 3135 | ||
| 3136 | You can also specify the machine using this method:: | 3136 | You can also specify the machine using this method:: |
| 3137 | 3137 | ||
