mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
ref-manual: Scrubbed for variable (user) input.
Throughout the manual I had been using angled bracket sets to denote user-supplied input. This is confusing and better shown by using the <replaceable></replaceable> tags. I scrubbed all the chapters and replaced as needed. Some other minor formatting changes were caught and fixed during the scrub as well. (From yocto-docs rev: 9a668574dd18828a750cfa2e8c28e1f089a19609) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b96378eb6b
commit
2eaf7e6e75
@@ -324,7 +324,7 @@
|
||||
<para>
|
||||
You can run this task using BitBake as follows:
|
||||
<literallayout class='monospaced'>
|
||||
$ bitbake -c clean <recipe>
|
||||
$ bitbake -c clean <replaceable>recipe</replaceable>
|
||||
</literallayout>
|
||||
</para>
|
||||
|
||||
@@ -338,7 +338,7 @@
|
||||
If you want to remove the sstate cache files for the recipe,
|
||||
you need to use the
|
||||
<link linkend='ref-tasks-cleansstate'><filename>do_cleansstate</filename></link>
|
||||
task instead (i.e. <filename>bitbake -c cleansstate <recipe></filename>).
|
||||
task instead (i.e. <filename>bitbake -c cleansstate</filename> <replaceable>recipe</replaceable>).
|
||||
</para>
|
||||
</section>
|
||||
|
||||
@@ -359,7 +359,7 @@
|
||||
<para>
|
||||
You can run this task using BitBake as follows:
|
||||
<literallayout class='monospaced'>
|
||||
$ bitbake -c cleanall <recipe>
|
||||
$ bitbake -c cleanall <replaceable>recipe</replaceable>
|
||||
</literallayout>
|
||||
</para>
|
||||
|
||||
@@ -389,7 +389,7 @@
|
||||
<para>
|
||||
You can run this task using BitBake as follows:
|
||||
<literallayout class='monospaced'>
|
||||
$ bitbake -c cleansstate <recipe>
|
||||
$ bitbake -c cleansstate <replaceable>recipe</replaceable>
|
||||
</literallayout>
|
||||
</para>
|
||||
|
||||
@@ -404,7 +404,7 @@
|
||||
If you need to build a target from scratch using remote
|
||||
mirrors, use the "-f" option as follows:
|
||||
<literallayout class='monospaced'>
|
||||
$ bitbake -f -c do_cleansstate <target>
|
||||
$ bitbake -f -c do_cleansstate <replaceable>target</replaceable>
|
||||
</literallayout>
|
||||
</note>
|
||||
</para>
|
||||
|
||||
Reference in New Issue
Block a user