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-common.xml | 12 ------------ documentation/kernel-dev/kernel-dev-intro.xml | 18 +----------------- 2 files changed, 1 insertion(+), 29 deletions(-) (limited to 'documentation/kernel-dev') diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index d4bed076aa..1ea5ca53d2 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml @@ -1224,18 +1224,6 @@ the "Getting Ready for Traditional Kernel Development" Section. - - - - Although this example uses Git and shell commands to generate the - patch, you could use the yocto-kernel script - found in the Source Directory - under scripts to add and manage kernel - patches and configuration. - See the "Managing kernel Patches and Config Items with yocto-kernel" - section in the Yocto Project Board Support Packages (BSP) - Developer's Guide for more information on the - yocto-kernel script. Edit the Source Files 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