summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/build.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: Add task specific stamp file supportRobert Yang2011-06-281-2/+2
* runqueue.py: Add umask task controlMark Hatle2011-06-241-0/+1
* bitbake/build.py: Drop exec_shell environment as its now unneededRichard Purdie2011-06-081-6/+1
* bitbake/cooker.py: Misc sync with upstreamRichard Purdie2011-06-081-0/+1
* build/siggen: Ensure a task signature file is generated for each task that is...Richard Purdie2011-05-251-0/+6
* build: fix dir removal tracebackChris Larson2011-05-061-6/+9
* build: in exec_func, mkdirhier ${T}Chris Larson2011-05-061-1/+2
* Initial work on getting bitbake working under pypyChris Larson2011-05-061-1/+2
* Revert "bitbake/gcc: Enable a shared common source tree"Richard Purdie2011-03-291-2/+2
* bitbake/gcc: Enable a shared common source treeRichard Purdie2011-03-281-2/+2
* build: add missing newlineChris Larson2011-03-031-1/+1
* build: switch to old cwd handlingChris Larson2011-03-031-3/+3
* bitbake/build.py: Fix TaskFailed parametersRichard Purdie2011-02-231-2/+2
* bitbake: event/build: Drop stdout specific handling for python messages as th...Richard Purdie2011-02-071-7/+0
* bitbake/build.py: When looking up extra stamp info for setscene tasks, use th...Richard Purdie2011-01-271-2/+6
* bitbake: Introduce stamp-extra-info task flag into stamp filenamesDongxiao Xu2011-01-181-3/+9
* bitbake/build.py: Allow FuncFailed error to have an optional messageRichard Purdie2011-01-171-2/+5
* bitbake/build.py: Rename message field to avoid DeprecationWarning: BaseExcep...Richard Purdie2011-01-171-3/+3
* build: remove duplicate import of utilsBernhard Reutner-Fischer2011-01-121-1/+0
* *: use utils.remove() some moreBernhard Reutner-Fischer2011-01-121-4/+2
* bitbake/build.py: Fix del_stamp work correctly after recent stamp function ch...Richard Purdie2011-01-071-1/+1
* bitbake build/siggen/runqueue: Fix stampfile parametersRichard Purdie2011-01-061-2/+3
* bitbake build.py: Stamp handling improvementsRichard Purdie2011-01-061-5/+11
* bitbake build.py: Use localdata for stamp handling, not dRichard Purdie2011-01-061-2/+2
* bitbake/build.py: Ditch the extract_stamp function as its just going to compl...Richard Purdie2011-01-061-10/+9
* build: use logger.isEnabledFor, not getEffectiveLevelChris Larson2011-01-061-2/+2
* bitbake: build.py: Logging of None was losing the logs so force this to stdou...Richard Purdie2011-01-051-1/+1
* bitbake: Misc syncups with bitbake upstream, mostly whitespace and a missed l...Richard Purdie2011-01-051-0/+1
* bitbake: build.py logging updatesRichard Purdie2011-01-051-16/+23
* Use os.devnull, not /dev/nullChris Larson2011-01-041-2/+1
* build: fix FuncFailed for the no logfile caseChris Larson2011-01-041-6/+2
* build: ensure LogTee has a valid name propertyChris Larson2011-01-041-9/+7
* build: fix -D with shell functionsChris Larson2011-01-041-4/+18
* build: send logging messages to the log file for python functionsChris Larson2011-01-041-6/+8
* build: use a contextmanager for locksChris Larson2011-01-041-13/+9
* build: use bb.process instead of os.systemChris Larson2011-01-041-180/+172
* Fix FuncFailed constructionChris Larson2011-01-041-2/+2
* Restore FuncFailed argument compatibilityChris Larson2011-01-041-5/+11
* Only reference logfiles that existChris Larson2011-01-041-1/+1
* Fix bitbake -k issue introduced by build exception cleanupChris Larson2011-01-041-2/+2
* Simplify build exception handlingChris Larson2011-01-041-26/+26
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-10/+16
* bitbake: Add support for 'noexec' tasksRichard Purdie2010-11-061-0/+1
* bitbake/build.py: Write logfiles on a per task basis, not per functionRichard Purdie2010-10-111-71/+78
* build.py: Add a symlink for the loggingMark Hatle2010-10-011-0/+17
* bitbake/build.py: Set BB_FILENAME to represent the .bb file being built (incl...Richard Purdie2010-09-131-1/+2
* bitbake/data.py: Add emit_func() and generate_dependencies() functionsRichard Purdie2010-08-311-1/+1
* bitbake: Correctly route events from the worker to the serverRichard Purdie2010-08-201-1/+7
* bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie2010-08-191-23/+41
* bitbake/build.py: Note when calling functions that don't exist. Should probab...Richard Purdie2010-08-121-0/+1