diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-10-23 17:39:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-31 13:12:06 +0000 |
commit | 2e0b3adf1892e02d1a472a8ceff2dc5cb73fb1a9 (patch) | |
tree | ebcece9719453fb36e4256d91a664e46a2a78cff | |
parent | fb6d870a7533c6b7dfd509c32d90b84b47762bb0 (diff) | |
download | poky-2e0b3adf1892e02d1a472a8ceff2dc5cb73fb1a9.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>
-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 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 |
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst index c781a0682c..9b197bfccb 100644 --- a/documentation/kernel-dev/common.rst +++ b/documentation/kernel-dev/common.rst | |||
@@ -1001,7 +1001,7 @@ Section. | |||
1001 | the following sequence of commands:: | 1001 | the following sequence of commands:: |
1002 | 1002 | ||
1003 | $ cd poky/build | 1003 | $ cd poky/build |
1004 | $ bitbake -c cleanall yocto-linux | 1004 | $ bitbake -c cleanall linux-yocto |
1005 | $ bitbake core-image-minimal -c cleanall | 1005 | $ bitbake core-image-minimal -c cleanall |
1006 | $ bitbake core-image-minimal | 1006 | $ bitbake core-image-minimal |
1007 | $ runqemu qemux86 | 1007 | $ runqemu qemux86 |