summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-tasks.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-12-03 22:38:39 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-09 12:21:27 +0000
commita0afa48859def9f6410ad1d3b1296683e14fc2b7 (patch)
tree17ffdd77f568ab53fb28f031e37dfce82e22243b /documentation/ref-manual/ref-tasks.rst
parentaf6f5d821d39b50c3c4b45a593324346fce0d723 (diff)
downloadpoky-a0afa48859def9f6410ad1d3b1296683e14fc2b7.tar.gz
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 <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-tasks.rst')
-rw-r--r--documentation/ref-manual/ref-tasks.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-tasks.rst b/documentation/ref-manual/ref-tasks.rst
index 89731d459c..768c10eebd 100644
--- a/documentation/ref-manual/ref-tasks.rst
+++ b/documentation/ref-manual/ref-tasks.rst
@@ -693,7 +693,7 @@ from the command line as follows:
693 $ bitbake linux-yocto -c diffconfig 693 $ bitbake linux-yocto -c diffconfig
694 694
695For more information, see the 695For more information, see the
696":ref:`kernel-dev/kernel-dev-common:creating configuration fragments`" 696":ref:`kernel-dev/common:creating configuration fragments`"
697section in the Yocto Project Linux Kernel Development Manual. 697section in the Yocto Project Linux Kernel Development Manual.
698 698
699.. _ref-tasks-kernel_checkout: 699.. _ref-tasks-kernel_checkout:
@@ -724,7 +724,7 @@ following command:
724 $ bitbake linux-yocto -c kernel_configcheck -f 724 $ bitbake linux-yocto -c kernel_configcheck -f
725 725
726For more information, see the 726For more information, see the
727":ref:`kernel-dev/kernel-dev-common:validating configuration`" 727":ref:`kernel-dev/common:validating configuration`"
728section in the Yocto Project Linux Kernel Development Manual. 728section in the Yocto Project Linux Kernel Development Manual.
729 729
730.. _ref-tasks-kernel_configme: 730.. _ref-tasks-kernel_configme:
@@ -756,7 +756,7 @@ tool, which you then use to modify the kernel configuration.
756 $ bitbake linux-yocto -c menuconfig 756 $ bitbake linux-yocto -c menuconfig
757 757
758 758
759See the ":ref:`kernel-dev/kernel-dev-common:using \`\`menuconfig\`\``" 759See the ":ref:`kernel-dev/common:using \`\`menuconfig\`\``"
760section in the Yocto Project Linux Kernel Development Manual for more 760section in the Yocto Project Linux Kernel Development Manual for more
761information on this configuration tool. 761information on this configuration tool.
762 762
@@ -780,7 +780,7 @@ which can then be applied by subsequent tasks such as
780 780
781Runs ``make menuconfig`` for the kernel. For information on 781Runs ``make menuconfig`` for the kernel. For information on
782``menuconfig``, see the 782``menuconfig``, see the
783":ref:`kernel-dev/kernel-dev-common:using \`\`menuconfig\`\``" 783":ref:`kernel-dev/common:using \`\`menuconfig\`\``"
784section in the Yocto Project Linux Kernel Development Manual. 784section in the Yocto Project Linux Kernel Development Manual.
785 785
786.. _ref-tasks-savedefconfig: 786.. _ref-tasks-savedefconfig: