aboutsummaryrefslogtreecommitdiffstats
path: root/bin/oe/build.py
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-07-25 19:47:27 +0000
committerChris Larson <clarson@kergoth.com>2003-07-25 19:47:27 +0000
commitfac33cf42bddc1c3127d0e22dce3ed9c36278e04 (patch)
tree96d628ac94ae2f7fb8b21973949084beaa9fcfda /bin/oe/build.py
parent16a0cf163656d3aef221e48e8e74f35ed072248c (diff)
downloadbitbake-fac33cf42bddc1c3127d0e22dce3ed9c36278e04.tar.gz
Update TODO
Diffstat (limited to 'bin/oe/build.py')
-rw-r--r--bin/oe/build.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/bin/oe/build.py b/bin/oe/build.py
index 9ed3c5f17..a6a193694 100644
--- a/bin/oe/build.py
+++ b/bin/oe/build.py
@@ -1,3 +1,15 @@
+#!/usr/bin/python
+"""
+OpenEmbedded 'Build' implementation
+
+Core code for function execution and task handling in the
+OpenEmbedded (http://openembedded.org) build infrastructure.
+
+Copyright: (c) 2003 Chris Larson
+
+Based on functions from the base oe module, Copyright 2003 Holger Schurig
+"""
+
from oe import debug, data, fetch, fatal, error, note, event, mkdirhier
import oe
import os