aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/build.py
AgeCommit message (Expand)Author
2011-03-29Revert "bitbake/gcc: Enable a shared common source tree"Richard Purdie
2011-03-28bitbake/gcc: Enable a shared common source treeRichard Purdie
2011-03-03build: add missing newlineChris Larson
2011-03-03build: switch to old cwd handlingChris Larson
2011-02-23bitbake/build.py: Fix TaskFailed parametersRichard Purdie
2011-02-07bitbake: event/build: Drop stdout specific handling for python messages as th...Richard Purdie
2011-01-27bitbake/build.py: When looking up extra stamp info for setscene tasks, use th...Richard Purdie
2011-01-18bitbake: Introduce stamp-extra-info task flag into stamp filenamesDongxiao Xu
2011-01-17bitbake/build.py: Allow FuncFailed error to have an optional messageRichard Purdie
2011-01-17bitbake/build.py: Rename message field to avoid DeprecationWarning: BaseExcep...Richard Purdie
2011-01-12build: remove duplicate import of utilsBernhard Reutner-Fischer
2011-01-12*: use utils.remove() some moreBernhard Reutner-Fischer
2011-01-07bitbake/build.py: Fix del_stamp work correctly after recent stamp function ch...Richard Purdie
2011-01-06bitbake build/siggen/runqueue: Fix stampfile parametersRichard 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-06build: use logger.isEnabledFor, not getEffectiveLevelChris Larson
2011-01-05bitbake: build.py: Logging of None was losing the logs so force this to stdou...Richard Purdie
2011-01-05bitbake: Misc syncups with bitbake upstream, mostly whitespace and a missed l...Richard Purdie
2011-01-05bitbake: build.py logging updatesRichard Purdie
2011-01-04Use os.devnull, not /dev/nullChris Larson
2011-01-04build: fix FuncFailed for the no logfile caseChris Larson
2011-01-04build: ensure LogTee has a valid name propertyChris Larson
2011-01-04build: fix -D with shell functionsChris Larson
2011-01-04build: send logging messages to the log file for python functionsChris Larson
2011-01-04build: use a contextmanager for locksChris Larson
2011-01-04build: use bb.process instead of os.systemChris Larson
2011-01-04Fix FuncFailed constructionChris Larson
2011-01-04Restore FuncFailed argument compatibilityChris Larson
2011-01-04Only reference logfiles that existChris Larson
2011-01-04Fix bitbake -k issue introduced by build exception cleanupChris Larson
2011-01-04Simplify build exception handlingChris Larson
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-11-06bitbake: Add support for 'noexec' tasksRichard Purdie
2010-10-11bitbake/build.py: Write logfiles on a per task basis, not per functionRichard Purdie
2010-10-01build.py: Add a symlink for the loggingMark Hatle
2010-09-13bitbake/build.py: Set BB_FILENAME to represent the .bb file being built (incl...Richard Purdie
2010-08-31bitbake/data.py: Add emit_func() and generate_dependencies() functionsRichard Purdie
2010-08-20bitbake: Correctly route events from the worker to the serverRichard Purdie
2010-08-19bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie
2010-08-12bitbake/build.py: Note when calling functions that don't exist. Should probab...Richard Purdie
2010-08-12bitbake/build.py: Set the current taskname in the BB_CURRENTTASK variableRichard Purdie
2010-08-04*: Fix typo in documentationBernhard Reutner-Fischer
2010-08-04bitbake/build.py: Add support for pre and postfuncs for tasksRichard Purdie
2010-07-02Switch a fatal usage to SystemExit ("T" not set)Chris Larson
2010-07-02Drop unnecessarly duplicated messages wrt FuncFailedChris Larson
2010-07-02Don't try to expand non-string valuesChris Larson
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-07-02Switch some references to moved functionsChris Larson