From 3f06074a0d7d576399ba65364ca71378602c8138 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 21 Mar 2017 12:41:25 -0700 Subject: kernel-dev: Corrected linking format for two variables. Convention is to avoid using hyperlinks for variables that appear in / coded blocks. I removed the links for the KERNEL_FEATURES and LINUX_KERNEL_TYPE variables, which appeared in a literal block and put the links into the context of the description. (From yocto-docs rev: 3384f67e4b9f15e8f96297ceb2aafc63a5994d22) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-advanced.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'documentation') diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml index 9e15f178a6..266ef3aba8 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.xml +++ b/documentation/kernel-dev/kernel-dev-advanced.xml @@ -83,13 +83,14 @@ The linux-yocto style recipes can optionally define the following variables: - KERNEL_FEATURES - LINUX_KERNEL_TYPE + KERNEL_FEATURES + LINUX_KERNEL_TYPE - LINUX_KERNEL_TYPE defines the kernel type to be + LINUX_KERNEL_TYPE + defines the kernel type to be used in assembling the configuration. If you do not specify a LINUX_KERNEL_TYPE, it defaults to "standard". @@ -134,7 +135,9 @@ - You can use the KERNEL_FEATURES variable + You can use the + KERNEL_FEATURES + variable to include features (configuration fragments, patches, or both) that are not already included by the KMACHINE and LINUX_KERNEL_TYPE variable combination. -- cgit v1.2.3-54-g00ecf