From fdd79ab4cb37993b6d94cfcae470a1ce0f0517e1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 9 Mar 2018 13:11:53 -0800 Subject: bsp-guide: Removed deprecated tool sections I took out the sections at the end of the manual that talked about the yocto-kernel tool. This tool is no longer maintained and there is no equivalent tool. I also fixed the yocto-bsp tool to be the bitbake-layers tool. This involved some consolidation of sections. I fixed some links in the kernel-dev and toaster-manual. (From yocto-docs rev: 20cda99b301b6327d816c4a4cfb3511ad25c987c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-intro.xml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'documentation/kernel-dev/kernel-dev-intro.xml') diff --git a/documentation/kernel-dev/kernel-dev-intro.xml b/documentation/kernel-dev/kernel-dev-intro.xml index dba45495f2..7a5a34deb1 100644 --- a/documentation/kernel-dev/kernel-dev-intro.xml +++ b/documentation/kernel-dev/kernel-dev-intro.xml @@ -127,18 +127,6 @@ - - - Finally, while this document focuses on the manual creation of - recipes, patches, and configuration files, the Yocto Project - Board Support Package (BSP) tools are available to automate - this process with existing content and work well to create the - initial framework and boilerplate code. - For details on these tools, see the - "Using the Yocto Project's BSP Tools" - section in the Yocto Project Board Support Package (BSP) Developer's - Guide. -
@@ -243,11 +231,7 @@ Additionally, if you are working in a BSP layer and need to modify the BSP's kernel's configuration, - you can use the - yocto-kernel - script as well as menuconfig. - The yocto-kernel script lets - you interactively set up kernel configurations. + you can use menuconfig. Rebuild the Kernel Image With Your Changes: -- cgit v1.2.3-54-g00ecf