summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2023-02-13 15:35:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-24 15:43:24 +0000
commit197a6f6fbb7be892f4262944d5a6d76407740391 (patch)
treecbbedb6efc7f7b23f01de8b958f177224ed4c084 /documentation
parenteff66f126ca24cd35bc92aeee6ca64fcf95b997e (diff)
downloadpoky-197a6f6fbb7be892f4262944d5a6d76407740391.tar.gz
ref-manual: refer to MACHINE variable instead of KMACHINE
Although in the example case of a "raspberrypi2" the variable KMACHINE has the same value as MACHINE, only the latter is an allowed override. So do not set the reader on the wrong track. Suggested-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> (From yocto-docs rev: 565ebcfe3ed68a9ea036f11cddafb36023f72099) 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')
-rw-r--r--documentation/ref-manual/variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 54da54f71d..62176f7ee8 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4277,7 +4277,7 @@ system and gives an overview of their function and contents.
4277 4277
4278 KBUILD_DEFCONFIG:<machine> ?= "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:`MACHINE` build that uses
4281 a ``defconfig`` file named "bcm2709_defconfig":: 4281 a ``defconfig`` file named "bcm2709_defconfig"::
4282 4282
4283 KBUILD_DEFCONFIG:raspberrypi2 = "bcm2709_defconfig" 4283 KBUILD_DEFCONFIG:raspberrypi2 = "bcm2709_defconfig"