summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev-advanced.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-09-22 12:18:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-26 11:18:59 +0100
commitde671802c8de9311cc292456d69cafb7be128b0b (patch)
tree99272375914e3bf041f044803d0a24d83b6d7624 /documentation/kernel-dev/kernel-dev-advanced.xml
parentc1d3dbb5bdbea42c3f4b4706872bd2444e850c7c (diff)
downloadpoky-de671802c8de9311cc292456d69cafb7be128b0b.tar.gz
dev-manual: Compatibility program and moving kernel configuration
Should have been two commits but I forgot to do them separately. 1. I updated the YP Compatible Program section. 2. I moved the "Configuring the Kernel" section from the dev-manual to the kernel-dev manual. (From yocto-docs rev: cdb5bbc917db55a2ca987ce9b9ed371f9fca6524) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-advanced.xml')
-rw-r--r--documentation/kernel-dev/kernel-dev-advanced.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml
index 0394e08444..a6f01a8e2a 100644
--- a/documentation/kernel-dev/kernel-dev-advanced.xml
+++ b/documentation/kernel-dev/kernel-dev-advanced.xml
@@ -318,10 +318,10 @@
318 CONFIG_NR_CPUS=64 318 CONFIG_NR_CPUS=64
319 </literallayout> 319 </literallayout>
320 You can find information on configuration fragment files in the 320 You can find information on configuration fragment files in the
321 "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-config-fragments'>Creating Configuration Fragments</ulink>" 321 "<link linkend='creating-config-fragments'>Creating Configuration Fragments</link>"
322 section of the Yocto Project Development Manual and in 322 section and in
323 the "<link linkend='generating-configuration-files'>Generating Configuration Files</link>" 323 the "<link linkend='generating-configuration-files'>Generating Configuration Files</link>"
324 section earlier in this manual. 324 section.
325 </para> 325 </para>
326 326
327 <para> 327 <para>