add current task to OVERRIDES during execution to facilitate "EXTRA_OEMAKE_prepend_do...
[vuplus_bitbake] / bin / oe / build.py
2004-10-13 Phil Blundelladd current task to OVERRIDES during execution to facil...
2004-08-04 Chris LarsonDon't hardcode the location of fakeroot, to allow us...
2004-08-04 Chris LarsonShow filename of log when displaying it, on failure.
2004-05-27 Chris LarsonBUGFIX: correct indentation on that build debugging...
2004-05-27 Chris LarsonAdapt oe.build code to pipe our logs through tee if...
2004-05-22 Chris LarsonDeal with really annoying failure when the build code...
2004-05-09 Chris LarsonCorrect an indentation bug, add some missing modelines...
2004-05-09 Chris LarsonWhitespace changes. Reformat things to better match...
2004-04-29 Chris LarsonUnbork prevention of the run.* script removal via OEDEBUG.
2004-04-21 Gerald Brittonmake 'set -e' in scripts actually work
2004-04-04 Michael 'Mickey... allow dumping the log if OEINCLUDELOGS is set
2004-04-01 Chris LarsonMerges
2004-04-01 Chris LarsonSCCS merged
2004-03-31 Chris LarsonAdapt to new build vs source dir bits, and dont execute...
2004-03-31 Chris LarsonMake use of STAGING_DATADIR
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)