summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/build.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bitbake/build.py: Set the current taskname in the BB_CURRENTTASK variableRichard Purdie2010-08-121-0/+1
* *: Fix typo in documentationBernhard Reutner-Fischer2010-08-041-1/+1
* bitbake/build.py: Add support for pre and postfuncs for tasksRichard Purdie2010-08-041-0/+6
* Switch a fatal usage to SystemExit ("T" not set)Chris Larson2010-07-021-1/+1
* Drop unnecessarly duplicated messages wrt FuncFailedChris Larson2010-07-021-4/+1
* Don't try to expand non-string valuesChris Larson2010-07-021-13/+15
* Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2010-07-021-2/+2
* Switch some references to moved functionsChris Larson2010-07-021-3/+4
* Import fixupsChris Larson2010-07-021-1/+0
* Formatting cleanupsChris Larson2010-07-021-6/+5
* Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson2010-07-021-5/+3
* bitbake: allow fakeroot functionality to be provided by an alternative programJoshua Lock2010-06-251-1/+1
* bitbake/build.py: No need for this gross hack nowRichard Purdie2010-01-271-3/+1
* bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie2010-01-201-108/+118
* build.py: Fix zero size logfile problemsRichard Purdie2009-11-131-2/+4
* bitbake: Add bb and os to __builtins__, not the exec function globalRichard Purdie2009-10-131-6/+8
* bitbake/build.py: Remove zero sized log filesRichard Purdie2009-09-241-0/+4
* build.py: Fix task override handling (breaks compatibility but it didn't work...Richard Purdie2008-05-211-1/+1
* bitbake: build.py: Need to run expandKeys before launching tasksRichard Purdie2008-05-131-0/+1
* bitbake: Update to bitbake 1.8 branch headRichard Purdie2008-03-031-152/+56
* bitbake: Add support for task specific lockfilesRichard Purdie2007-11-251-0/+8
* bitbake: Sync with upstream, fix some typos, add selfstamp flagRichard Purdie2007-11-251-1/+1
* build.py: Add support for cleaning directories before a task in the form: do...Richard Purdie2007-09-051-2/+5
* bitbake: Sync with 1.8.8 releaseRichard Purdie2007-08-201-23/+29
* bitbake: Update along 1.8 branchRichard Purdie2007-08-031-2/+2
* build.py: Start to fix path quotingRichard Purdie2007-07-061-2/+2
* build.py: Sync with bitbake 1.8 branchRichard Purdie2007-04-031-0/+2