From: Scott Rifenbark Date: Fri, 18 Mar 2016 00:07:03 +0000 (-0700) Subject: kernel-dev: Changed a link from an example to in-text. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0654224f739a371f1de9411d5978582a44f3ff18;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index ab7f80fbe46..d3119a88b2e 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.