diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index bbfa37675f..3ffa92c866 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -6919,6 +6919,44 @@
+ INHIBIT_SYSROOT_STRIP
+
+ INHIBIT_SYSROOT_STRIP[doc] = "If set to "1", causes the build to not strip binaries in the resulting sysroot."
+
+
+
+
+ If set to "1", causes the build to not strip binaries in
+ the resulting sysroot.
+
+
+
+ By default, the OpenEmbedded build system strips
+ binaries in the resulting sysroot.
+ When you specifically set the
+ INHIBIT_SYSROOT_STRIP variable to
+ "1" in your recipe, you inhibit this stripping.
+
+
+
+ If you want to use this variable, include the
+ staging
+ class.
+ This class uses a sys_strip()
+ function to test for the variable and acts accordingly.
+
+ Use of the INHIBIT_SYSROOT_STRIP
+ variable occurs in rare and special circumstances.
+ For example, suppose you are building bare-metal
+ firmware by using an external GCC toolchain.
+ Furthermore, even if the toolchain's binaries are
+ strippable, other files exist that are needed for the
+ build that are not strippable.
+
+
+
+
+
INITRAMFS_FSTYPES
INITRAMFS_FSTYPES[doc] = "Defines the format for the output image of an initial RAM filesystem (initramfs), which is used during boot."