summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
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-30 11:11:17 +0000
commit9bf8094bda9d0c1db30241286b0b162b1fe17ae6 (patch)
tree61022bcb77da0da8dac97171069dd7c38917007e /documentation/ref-manual
parentbfe085be805b8eef583260602a0fff468df716c7 (diff)
downloadpoky-9bf8094bda9d0c1db30241286b0b162b1fe17ae6.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/ref-manual')
-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