summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/common-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/dev-manual/common-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/dev-manual/common-tasks.rst')
-rw-r--r--documentation/dev-manual/common-tasks.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index c627491f39..fe3667bfb9 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -2874,7 +2874,7 @@ the ``SRC_URI`` and adding the machine to the expression in
2874 COMPATIBLE_MACHINE = '(qemux86|qemumips)' 2874 COMPATIBLE_MACHINE = '(qemux86|qemumips)'
2875 2875
2876For more information on ``defconfig`` files, see the 2876For more information on ``defconfig`` files, see the
2877":ref:`kernel-dev/kernel-dev-common:changing the configuration`" 2877":ref:`kernel-dev/common:changing the configuration`"
2878section in the Yocto Project Linux Kernel Development Manual. 2878section in the Yocto Project Linux Kernel Development Manual.
2879 2879
2880Adding a Formfactor Configuration File 2880Adding a Formfactor Configuration File
@@ -4084,7 +4084,7 @@ view file dependencies in a human-readable form:
4084 directory. 4084 directory.
4085 4085
4086 For more information on configuration fragments, see the 4086 For more information on configuration fragments, see the
4087 ":ref:`kernel-dev/kernel-dev-common:creating configuration fragments`" 4087 ":ref:`kernel-dev/common:creating configuration fragments`"
4088 section in the Yocto Project Linux Kernel Development Manual. 4088 section in the Yocto Project Linux Kernel Development Manual.
4089 4089
4090- ``bitbake -u taskexp -g bitbake_target``: Using the BitBake command 4090- ``bitbake -u taskexp -g bitbake_target``: Using the BitBake command