From cef8b0f10f1a59924ee639b20e5c0b037e6956a1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 17 Apr 2018 08:39:45 -0700 Subject: kernel-dev: Fixed a few links throughout manual. The areas were found scrubbing the mega-manual. These were minor fixes. (From yocto-docs rev: aaa460be3f4a446c091d66a17ca6c010f335ccc4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-advanced.xml | 27 +++++++++++----------- documentation/kernel-dev/kernel-dev-maint-appx.xml | 4 ++-- 2 files changed, 15 insertions(+), 16 deletions(-) (limited to 'documentation/kernel-dev') diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml index e152295233..5c76ed2391 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.xml +++ b/documentation/kernel-dev/kernel-dev-advanced.xml @@ -64,8 +64,7 @@ KMACHINE variable. This variable is typically set to the same value as the - MACHINE - variable, which is used by + MACHINE variable, which is used by BitBake. However, in some cases, the variable might instead refer to the underlying platform of the MACHINE. @@ -77,8 +76,7 @@ Multiple Corei7-based BSPs could share the same "intel-corei7-64" value for KMACHINE. It is important to realize that KMACHINE is - just for kernel mapping, while - MACHINE + just for kernel mapping, while MACHINE is the machine type within a BSP Layer. Even with this distinction, however, these two variables can hold the same value. @@ -116,8 +114,7 @@ used in assembling the configuration. If you do not specify a LINUX_KERNEL_TYPE, it defaults to "standard". - Together with - KMACHINE, + Together with KMACHINE, LINUX_KERNEL_TYPE defines the search arguments used by the kernel tools to find the appropriate description within the kernel Metadata with which to @@ -644,8 +641,7 @@ aggregation concepts, and presents a detailed example using a BSP supported by the Yocto Project (i.e. BeagleBone Board). For complete information on BSP layer file hierarchy, see the - Yocto Project Board Support - Package (BSP) Developer's Guide. + Yocto Project Board Support Package (BSP) Developer's Guide.
@@ -856,7 +852,7 @@ Now consider the "minnow" description for the "tiny" kernel - type (i.e. minnow-tiny.scc: + type (i.e. minnow-tiny.scc): define KMACHINE minnow define KTYPE tiny @@ -1018,8 +1014,7 @@ If you modify the Metadata, you must not forget to update the - SRCREV - statements in the kernel's recipe. + SRCREV statements in the kernel's recipe. In particular, you need to update the SRCREV_meta variable to match the commit in the KMETA branch you wish to use. @@ -1227,9 +1222,13 @@ define: - Defines variables, such as KMACHINE, - KTYPE, KARCH, - and KFEATURE_DESCRIPTION. + Defines variables, such as + KMACHINE, + KTYPE, + KARCH, + and + KFEATURE_DESCRIPTION. + include SCC_FILE: Includes an SCC file in the current file. diff --git a/documentation/kernel-dev/kernel-dev-maint-appx.xml b/documentation/kernel-dev/kernel-dev-maint-appx.xml index 0a7c856bd6..b825ae7ea5 100644 --- a/documentation/kernel-dev/kernel-dev-maint-appx.xml +++ b/documentation/kernel-dev/kernel-dev-maint-appx.xml @@ -14,7 +14,7 @@ create Yocto Linux kernel repositories. These kernel repositories are found under the heading "Yocto Linux Kernel" at - &YOCTO_GIT_URL;/cgit.cgi + &YOCTO_GIT_URL; and are shipped as part of a Yocto Project release. The team creates these repositories by compiling and executing the set of feature descriptions for every BSP and feature in the @@ -118,7 +118,7 @@ The following steps describe what happens when the Yocto Project Team constructs the Yocto Project kernel source Git repository (or tree) found at - given the + given the introduction of a new top-level kernel feature or BSP. The following actions effectively provide the Metadata and create the tree that includes the new feature, patch, or BSP: -- cgit v1.2.3-54-g00ecf