summaryrefslogtreecommitdiffstats
path: root/lib/bb/build.py
AgeCommit message (Expand)Author
2010-12-17build: Add support for pre and postfuncs for tasksRichard Purdie
2010-12-17logger usage cleanupChris Larson
2010-12-17Revert "build: stop injecting os/bb into __builtins__"Chris Larson
2010-12-17build: fix file mode for /dev/nullChris Larson
2010-12-17build: stop injecting os/bb into __builtins__Chris Larson
2010-12-17build: use utils.remove instead of os.systemBernhard Reutner-Fischer
2010-12-16Revert "build: kill stdout in python functions"Chris Larson
2010-12-15build: fix log file displayChris Larson
2010-12-15build: fix FuncFailed for the no logfile caseChris Larson
2010-12-15build: write logfiles per task, not per functionChris Larson
2010-12-15build: fix copy/paste thinko regarding LC_ALLChris Larson
2010-12-14build: ensure LogTee has a valid name propertyChris Larson
2010-12-14build: fix -D with shell functionsChris Larson
2010-12-14Fix PWD issue with new exec_func_shellChris Larson
2010-12-10build: don't create ${B} when the 'dirs' flag is unsetChris Larson
2010-12-10build: kill stdout in python functionsChris Larson
2010-12-10build: send logging messages to the log file for python functionsChris Larson
2010-12-09build: fix remnant access of logfile in exec_func_pythonChris Larson
2010-12-09build: use a contextmanager for locksChris Larson
2010-12-09build: use bb.process instead of os.systemChris Larson
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