summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-10-23 17:39:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-30 11:11:16 +0000
commit55675f1e2f6c9bdebb8dcb461d036df9e50a79aa (patch)
tree0dfe759da57d2bd1e8c45f3cb0a38a5444e9041a /documentation/bsp-guide
parent2c448ec90617204481f3d847bb418b522903a537 (diff)
downloadpoky-55675f1e2f6c9bdebb8dcb461d036df9e50a79aa.tar.gz
manuals: correct "yocto-linux" by "linux-yocto"
(From yocto-docs rev: 1fc5046100f27126711df0513d1ad87a9a54f55a) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r--documentation/bsp-guide/bsp.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
index 5d186d9e1a..4b40d886a7 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -1178,7 +1178,7 @@ Use these steps to create a BSP layer:
1178 1178
1179- *Create a Kernel Recipe:* Create a kernel recipe in 1179- *Create a Kernel Recipe:* Create a kernel recipe in
1180 ``recipes-kernel/linux`` by either using a kernel append file or a 1180 ``recipes-kernel/linux`` by either using a kernel append file or a
1181 new custom kernel recipe file (e.g. ``yocto-linux_4.12.bb``). The BSP 1181 new custom kernel recipe file (e.g. ``linux-yocto_4.12.bb``). The BSP
1182 layers mentioned in the previous step also contain different kernel 1182 layers mentioned in the previous step also contain different kernel
1183 examples. See the ":ref:`kernel-dev/common:modifying an existing recipe`" 1183 examples. See the ":ref:`kernel-dev/common:modifying an existing recipe`"
1184 section in the Yocto Project Linux Kernel Development Manual for 1184 section in the Yocto Project Linux Kernel Development Manual for