summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-10-27 18:09:47 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-31 13:12:06 +0000
commitb6948e552448d27833a4f5bdabf11342acef1f8c (patch)
treed7d086ad051f1bdc6baf09c44169ab8165253177 /documentation
parent779e407a80a1d38dba0f8b97763c460602e9bd9f (diff)
downloadpoky-b6948e552448d27833a4f5bdabf11342acef1f8c.tar.gz
ref-manual: document KERNEL_STRIP
(From yocto-docs rev: 0e1861dcb8819b86aba6a3e024efb8bfe4c300ad) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index dc5286c896..ef4d6a0534 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4753,6 +4753,10 @@ system and gives an overview of their function and contents.
4753 to the :term:`KERNEL_SRC` variable. Both variables are common variables 4753 to the :term:`KERNEL_SRC` variable. Both variables are common variables
4754 used by external Makefiles to point to the kernel source directory. 4754 used by external Makefiles to point to the kernel source directory.
4755 4755
4756 :term:`KERNEL_STRIP`
4757 Allows to specific which ``strip`` command to use to strip the kernel
4758 binary, typically either GNU binutils ``strip`` or ``llvm-strip``.
4759
4756 :term:`KERNEL_VERSION` 4760 :term:`KERNEL_VERSION`
4757 Specifies the version of the kernel as extracted from ``version.h`` 4761 Specifies the version of the kernel as extracted from ``version.h``
4758 or ``utsrelease.h`` within the kernel sources. Effects of setting 4762 or ``utsrelease.h`` within the kernel sources. Effects of setting