From 504c22b9c917b28110c7db23f400c7bafe1815c9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 22 Oct 2012 09:54:38 -0700 Subject: documentation: kernel-manual - minor edits before lockdown Fixed a few references and links. Also standardized on the capitalization for the term "Source Directory" where it refers to the YP poky structure on the development machine. (From yocto-docs rev: 1a20418d8791d754ad66c5a059e65bd68a4c6b32) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-manual/kernel-concepts.xml | 2 +- documentation/kernel-manual/kernel-doc-intro.xml | 2 ++ documentation/kernel-manual/kernel-how-to.xml | 12 +++++++----- 3 files changed, 10 insertions(+), 6 deletions(-) (limited to 'documentation') diff --git a/documentation/kernel-manual/kernel-concepts.xml b/documentation/kernel-manual/kernel-concepts.xml index 157443d9a5..9bbd964e88 100644 --- a/documentation/kernel-manual/kernel-concepts.xml +++ b/documentation/kernel-manual/kernel-concepts.xml @@ -344,7 +344,7 @@ After the tool is built, you can interact with it normally. You can see how menuconfig is used to change a simple kernel configuration in the - "Changing the  CONFIG_SMP Configuration Using  menuconfig" + "Configuring the Kernel" section of the Yocto Project Development Manual. For general information on menuconfig, see . diff --git a/documentation/kernel-manual/kernel-doc-intro.xml b/documentation/kernel-manual/kernel-doc-intro.xml index 71a3135b0a..0a04312324 100644 --- a/documentation/kernel-manual/kernel-doc-intro.xml +++ b/documentation/kernel-manual/kernel-doc-intro.xml @@ -56,6 +56,8 @@ "Patching the Kernel" + + "Configuring the Kernel" diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml index 3689b01876..9d0ec6a699 100644 --- a/documentation/kernel-manual/kernel-how-to.xml +++ b/documentation/kernel-manual/kernel-how-to.xml @@ -159,8 +159,9 @@ - The SRC_URI points to the kernel Git - repository. + The + SRC_URI points + to the kernel Git repository. A BSP build branch exists. This branch has the following form: @@ -794,9 +795,10 @@ The basic steps you need to follow are: - Make sure you have set up a local source directory: - You must create a local source - directory by either creating a Git repository (recommended) or + Make sure you have set up a local Source Directory: + You must create a local + Source Directory + by either creating a Git repository (recommended) or extracting a Yocto Project release tarball. Choose an existing BSP available with the Yocto Project: Try to map your board features as closely to the features of a BSP that is -- cgit v1.2.3-54-g00ecf