summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-10-05 05:52:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-06 18:41:47 +0100
commita3e4b6ac24083b0d969af9f63386cc9d46dc5942 (patch)
tree77b2d74e537f8dada0e94ce1335986c7dec3fe29 /documentation
parentf54a78c89158435d2f06df96da9a7d432ce8c831 (diff)
downloadast2050-yocto-poky-a3e4b6ac24083b0d969af9f63386cc9d46dc5942.zip
ast2050-yocto-poky-a3e4b6ac24083b0d969af9f63386cc9d46dc5942.tar.gz
documentation/dev-manual/dev-manual-kernel-appendix.xml: edits to the example
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-kernel-appendix.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index b6f8e39..03d1758 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -300,8 +300,7 @@
<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) {
@@ -317,8 +316,7 @@
<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");
@@ -459,6 +457,7 @@
<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>
@@ -556,6 +555,8 @@
processor : 0
#
</literallayout>
+ Logout of the emulator using the <filename>exit</filename> command and
+ then close it down.
</para>
</section>
@@ -595,6 +596,8 @@
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>
OpenPOWER on IntegriCloud