diff options
author | Ulrich Ölmann <u.oelmann@pengutronix.de> | 2023-02-13 15:35:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-24 15:43:24 +0000 |
commit | eff66f126ca24cd35bc92aeee6ca64fcf95b997e (patch) | |
tree | 4de2c2e9a91f6a62551136a600847ba8ef704a80 /documentation/ref-manual | |
parent | 584a913d756ebe7f4522167446ca1a7463a101af (diff) | |
download | poky-eff66f126ca24cd35bc92aeee6ca64fcf95b997e.tar.gz |
kernel-dev,ref-manual: fix old override syntax
Additionally use more common syntax to indicate that an actual machine name is
supposed to be filled in for a concrete use case as has been suggested by Peter
Kjellerstedt (and particularly no KMACHINE). Furthermore add missing quotes in
the reference manual.
Suggested-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
(From yocto-docs rev: b66c035970f860b65cf712285f2d5a023620e6c3)
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/variables.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index a36c4c6df9..54da54f71d 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -4275,7 +4275,7 @@ system and gives an overview of their function and contents. | |||
4275 | To use the variable, set it in the append file for your kernel recipe | 4275 | To use the variable, set it in the append file for your kernel recipe |
4276 | using the following form:: | 4276 | using the following form:: |
4277 | 4277 | ||
4278 | KBUILD_DEFCONFIG_KMACHINE ?= defconfig_file | 4278 | KBUILD_DEFCONFIG:<machine> ?= "defconfig_file" |
4279 | 4279 | ||
4280 | Here is an example from a "raspberrypi2" :term:`KMACHINE` build that uses | 4280 | Here is an example from a "raspberrypi2" :term:`KMACHINE` build that uses |
4281 | a ``defconfig`` file named "bcm2709_defconfig":: | 4281 | a ``defconfig`` file named "bcm2709_defconfig":: |