]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/dev-manual/dev-manual-kernel-appendix.xml: edits to the example
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 5 Oct 2011 12:52:39 +0000 (05:52 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Oct 2011 17:41:47 +0000 (18:41 +0100)
Some minor edits for the kernel example.

(From yocto-docs rev: 01e9f01662efad746fbfc34820b6efeb34affecd)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/dev-manual/dev-manual-kernel-appendix.xml

index b6f8e39fe691e1e1d5352689387c9e095f94f8b7..03d1758bfc080b94758a22403c3401303e6541c6 100644 (file)
                 <literallayout class='monospaced'>
      void __cpuinit calibrate_delay(void)
      {
-            unsigned long ticks, loopbit;
-            int lps_precision = LPS_PREC;
+            unsigned long lpj;
             static bool printed;
 
          if (preset_lpj) {
                 <literallayout class='monospaced'>
      void __cpuinit calibrate_delay(void)
      {
-            unsigned long ticks, loopbit;
-            int lps_precision = LPS_PREC;
+            unsigned long lpj;
             static bool printed;
          printk("*************************************\n");
          printk("*                                   *\n");
                     <listitem><para>Be sure old images are cleaned out by running the 
                         <filename>cleanall</filename> BitBake task as follows:
                         <literallayout class='monospaced'>
+     $ cd ~/poky
      $ bitbake -c cleanall linux-yocto
                         </literallayout></para>
                         <para><note>Never remove any files by hand from the <filename>tmp/deploy</filename>
      processor       : 0
      #
                 </literallayout>
+                Logout of the emulator using the <filename>exit</filename> command and 
+                then close it down.
             </para>
         </section>
 
                 You can find it at <filename>Processor Type and Features</filename>.
                 The configuration selection is 
                 <filename>Symmetric Multi-processing Support</filename>.
+                After using the arrow keys to highlight this selection, press "y" to select it.
+                Then, exit out and save your selections.
             </para>
 
             <para>