summaryrefslogtreecommitdiffstats
path: root/lib/bb/build.py
AgeCommit message (Expand)Author
2011-02-08build: improve set -x handlingChris Larson
2011-01-11*: use utils.remove() some moreBernhard Reutner-Fischer
2011-01-11build: remove duplicate import of utilsBernhard Reutner-Fischer
2011-01-10bitbake build/siggen/runqueue: Fix stampfile parametersRichard Purdie
2011-01-07Merge branch 'poky-sync'Chris Larson
2011-01-07bitbake/build.py: Fix del_stamp work correctly after recent stamp function ch...Richard Purdie
2011-01-06bitbake build.py: Stamp handling improvementsRichard Purdie
2011-01-06bitbake build.py: Use localdata for stamp handling, not dRichard Purdie
2011-01-06bitbake/build.py: Ditch the extract_stamp function as its just going to compl...Richard Purdie
2011-01-05build: use logger.isEnabledFor, not getEffectiveLevelChris Larson
2011-01-04build: kill unneeded environment setup bitsChris Larson
2010-12-29Add support for 'noexec' tasksRichard Purdie
2010-12-29data: Add emit_func and generate_dependenciesRichard Purdie
2010-12-28build: fix empty function executionChris Larson
2010-12-28build: work around do_clean issue by creating T in exec_funcChris Larson
2010-12-28build: allow creation of FuncFailed with no function nameChris Larson
2010-12-28build: only warn about unset functions, not empty onesChris Larson
2010-12-22build: pass the correct filename to better_{compile,exec}Chris Larson
2010-12-19Use os.devnull, not /dev/nullChris Larson
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