From a0afa48859def9f6410ad1d3b1296683e14fc2b7 Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Thu, 3 Dec 2020 22:38:39 +0100 Subject: kernel-dev: remove 'kernel-dev' from filenames All filenames duplicate the 'manual name', which is not needed, and make all references longer than they should. Rename all files to be as consise as possible, and fix all references (From yocto-docs rev: 3d7eb2c5e1d230290c97dd8e5b528086e1d8034a) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'documentation/ref-manual/ref-variables.rst') diff --git a/documentation/ref-manual/ref-variables.rst b/documentation/ref-manual/ref-variables.rst index 65f64b91a5..d98e358173 100644 --- a/documentation/ref-manual/ref-variables.rst +++ b/documentation/ref-manual/ref-variables.rst @@ -3723,7 +3723,7 @@ system and gives an overview of their function and contents. - qemu - mips - You define the ``KARCH`` variable in the :ref:`kernel-dev/kernel-dev-advanced:bsp descriptions`. + You define the ``KARCH`` variable in the :ref:`kernel-dev/advanced:bsp descriptions`. :term:`KBRANCH` A regular expression used by the build process to explicitly identify @@ -3793,7 +3793,7 @@ system and gives an overview of their function and contents. For more information on how to use the ``KBUILD_DEFCONFIG`` variable, see the - ":ref:`kernel-dev/kernel-dev-common:using an "in-tree" \`\`defconfig\`\` file`" + ":ref:`kernel-dev/common:using an "in-tree" \`\`defconfig\`\` file`" section in the Yocto Project Linux Kernel Development Manual. :term:`KERNEL_ALT_IMAGETYPE` @@ -4029,7 +4029,7 @@ system and gives an overview of their function and contents. of the :term:`STAGING_KERNEL_DIR` within the :ref:`module ` class. For information on how this variable is used, see the - ":ref:`kernel-dev/kernel-dev-common:incorporating out-of-tree modules`" + ":ref:`kernel-dev/common:incorporating out-of-tree modules`" section in the Yocto Project Linux Kernel Development Manual. To help maximize compatibility with out-of-tree drivers used to build @@ -4043,7 +4043,7 @@ system and gives an overview of their function and contents. of the :term:`STAGING_KERNEL_DIR` within the :ref:`module ` class. For information on how this variable is used, see the - ":ref:`kernel-dev/kernel-dev-common:incorporating out-of-tree modules`" + ":ref:`kernel-dev/common:incorporating out-of-tree modules`" section in the Yocto Project Linux Kernel Development Manual. To help maximize compatibility with out-of-tree drivers used to build @@ -4108,13 +4108,13 @@ system and gives an overview of their function and contents. :term:`KTYPE` Defines the kernel type to be used in assembling the configuration. The linux-yocto recipes define "standard", "tiny", and "preempt-rt" - kernel types. See the ":ref:`kernel-dev/kernel-dev-advanced:kernel types`" + kernel types. See the ":ref:`kernel-dev/advanced:kernel types`" section in the Yocto Project Linux Kernel Development Manual for more information on kernel types. You define the ``KTYPE`` variable in the - :ref:`kernel-dev/kernel-dev-advanced:bsp descriptions`. The + :ref:`kernel-dev/advanced:bsp descriptions`. The value you use must match the value used for the :term:`LINUX_KERNEL_TYPE` value used by the kernel recipe. @@ -4343,7 +4343,7 @@ system and gives an overview of their function and contents. :term:`LINUX_KERNEL_TYPE` Defines the kernel type to be used in assembling the configuration. The linux-yocto recipes define "standard", "tiny", and "preempt-rt" - kernel types. See the ":ref:`kernel-dev/kernel-dev-advanced:kernel types`" + kernel types. See the ":ref:`kernel-dev/advanced:kernel types`" section in the Yocto Project Linux Kernel Development Manual for more information on kernel types. -- cgit v1.2.3-54-g00ecf