diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-12-03 22:38:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-09 12:21:27 +0000 |
commit | a0afa48859def9f6410ad1d3b1296683e14fc2b7 (patch) | |
tree | 17ffdd77f568ab53fb28f031e37dfce82e22243b /documentation/bsp-guide/bsp.rst | |
parent | af6f5d821d39b50c3c4b45a593324346fce0d723 (diff) | |
download | poky-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/bsp-guide/bsp.rst')
-rw-r--r-- | documentation/bsp-guide/bsp.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index 6d3ccd49b3..e20df3f6b0 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst | |||
@@ -693,7 +693,7 @@ BSP settings to the kernel, thus configuring the kernel for your | |||
693 | particular BSP. | 693 | particular BSP. |
694 | 694 | ||
695 | You can find more information on what your append file should contain in | 695 | You can find more information on what your append file should contain in |
696 | the ":ref:`kernel-dev/kernel-dev-common:creating the append file`" section | 696 | the ":ref:`kernel-dev/common:creating the append file`" section |
697 | in the Yocto Project Linux Kernel Development Manual. | 697 | in the Yocto Project Linux Kernel Development Manual. |
698 | 698 | ||
699 | An alternate scenario is when you create your own kernel recipe for the | 699 | An alternate scenario is when you create your own kernel recipe for the |
@@ -1197,7 +1197,7 @@ Use these steps to create a BSP layer: | |||
1197 | ``recipes-kernel/linux`` by either using a kernel append file or a | 1197 | ``recipes-kernel/linux`` by either using a kernel append file or a |
1198 | new custom kernel recipe file (e.g. ``yocto-linux_4.12.bb``). The BSP | 1198 | new custom kernel recipe file (e.g. ``yocto-linux_4.12.bb``). The BSP |
1199 | layers mentioned in the previous step also contain different kernel | 1199 | layers mentioned in the previous step also contain different kernel |
1200 | examples. See the ":ref:`kernel-dev/kernel-dev-common:modifying an existing recipe`" | 1200 | examples. See the ":ref:`kernel-dev/common:modifying an existing recipe`" |
1201 | section in the Yocto Project Linux Kernel Development Manual for | 1201 | section in the Yocto Project Linux Kernel Development Manual for |
1202 | information on how to create a custom kernel. | 1202 | information on how to create a custom kernel. |
1203 | 1203 | ||