summaryrefslogtreecommitdiffstats
path: root/lib/bb/build.py
AgeCommit message (Expand)Author
2010-12-03build.py: Add a symlink for the loggingMark Hatle
2010-12-03bitbake/build.py: Set BB_FILENAME to represent the .bb file being built (incl...Richard Purdie
2010-12-03bitbake/build.py: Note when calling functions that don't exist. Should probab...Richard Purdie
2010-12-03bitbake/build.py: Set the current taskname in the BB_CURRENTTASK variableRichard Purdie
2010-09-12Fix FuncFailed constructionChris Larson
2010-09-10Restore FuncFailed argument compatibilityChris Larson
2010-09-10Only reference logfiles that existChris Larson
2010-09-10Fix bitbake -k issue introduced by build exception cleanupChris Larson
2010-09-10Move display of FuncFailed exception info into the runqueueChris Larson
2010-09-09Simplify build exception handlingChris Larson
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-08-03*: Fix typo in documentationBernhard Reutner-Fischer
2010-07-01allow fakeroot functionality to be provided by an alternative programJoshua Lock
2010-06-16Switch a fatal usage to SystemExit ("T" not set)Chris Larson
2010-06-10Drop unnecessarly duplicated messages wrt FuncFailedChris Larson
2010-04-20Don't try to expand non-string valuesChris Larson
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-10Switch some references to moved functionsChris Larson
2010-04-09Import fixupsChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-03-30Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson
2010-01-27build.py: No need for this gross hack now (from Poky)Richard Purdie
2010-01-19event.py: Pass the datastore to the fire command, don't build it into eventsRichard Purdie
2009-11-03Improve anonymous python function handling sp functions use the methodpool an...Richard Purdie
2009-10-23build.py: Make sure the logfile exists before checking its size. Previously t...Richard Purdie
2009-10-17build.py: Optimisation to remove zero sized log files (from Poky)Richard Purdie
2008-12-06build.py: Add better debug to exec_func_python when python function execution...Richard Purdie
2008-05-21build.py: Make sure expandKeys has been called on the data dictonary before r...Richard Purdie
2008-03-15build.py: Fix incorrect variables (thanks pH5)Richard Purdie
2008-03-13build.py: Fix incorrect variable nameRichard Purdie
2008-02-28build.py: Fix task variable expansion issueRichard Purdie
2008-02-26Remove digraph and switch to new stamp checking code.Richard Purdie
2008-02-24build.py: Remove uneeded mkdirhiercallRichard Purdie
2008-02-24build.py: Convert exec_task to use getVarFlagsRichard Purdie
2007-12-01Add selfstamp and lockfiles flagsRichard Purdie
2007-09-05build.py: Add support for cleaning directories before a task in the form: do_...Richard Purdie
2007-08-18build.py: Add _message to TaskBase, add gross hack to logfile name generation...Richard Purdie
2007-08-17BBHandler.py/build.py: Rework add_task to be more efficient (6% speedup, 7% n...Richard Purdie
2007-08-16build.py: Expand data to addtaskRichard Purdie
2007-08-15build.py: Add back python function output through a new mechanism to emulate ...Richard Purdie
2007-07-28Remove ununsed module referencesRichard Purdie
2007-04-03build.py: Expand dependency flag dataRichard Purdie
2007-03-20build.py: Remove BBINCLUDELOGS for now since its breaking things. It will ret...Richard Purdie
2007-03-20build.py: Use a try/finally to make sure logs get redirected after function e...Richard Purdie
2007-03-19build.py: Treat python functions the same as shell functions with respect to ...Richard Purdie
2007-01-10trunk/bitbake/lib/bb/build.py: Put LC_ALL=C on os.system callHolger Hans Peter Freyther
2007-01-07Make -f (force) flag handling work properlyRichard Purdie
2007-01-07build.py: Add del_stamp function to remove existing stamps (factoring common ...Richard Purdie
2007-01-07build.py: Merge stamp_is_current and stamp_is_current_cache into one function...Richard Purdie
2007-01-04moved 'here comes the log' message back to proper placeMarcin Juszkiewicz