diff options
| -rw-r--r-- | documentation/dev-manual/dev-manual-kernel-appendix.xml | 11 |
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: |
