summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-06-26 14:27:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-29 15:54:26 +0100
commit73cdebf60df225ee10f2eb215935be3b61e1b831 (patch)
treeb429c4633cb602756a3d102b93eaa601cdc4a152
parent6b06a4fa1b99768516ac5bee9e70922af811d285 (diff)
downloadpoky-denzil-7.0.1_rc2.tar.gz
documentation/dev-manual/dev-manual-kernel-appendix.xml: Add note about conflictdenzil-7.0.1_rc2denzil-7.0.1
Added a note to the part of the example where you bitbake the kernel after turning off CONFIG_SMP. The warnings you get can cause confusion. the note explains they are normal. (From yocto-docs rev: 08ed090f0b8b6970832242a52827ae2957918cf3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-kernel-appendix.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index da74721c63..2901384412 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -775,6 +775,17 @@
775 $ bitbake linux-yocto 775 $ bitbake linux-yocto
776 </literallayout> 776 </literallayout>
777 </para> 777 </para>
778
779 <note>
780 Manually turning off a kernel configuration setting such as
781 <filename>CONFIG_SMP</filename> can cause the kernel configuration audit
782 to issue warnings during the build.
783 In this example, warnings appear telling you that the expected value
784 <filename>CONFIG_SMP</filename> does not appear in the <filename>.config</filename>
785 file.
786 Because in this example you specifically turned off <filename>CONFIG_SMP</filename>,
787 you can safely ignore the apparent conflict.
788 </note>
778 789
779 <para> 790 <para>
780 Now run the QEMU emulator and pass it the same multi-processor option as before: 791 Now run the QEMU emulator and pass it the same multi-processor option as before: