diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-kernel-appendix.xml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index d33b77580c..996d8ae222 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml | |||
@@ -683,16 +683,8 @@ | |||
683 | <ulink url='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink> | 683 | <ulink url='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink> |
684 | directory and then builds and launches <filename>menuconfig</filename>: | 684 | directory and then builds and launches <filename>menuconfig</filename>: |
685 | <literallayout class='monospaced'> | 685 | <literallayout class='monospaced'> |
686 | $ bitbake linux-yocto -c cleansstate | ||
687 | $ bitbake linux-yocto -c menuconfig | 686 | $ bitbake linux-yocto -c menuconfig |
688 | </literallayout> | 687 | </literallayout> |
689 | <note> | ||
690 | Due to a bug in the release, it is necessary to clean the shared state memory | ||
691 | in order for configurations made using <filename>menuconfig</filename> to take | ||
692 | effect. | ||
693 | For information on the bug, see | ||
694 | <ulink url='https://bugzilla.yoctoproject.org/show_bug.cgi?id=2256'></ulink> | ||
695 | </note> | ||
696 | </para> | 688 | </para> |
697 | 689 | ||
698 | <para> | 690 | <para> |
@@ -755,9 +747,8 @@ | |||
755 | 747 | ||
756 | <para> | 748 | <para> |
757 | At this point, you are ready to recompile your kernel image with | 749 | At this point, you are ready to recompile your kernel image with |
758 | the new setting in effect using the BitBake commands below: | 750 | the new setting in effect using the BitBake command below: |
759 | <literallayout class='monospaced'> | 751 | <literallayout class='monospaced'> |
760 | $ bitbake linux-yocto -c compile -f | ||
761 | $ bitbake linux-yocto | 752 | $ bitbake linux-yocto |
762 | </literallayout> | 753 | </literallayout> |
763 | </para> | 754 | </para> |