Move some variable sets out of the parser, add support for anonymous functions (execu...
[vuplus_bitbake] / bin / oe / build.py
2004-03-31 Chris LarsonMove some variable sets out of the parser, add support...
2004-03-31 erichrun fakeroot from ${STAGING_BINDIR}
2004-03-28 Michael 'Mickey... support 'fakeroot' attribute for functions
2004-03-23 Chris LarsonBUGFIX: bug that resulted in ${TOPDIR} being unexpanded...
2004-03-15 Chris LarsonUpdate the way we execute python functions, so on failu...
2004-03-13 Michael 'Mickey... give a reason when a task fails
2004-03-05 Chris Larson(no commit message)
2004-01-26 Chris LarsonReplacing B.has_key(A) calls with A in B.
2004-01-23 Chris LarsonCosmetic change.. 'succeeded' changed to 'completed...
2004-01-23 Chris LarsonRevamp task handling to accomidate a change to oemake...
2004-01-23 Chris LarsonAdd a new syntax to .conf/.oe files for setting metadat...
2004-01-22 Chris LarsonAdd listtasks function.
2003-10-15 Chris LarsonUse 1/0 instead of True/False to work with python <2.3
2003-09-22 Chris Larson(no commit message)
2003-09-18 Chris LarsonRemove debugging bits that shouldnt have existed.
2003-09-18 Chris Larson(no commit message)
2003-09-16 Chris LarsonDont remove the log after success, its useful to have...
2003-09-16 Chris LarsonRemove unnecessary debug output.
2003-09-16 Chris LarsonBetter log handling in exec_func_shell, and call 'sh...
2003-09-02 Chris LarsonConvenience function
2003-07-28 Chris LarsonPreserve current path
2003-07-25 Chris LarsonUpdate TODO
2003-07-09 Chris LarsonAllow passing 'dirs' in, in exec_func. needed by the...
2003-06-30 Chris LarsonBUGFIX: remove the duplicate event firing on start...
2003-06-30 Chris LarsonSet 'nostamp' on do_showdata
2003-06-26 Chris LarsonCorrect dir creation and chdir in function execution
2003-06-26 Chris LarsonEnhancements all around, rework of the python function...
2003-06-26 Chris LarsonMake use of the EventException
2003-06-26 Chris LarsonMinor status output formatting cleanups
2003-06-26 Chris LarsonBUGFIX: call data.expand on the vars we pull from the...
2003-06-25 Chris LarsonEnhance delnode in our digraph. Now supports (optional...
2003-06-25 Chris LarsonAlter function execution behavior with regard to direct...
2003-06-25 Chris LarsonMove event firing and exception raising into the task...
2003-06-25 Chris Larson(no commit message)