summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorAdam Blank <adam.blank.g@gmail.com>2025-09-29 09:16:34 +0200
committerSteve Sakoman <steve@sakoman.com>2025-10-09 12:16:46 -0700
commitec2689b334b4029b64cb25ecca9bff097670e968 (patch)
tree04d35fe40ee5c01da5a65588d3a9315f9c18842a /documentation/ref-manual
parent77c866901dea5316dd77d7ebcd1603b9a1350292 (diff)
downloadpoky-ec2689b334b4029b64cb25ecca9bff097670e968.tar.gz
ref-manual/variables.rst: fix the description of KBUILD_DEFCONFIG
Remove some leftover confusing mention of KMACHINE. (From yocto-docs rev: fd6f21b40b7fb58e7b465bbe97b8308f7a09313d) Signed-off-by: Adam Blank <adam.blank.g@gmail.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 582ee9e0b4930aea03255542b3d3913df19af8b0) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 59b71a4ef7..66410f17d1 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4776,8 +4776,7 @@ system and gives an overview of their function and contents.
4776 would place patch files and configuration fragment files (i.e. 4776 would place patch files and configuration fragment files (i.e.
4777 "out-of-tree"). However, if you want to use a ``defconfig`` file that 4777 "out-of-tree"). However, if you want to use a ``defconfig`` file that
4778 is part of the kernel tree (i.e. "in-tree"), you can use the 4778 is part of the kernel tree (i.e. "in-tree"), you can use the
4779 :term:`KBUILD_DEFCONFIG` variable and append the 4779 :term:`KBUILD_DEFCONFIG` variable to point to the
4780 :term:`KMACHINE` variable to point to the
4781 ``defconfig`` file. 4780 ``defconfig`` file.
4782 4781
4783 To use the variable, set it in the append file for your kernel recipe 4782 To use the variable, set it in the append file for your kernel recipe