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/bsp-guide/bsp.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/bsp-guide') 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 particular BSP. You can find more information on what your append file should contain in -the ":ref:`kernel-dev/kernel-dev-common:creating the append file`" section +the ":ref:`kernel-dev/common:creating the append file`" section in the Yocto Project Linux Kernel Development Manual. 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: ``recipes-kernel/linux`` by either using a kernel append file or a new custom kernel recipe file (e.g. ``yocto-linux_4.12.bb``). The BSP layers mentioned in the previous step also contain different kernel - examples. See the ":ref:`kernel-dev/kernel-dev-common:modifying an existing recipe`" + examples. See the ":ref:`kernel-dev/common:modifying an existing recipe`" section in the Yocto Project Linux Kernel Development Manual for information on how to create a custom kernel. -- cgit v1.2.3-54-g00ecf