diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-10-23 17:39:48 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-11-03 04:26:13 -1000 |
commit | b971ffa75ec3d90076d3d490bdfb066bce53393c (patch) | |
tree | 385af031a323922733521fb2d96e19e29dc0e957 | |
parent | f966e16c3bf59a4e174675e9e45518d5f14ada2d (diff) | |
download | poky-b971ffa75ec3d90076d3d490bdfb066bce53393c.tar.gz |
manuals: correct "yocto-linux" by "linux-yocto"
(From yocto-docs rev: 689f682c175e19664c090852d5c649280ce23fa0)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | documentation/bsp-guide/bsp.rst | 2 | ||||
-rw-r--r-- | documentation/kernel-dev/common.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index 94ed1641b5..6cb35ba6cc 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 |
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst index 3406fcfe75..3e1ef389b8 100644 --- a/documentation/kernel-dev/common.rst +++ b/documentation/kernel-dev/common.rst | |||
@@ -1081,7 +1081,7 @@ Section. | |||
1081 | the following sequence of commands:: | 1081 | the following sequence of commands:: |
1082 | 1082 | ||
1083 | $ cd poky/build | 1083 | $ cd poky/build |
1084 | $ bitbake -c cleanall yocto-linux | 1084 | $ bitbake -c cleanall linux-yocto |
1085 | $ bitbake core-image-minimal -c cleanall | 1085 | $ bitbake core-image-minimal -c cleanall |
1086 | $ bitbake core-image-minimal | 1086 | $ bitbake core-image-minimal |
1087 | $ runqemu qemux86 | 1087 | $ runqemu qemux86 |