diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index c8f37f1fb3..d988f046d1 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml @@ -656,6 +656,8 @@ + +
Changing the  <filename>CONFIG_SMP</filename> Configuration Using  <filename>menuconfig</filename> @@ -679,11 +681,20 @@ kernel. The Yocto Project build environment recognizes this kernel as linux-yocto. - Thus, the following command from the shell in which you previously sourced the - environment initialization script launches menuconfig: + Thus, the following commands from the shell in which you previously sourced the + environment initialization script cleans the shared state memory and + the WORKDIR direcotry and then builds and + launches menuconfig: + $ bitbake linux-yocto -c cleansstate $ bitbake linux-yocto -c menuconfig + Due to a bug in the release, it is necessary to clean the shared state + memory in order for configurations made using menuconfig + to take effect. + For information on the bug, see + . +