aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-09-22 16:43:59 +0000
committerChris Larson <clarson@kergoth.com>2003-09-22 16:43:59 +0000
commit655946aa6a40e80a25949616968e4c00d10f2ce5 (patch)
tree57bc85ab298cea0afddb5f6d9d7370d9f647786e /doc
parent563974e5114be9538383de023accd5959e1b2fa8 (diff)
downloadbitbake-655946aa6a40e80a25949616968e4c00d10f2ce5.tar.gz
Diffstat (limited to 'doc')
-rw-r--r--doc/DEVEL4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/DEVEL b/doc/DEVEL
index f2768d584..cfaccd553 100644
--- a/doc/DEVEL
+++ b/doc/DEVEL
@@ -38,13 +38,13 @@ any way, you can override any of the steps. For example:
oe_runmake all
}
--or-
+or
do_install () {
oe_runmake 'PREFIX=${D}' install
}
-You get the picture. See $OEDIR/bin/classes/base.oeclass for an idea
+And so on. See $OEDIR/bin/classes/base.oeclass for an idea
as to what tasks exist by default, and what their default behaviors are.
The system will automatically assume that your .oe inherits base, in addition
to whatever oeclasses you inherit manually.