summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-09-20 03:17:55 +0000
committerChris Larson <clarson@kergoth.com>2003-09-20 03:17:55 +0000
commit40ec4d37f256ca2b7cc781889f17a30628359da6 (patch)
tree49168318ee4fc720d71cd8eb10aab802521206fa /doc
parent75bb56ae30d3afd2bba2d2ea016a251e9f29bd9e (diff)
downloadbitbake-40ec4d37f256ca2b7cc781889f17a30628359da6.tar.gz
Delete: doc/COMMANDS
Diffstat (limited to 'doc')
-rw-r--r--doc/COMMANDS31
1 files changed, 0 insertions, 31 deletions
diff --git a/doc/COMMANDS b/doc/COMMANDS
deleted file mode 100644
index 71192d3e7..000000000
--- a/doc/COMMANDS
+++ /dev/null
@@ -1,31 +0,0 @@
-OpenEmbedded tools:
-
-oebuild Individual package build tool
-oemake Multiple package build tool that takes into account dependencies
-oemaked Autobuild daemon which calls oemake when things change.
-
-Syntax:
-oebuild <command> <.oe file>
-
-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
-patch S do_patch() unpack and apply patches
-compile S do_compile() cross-compile
-stage S do_stage() copy headers and libraries
-install S do_install() create image ready to be packaged
-
-oemake and oemaked require that the OEFILES environment variable be populated
-with the list of the .oe files for the packages to be built. They take no
-commandline arguments.