diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-10-23 17:39:48 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-11-09 04:44:46 -1000 |
commit | f2f7ea77d5786122d40961ce4c134b7b58dc5562 (patch) | |
tree | af62c0462b6469cedf43bc4f5b80e9ef6240966f /documentation/bsp-guide/bsp.rst | |
parent | 4edf3bf2c63bdc2cd365603059e25115fd10a122 (diff) | |
download | poky-f2f7ea77d5786122d40961ce4c134b7b58dc5562.tar.gz |
manuals: correct "yocto-linux" by "linux-yocto"
(From yocto-docs rev: 872b0cc8b78a9b9459adabed1441799dfbcd3437)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/bsp-guide/bsp.rst')
-rw-r--r-- | documentation/bsp-guide/bsp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index a32555b110..4cc53f091c 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst | |||
@@ -1180,7 +1180,7 @@ Use these steps to create a BSP layer: | |||
1180 | 1180 | ||
1181 | - *Create a Kernel Recipe:* Create a kernel recipe in | 1181 | - *Create a Kernel Recipe:* Create a kernel recipe in |
1182 | ``recipes-kernel/linux`` by either using a kernel append file or a | 1182 | ``recipes-kernel/linux`` by either using a kernel append file or a |
1183 | new custom kernel recipe file (e.g. ``yocto-linux_4.12.bb``). The BSP | 1183 | new custom kernel recipe file (e.g. ``linux-yocto_4.12.bb``). The BSP |
1184 | layers mentioned in the previous step also contain different kernel | 1184 | layers mentioned in the previous step also contain different kernel |
1185 | examples. See the ":ref:`kernel-dev/common:modifying an existing recipe`" | 1185 | examples. See the ":ref:`kernel-dev/common:modifying an existing recipe`" |
1186 | section in the Yocto Project Linux Kernel Development Manual for | 1186 | section in the Yocto Project Linux Kernel Development Manual for |