aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHolger Schurig <schurig@mn-solutions.de>2003-05-06 22:05:14 +0000
committerHolger Schurig <schurig@mn-solutions.de>2003-05-06 22:05:14 +0000
commitdc94a8d46c29510439a38d92fb41baee4f700fe5 (patch)
tree5e5c1037e303c649df0aacfe7d95c14c058d156b /doc
parentfbe5bfd73df0a6d49e1f1cf72822b81088f08725 (diff)
downloadbitbake-dc94a8d46c29510439a38d92fb41baee4f700fe5.tar.gz
Diffstat (limited to 'doc')
-rw-r--r--doc/COMMANDS21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/COMMANDS b/doc/COMMANDS
new file mode 100644
index 000000000..f6fb303ac
--- /dev/null
+++ b/doc/COMMANDS
@@ -0,0 +1,21 @@
+oebuild.sh has several commands. Some of them call functions in
+bin/build/oebuild.sh (or in one of the oeclasses, if the *.oe build file
+contains the "inherited ..." keyword).
+
+Here is a list of what command calls what shell function.
+
+The column "cd'd to this dir" specifies to which directory you have been
+cd'd into before the function get's called.
+
+
+oebuild cd'd to function in
+command this dir oebuild.sh task
+------------------------------------------------------------------------
+clean - - clean all, except downloaded files
+mrproper - - clean all, including downloaded files
+fetch fetch the sources
+ do_nofetch() notify user on how fetch the sources
+unpack WORKDIR do_unpack() unpack sources, create source directory
+compile S do_compile() cross-compile
+stage S do_stage() copy headers and libraries
+install S do_install() create image ready to be packaged