aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-06-17 01:12:51 +0000
committerChris Larson <clarson@kergoth.com>2003-06-17 01:12:51 +0000
commitca9d5f5162a4621ade2fc127ac494f7f94c79d06 (patch)
tree2a7082b1b0e3285421c02ae5207d7da787a93f4d /doc
parent709609b25c20210535ad73f69cd3a4841331f497 (diff)
downloadbitbake-ca9d5f5162a4621ade2fc127ac494f7f94c79d06.tar.gz
Updating docu
Diffstat (limited to 'doc')
-rw-r--r--doc/COMMANDS15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/COMMANDS b/doc/COMMANDS
index 4a71dc780..71192d3e7 100644
--- a/doc/COMMANDS
+++ b/doc/COMMANDS
@@ -1,6 +1,11 @@
-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).
+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.
@@ -20,3 +25,7 @@ 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.