aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/build.py
AgeCommit message (Expand)Author
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
2010-07-02Import fixupsChris Larson
2010-07-02Formatting cleanupsChris Larson
2010-07-02Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson
2010-06-25bitbake: allow fakeroot functionality to be provided by an alternative programJoshua Lock
2010-01-27bitbake/build.py: No need for this gross hack nowRichard Purdie
2010-01-20bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie
2009-11-13build.py: Fix zero size logfile problemsRichard Purdie
2009-10-13bitbake: Add bb and os to __builtins__, not the exec function globalRichard Purdie
2009-09-24bitbake/build.py: Remove zero sized log filesRichard Purdie
2008-05-21build.py: Fix task override handling (breaks compatibility but it didn't work...Richard Purdie
2008-05-13bitbake: build.py: Need to run expandKeys before launching tasksRichard Purdie
2008-03-03bitbake: Update to bitbake 1.8 branch headRichard Purdie
2007-11-25bitbake: Add support for task specific lockfilesRichard Purdie
2007-11-25bitbake: Sync with upstream, fix some typos, add selfstamp flagRichard Purdie
2007-09-05build.py: Add support for cleaning directories before a task in the form: do...Richard Purdie