summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/build.py
AgeCommit message (Expand)Author
2011-08-15build.py: Fix cut and paste errorRichard Purdie
2011-08-15bitbake/logging: Overhaul internal logging processRichard Purdie
2011-06-28bitbake: Add task specific stamp file supportRobert Yang
2011-06-24runqueue.py: Add umask task controlMark Hatle
2011-06-08bitbake/build.py: Drop exec_shell environment as its now unneededRichard Purdie
2011-06-08bitbake/cooker.py: Misc sync with upstreamRichard Purdie
2011-05-25build/siggen: Ensure a task signature file is generated for each task that is...Richard Purdie
2011-05-06build: fix dir removal tracebackChris Larson
2011-05-06build: in exec_func, mkdirhier ${T}Chris Larson
2011-05-06Initial work on getting bitbake working under pypyChris Larson
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