From b971ffa75ec3d90076d3d490bdfb066bce53393c Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Mon, 23 Oct 2023 17:39:48 +0200 Subject: manuals: correct "yocto-linux" by "linux-yocto" (From yocto-docs rev: 689f682c175e19664c090852d5c649280ce23fa0) Signed-off-by: Michael Opdenacker Signed-off-by: Steve Sakoman --- documentation/bsp-guide/bsp.rst | 2 +- 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: - *Create a Kernel Recipe:* Create a kernel recipe in ``recipes-kernel/linux`` by either using a kernel append file or a - new custom kernel recipe file (e.g. ``yocto-linux_4.12.bb``). The BSP + new custom kernel recipe file (e.g. ``linux-yocto_4.12.bb``). The BSP layers mentioned in the previous step also contain different kernel examples. See the ":ref:`kernel-dev/common:modifying an existing recipe`" 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. the following sequence of commands:: $ cd poky/build - $ bitbake -c cleanall yocto-linux + $ bitbake -c cleanall linux-yocto $ bitbake core-image-minimal -c cleanall $ bitbake core-image-minimal $ runqemu qemux86 -- cgit v1.2.3-54-g00ecf