diff options
author | Jörg Sommer <joerg.sommer@navimatix.de> | 2023-09-26 15:00:29 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-12 11:34:06 +0000 |
commit | b0f2fd0fade52ced1d249f17457da436f7cc58f6 (patch) | |
tree | c4cab71a4a32018f4243c64b207fdfb2de111e94 /documentation/ref-manual/classes.rst | |
parent | ed6c38e3aff120a2caf817bb9fe4324979278edc (diff) | |
download | poky-b0f2fd0fade52ced1d249f17457da436f7cc58f6.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: 8b227582efbe9957026cdce4aef5621661af1fa5)
Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 26d0e55cb4..844433c551 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -3229,7 +3229,7 @@ The :ref:`ref-classes-uboot-config` class provides support for U-Boot configurat | |||
3229 | a machine. Specify the machine in your recipe as follows:: | 3229 | a machine. Specify the machine in your recipe as follows:: |
3230 | 3230 | ||
3231 | UBOOT_CONFIG ??= <default> | 3231 | UBOOT_CONFIG ??= <default> |
3232 | UBOOT_CONFIG[foo] = "config,images" | 3232 | UBOOT_CONFIG[foo] = "config,images,binary" |
3233 | 3233 | ||
3234 | You can also specify the machine using this method:: | 3234 | You can also specify the machine using this method:: |
3235 | 3235 | ||