summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorJörg Sommer <joerg.sommer@navimatix.de>2023-09-26 15:00:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-12 11:34:06 +0000
commitb0f2fd0fade52ced1d249f17457da436f7cc58f6 (patch)
treec4cab71a4a32018f4243c64b207fdfb2de111e94 /documentation/ref-manual/classes.rst
parented6c38e3aff120a2caf817bb9fe4324979278edc (diff)
downloadpoky-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.rst2
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
3229a machine. Specify the machine in your recipe as follows:: 3229a 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
3234You can also specify the machine using this method:: 3234You can also specify the machine using this method::
3235 3235