summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--documentation/bsp-guide/bsp.rst2
-rw-r--r--documentation/kernel-dev/common.rst2
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