mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6b06a4fa1b
commit
73cdebf60d
@@ -776,6 +776,17 @@
|
|||||||
</literallayout>
|
</literallayout>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
Manually turning off a kernel configuration setting such as
|
||||||
|
<filename>CONFIG_SMP</filename> can cause the kernel configuration audit
|
||||||
|
to issue warnings during the build.
|
||||||
|
In this example, warnings appear telling you that the expected value
|
||||||
|
<filename>CONFIG_SMP</filename> does not appear in the <filename>.config</filename>
|
||||||
|
file.
|
||||||
|
Because in this example you specifically turned off <filename>CONFIG_SMP</filename>,
|
||||||
|
you can safely ignore the apparent conflict.
|
||||||
|
</note>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Now run the QEMU emulator and pass it the same multi-processor option as before:
|
Now run the QEMU emulator and pass it the same multi-processor option as before:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
|
|||||||
Reference in New Issue
Block a user