summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-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 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
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst
index 1d85202df4..35c11848cb 100644
--- a/documentation/kernel-dev/common.rst
+++ b/documentation/kernel-dev/common.rst
@@ -1005,7 +1005,7 @@ Section.
1005 the following sequence of commands:: 1005 the following sequence of commands::
1006 1006
1007 $ cd poky/build 1007 $ cd poky/build
1008 $ bitbake -c cleanall yocto-linux 1008 $ bitbake -c cleanall linux-yocto
1009 $ bitbake core-image-minimal -c cleanall 1009 $ bitbake core-image-minimal -c cleanall
1010 $ bitbake core-image-minimal 1010 $ bitbake core-image-minimal
1011 $ runqemu qemux86 1011 $ runqemu qemux86