summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-05-12 07:56:56 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-28 18:02:29 +0100
commit3d2f2b6bdbde2d872a0e0743607f4b6784a320c0 (patch)
tree16a45a7e4fc1113a3ca9d83afb8e000cf446fd41 /documentation
parent8c43d0fa526ad3ee04fef5d39d3371b64105ce0f (diff)
downloadpoky-3d2f2b6bdbde2d872a0e0743607f4b6784a320c0.tar.gz
dev-manual: Added a link to reference defconfig files.
(From yocto-docs rev: 088d5c99562c1c7a192a6734272eae8147657bc8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index fb991fa4cb..362fce1916 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3317,6 +3317,10 @@
3317 <literallayout class='monospaced'> 3317 <literallayout class='monospaced'>
3318 COMPATIBLE_MACHINE = '(qemux86|qemumips)' 3318 COMPATIBLE_MACHINE = '(qemux86|qemumips)'
3319 </literallayout> 3319 </literallayout>
3320 For more information on <filename>defconfig</filename> files,
3321 see the
3322 "<ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#changing-the-configuration'>Changing the Configuration</ulink>"
3323 section in the Yocto Project Linux Kernel Development Manual.
3320 </para> 3324 </para>
3321 </section> 3325 </section>
3322 3326