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: