summaryrefslogtreecommitdiffstats
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-03 10:09:02 -0700
commit3c3b5d0fe9c079f96ac672cac43bbe4166d3b297 (patch)
treeb780a4abf70a7003e20ab99be3110534d82b76f0
parent3ff44348f76fdd26779f3efd2c1633b1e3979db8 (diff)
downloadpoky-3c3b5d0fe9c079f96ac672cac43bbe4166d3b297.tar.gz
ref-manual/variables.rst: fix the description of KBUILD_DEFCONFIG
Remove some leftover confusing mention of KMACHINE. (From yocto-docs rev: 972f61f12f2b33fc518cf8c3e3da5bf71e1b1cb9) 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>
-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 dfe143554f..fae31eef1c 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4251,8 +4251,7 @@ system and gives an overview of their function and contents.
4251 would place patch files and configuration fragment files (i.e. 4251 would place patch files and configuration fragment files (i.e.
4252 "out-of-tree"). However, if you want to use a ``defconfig`` file that 4252 "out-of-tree"). However, if you want to use a ``defconfig`` file that
4253 is part of the kernel tree (i.e. "in-tree"), you can use the 4253 is part of the kernel tree (i.e. "in-tree"), you can use the
4254 :term:`KBUILD_DEFCONFIG` variable and append the 4254 :term:`KBUILD_DEFCONFIG` variable to point to the
4255 :term:`KMACHINE` variable to point to the
4256 ``defconfig`` file. 4255 ``defconfig`` file.
4257 4256
4258 To use the variable, set it in the append file for your kernel recipe 4257 To use the variable, set it in the append file for your kernel recipe