summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2010-01-16 04:47:33 -0500
committerRobert P. J. Day <rpjday@crashcourse.ca>2010-01-16 04:47:33 -0500
commit84535d1bb695e5983f003372c35a30a1cea4f8ba (patch)
tree094728290313ec8d8cda06d739a1229e774ea214 /doc
parent5c845093fc548cd660d4bf61e8ade9d1c7f2609a (diff)
downloadbitbake-84535d1bb695e5983f003372c35a30a1cea4f8ba.tar.gz
Remove the now-obsolete reference to "bbread".
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/usermanual.xml11
1 files changed, 1 insertions, 10 deletions
diff --git a/doc/manual/usermanual.xml b/doc/manual/usermanual.xml
index 6fb197966..7c70960b7 100644
--- a/doc/manual/usermanual.xml
+++ b/doc/manual/usermanual.xml
@@ -352,15 +352,7 @@ will be tried first when fetching a file if that fails the actual file will be t
<chapter>
- <title>Commands</title>
- <section>
- <title>bbread</title>
- <para>bbread is a command for displaying BitBake metadata. When run with no arguments, it has the core parse 'conf/bitbake.conf', as located in BBPATH, and displays that. If you supply a file on the commandline, such as a .bb, then it parses that afterwards, using the aforementioned configuration metadata.</para>
- <para><emphasis>NOTE: the stand a lone bbread command was removed. Instead of bbread use bitbake -e.
- </emphasis></para>
- </section>
- <section>
- <title>bitbake</title>
+ <title>The bitbake command</title>
<section>
<title>Introduction</title>
<para>bitbake is the primary command in the system. It facilitates executing tasks in a single .bb file, or executing a given task on a set of multiple .bb files, accounting for interdependencies amongst them.</para>
@@ -515,6 +507,5 @@ BBFILE_PRIORITY_upstream = "5"
BBFILE_PRIORITY_local = "10"</screen>
</example>
</section>
- </section>
</chapter>
</book>