From 84535d1bb695e5983f003372c35a30a1cea4f8ba Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Sat, 16 Jan 2010 04:47:33 -0500 Subject: Remove the now-obsolete reference to "bbread". --- doc/manual/usermanual.xml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'doc') 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 - Commands -
- bbread - 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. - NOTE: the stand a lone bbread command was removed. Instead of bbread use bitbake -e. - -
-
- bitbake + The bitbake command
Introduction 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. @@ -515,6 +507,5 @@ BBFILE_PRIORITY_upstream = "5" BBFILE_PRIORITY_local = "10"
-
-- cgit 1.2.3-korg