From: Scott Rifenbark Date: Tue, 27 Oct 2015 15:54:57 +0000 (-0700) Subject: kernel-dev: Added cross-reference to .config information X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a79e303c918883ef5fd2415de392a1cc3c35edd6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git kernel-dev: Added cross-reference to .config information Fixes [YOCTO #7474] There was not a strong tie between .config file discussions for the kernel between corresponding menuconfig sections in the kernel-dev and dev-manual manuals. I added a cross- reference link in the kernel-dev manual to help tie this information together. (From yocto-docs rev: bbeb7b0f48be6c2bdb6c6031ce0476d6d2081f94) 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 27c82ceb587..ab7f80fbe46 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml @@ -389,6 +389,10 @@ You can use the entire .config file as the defconfig file as described in the "Changing the Configuration" section. + For more information on the .config file, + see the + "Using menuconfig" + section in the Yocto Project Development Manual.