diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-07-02 10:49:22 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-04 14:48:16 +0100 |
| commit | b64ad8ba853bde48e1c7329f558a23b7a8e094f7 (patch) | |
| tree | 5482b96b9371ebf583cbc4b0be54ae19407120e6 /documentation/dev-manual | |
| parent | f7cce1bb9169da59e8b4463b1133f5bc97eb9d98 (diff) | |
| download | poky-b64ad8ba853bde48e1c7329f558a23b7a8e094f7.tar.gz | |
dev-manual: menuconfig now works properly
Bug 2256 is now fixed in master and the fix will be in the next release,
so update the documentation accordingly.
(From yocto-docs rev: 877a7ecfd1623417d0793a5dd16b66c35b6fdbae)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
| -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> |
