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
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-03 17:53:57 +0100
commit5f661a1c85dbdcb3de6c4e380fe2a85dfd1324b0 (patch)
tree1cee487cccc3dbe5b77473be4dcb921a6fa911e1 /documentation/ref-manual
parent98ca252e5603d2200f50ef5c29ddc298da299385 (diff)
downloadpoky-5f661a1c85dbdcb3de6c4e380fe2a85dfd1324b0.tar.gz
ref-manual/variables.rst: fix the description of KBUILD_DEFCONFIG
Remove some leftover confusing mention of KMACHINE. (From yocto-docs rev: 582ee9e0b4930aea03255542b3d3913df19af8b0) Signed-off-by: Adam Blank <adam.blank.g@gmail.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 18ead7d046..2f9f1a9d80 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4892,8 +4892,7 @@ system and gives an overview of their function and contents.
4892 would place patch files and configuration fragment files (i.e. 4892 would place patch files and configuration fragment files (i.e.
4893 "out-of-tree"). However, if you want to use a ``defconfig`` file that 4893 "out-of-tree"). However, if you want to use a ``defconfig`` file that
4894 is part of the kernel tree (i.e. "in-tree"), you can use the 4894 is part of the kernel tree (i.e. "in-tree"), you can use the
4895 :term:`KBUILD_DEFCONFIG` variable and append the 4895 :term:`KBUILD_DEFCONFIG` variable to point to the
4896 :term:`KMACHINE` variable to point to the
4897 ``defconfig`` file. 4896 ``defconfig`` file.
4898 4897
4899 To use the variable, set it in the append file for your kernel recipe 4898 To use the variable, set it in the append file for your kernel recipe