aboutsummaryrefslogtreecommitdiffstats
path: root/bin/oe/build.py
AgeCommit message (Expand)Author
2004-12-07Initial import.Chris Larson
2004-12-01BUGFIX: oe.build.mkstamp had a hardcoded path to the stamps dir.Chris Larson
2004-10-15back out previous mistaken changePhil Blundell
2004-10-13add current task to OVERRIDES during execution to facilitate "EXTRA_OEMAKE_pr...Phil Blundell
2004-08-04Don't hardcode the location of fakeroot, to allow us to ASSUME_PROVIDED faker...Chris Larson
2004-08-04Show filename of log when displaying it, on failure.Chris Larson
2004-05-27BUGFIX: correct indentation on that build debugging cset.Chris Larson
2004-05-27Adapt oe.build code to pipe our logs through tee if OEDEBUG is set.Chris Larson
2004-05-22Deal with really annoying failure when the build code tries to return to a di...Chris Larson
2004-05-09Correct an indentation bug, add some missing modelines, and correct all the m...Chris Larson
2004-05-09Whitespace changes. Reformat things to better match the usual python indenta...Chris Larson
2004-04-29Unbork prevention of the run.* script removal via OEDEBUG.Chris Larson
2004-04-21make 'set -e' in scripts actually workGerald Britton
2004-04-04allow dumping the log if OEINCLUDELOGS is setMichael 'Mickey' Lauer
2004-04-01MergesChris Larson
2004-04-01SCCS mergedChris Larson
2004-03-31Adapt to new build vs source dir bits, and dont execute a function if hte fun...Chris Larson
2004-03-31Make use of STAGING_DATADIRChris Larson
2004-03-31Move some variable sets out of the parser, add support for anonymous function...Chris Larson
2004-03-31run fakeroot from ${STAGING_BINDIR}erich
2004-03-28support 'fakeroot' attribute for functionsMichael 'Mickey' Lauer
2004-03-23BUGFIX: bug that resulted in ${TOPDIR} being unexpanded in a certain error path.Chris Larson
2004-03-15Update the way we execute python functions, so on failure we actually see wha...Chris Larson
2004-03-13give a reason when a task failsMichael 'Mickey' Lauer
2004-03-05(no commit message)Chris Larson
2004-01-26Replacing B.has_key(A) calls with A in B.Chris Larson
2004-01-23Cosmetic change.. 'succeeded' changed to 'completed', since in the context of...Chris Larson
2004-01-23Revamp task handling to accomidate a change to oemake. It now runs the build...Chris Larson
2004-01-23Add a new syntax to .conf/.oe files for setting metadata about metadata, and ...Chris Larson
2004-01-22Add listtasks function.Chris Larson
2003-10-15Use 1/0 instead of True/False to work with python <2.3Chris Larson
2003-09-22(no commit message)Chris Larson
2003-09-18Remove debugging bits that shouldnt have existed.Chris Larson
2003-09-18(no commit message)Chris Larson
2003-09-16Dont remove the log after success, its useful to have around.Chris Larson
2003-09-16Remove unnecessary debug output.Chris Larson
2003-09-16Better log handling in exec_func_shell, and call 'sh', not 'bash'.Chris Larson
2003-09-02Convenience functionChris Larson
2003-07-28Preserve current pathChris Larson
2003-07-25Update TODOChris Larson
2003-07-09Allow passing 'dirs' in, in exec_func. needed by the rootfs population .oeChris Larson
2003-06-30BUGFIX: remove the duplicate event firing on start and stop for a task.Chris Larson
2003-06-30Set 'nostamp' on do_showdataChris Larson
2003-06-26Correct dir creation and chdir in function executionChris Larson
2003-06-26Enhancements all around, rework of the python function implementation, move d...Chris Larson
2003-06-26Make use of the EventExceptionChris Larson
2003-06-26Minor status output formatting cleanupsChris Larson
2003-06-26BUGFIX: call data.expand on the vars we pull from the data store.Chris Larson
2003-06-25Enhance delnode in our digraph. Now supports (optionally) removing 1) refere...Chris Larson
2003-06-25Alter function execution behavior with regard to directories. Now uses a var...Chris Larson