From 0654224f739a371f1de9411d5978582a44f3ff18 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 17 Mar 2016 17:07:03 -0700 Subject: [PATCH] kernel-dev: Changed a link from an example to in-text. Better placement of this link. It did not need to be in the example. (From yocto-docs rev: 53c33ea4cc929e016812f0d3aac0d302758dc0f8) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-common.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index ab7f80fbe4..d3119a88b2 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml @@ -270,11 +270,12 @@ edit the recipe that builds your kernel so that it has the following command form: - KBUILD_DEFCONFIG_KMACHINE ?= defconfig_file + KBUILD_DEFCONFIG_KMACHINE ?= defconfig_file You need to append the variable with - KMACHINE and then supply the path to - your "in-tree" defconfig file. + KMACHINE + and then supply the path to your "in-tree" + defconfig file.