From ec2689b334b4029b64cb25ecca9bff097670e968 Mon Sep 17 00:00:00 2001 From: Adam Blank Date: Mon, 29 Sep 2025 09:16:34 +0200 Subject: [PATCH] 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 Signed-off-by: Antonin Godard (cherry picked from commit 582ee9e0b4930aea03255542b3d3913df19af8b0) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/ref-manual/variables.rst | 3 +-- 1 file changed, 1 insertion(+), 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. would place patch files and configuration fragment files (i.e. "out-of-tree"). However, if you want to use a ``defconfig`` file that is part of the kernel tree (i.e. "in-tree"), you can use the - :term:`KBUILD_DEFCONFIG` variable and append the - :term:`KMACHINE` variable to point to the + :term:`KBUILD_DEFCONFIG` variable to point to the ``defconfig`` file. To use the variable, set it in the append file for your kernel recipe