From 73cdebf60df225ee10f2eb215935be3b61e1b831 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 26 Jun 2012 14:27:35 -0700 Subject: documentation/dev-manual/dev-manual-kernel-appendix.xml: Add note about conflict 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-kernel-appendix.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'documentation') 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 @@ $ bitbake linux-yocto + + + Manually turning off a kernel configuration setting such as + CONFIG_SMP can cause the kernel configuration audit + to issue warnings during the build. + In this example, warnings appear telling you that the expected value + CONFIG_SMP does not appear in the .config + file. + Because in this example you specifically turned off CONFIG_SMP, + you can safely ignore the apparent conflict. + Now run the QEMU emulator and pass it the same multi-processor option as before: -- cgit v1.2.3-54-g00ecf