summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake/runqueue.py: Fix runqueue UI issuesRichard Purdie2010-08-191-17/+27
* bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie2010-08-197-112/+201
* bitbake: Initial scenequeue implementation (needs major fixes)Richard Purdie2010-08-191-24/+262
* bitbake/runqueue.py: Factor task skipping code into a functionRichard Purdie2010-08-191-5/+8
* bitbake/runqueue.py: Create RunQueueExecute and RunQueueExecuteTasks classes,...Richard Purdie2010-08-191-128/+144
* bitbake/cooker.py: Allow idle handlers to pass through a true valueRichard Purdie2010-08-192-2/+7
* bitbake/runqueue.py: Drop duplicated classRichard Purdie2010-08-191-6/+0
* bitbake: Split Runqueue into two classes, a data processor and the execution ...Richard Purdie2010-08-182-113/+124
* bitbake/utils.py: Allow explode_dep_versions to handle the commas join_deps c...Richard Purdie2010-08-171-1/+1
* bitbake/git.py: Make sure different branches can have different revisions wit...Richard Purdie2010-08-131-1/+1
* bitbake/git.py: Allow tracking of branches in SRC_URI without cloning for use...Richard Purdie2010-08-132-4/+9
* bitbake/git.py: Make sure a full clone checkout always updatesRichard Purdie2010-08-131-1/+1
* bitbake/build.py: Note when calling functions that don't exist. Should probab...Richard Purdie2010-08-121-0/+1
* bitbake/cooker: Make sure no locks are held before we start forking workersRichard Purdie2010-08-121-0/+6
* bitbake/build.py: Set the current taskname in the BB_CURRENTTASK variableRichard Purdie2010-08-121-0/+1
* cooker.py: Fix case of -b option with a full filepathRichard Purdie2010-08-041-1/+1
* *: Fix typo in documentationBernhard Reutner-Fischer2010-08-043-3/+3
* bitbake/build.py: Add support for pre and postfuncs for tasksRichard Purdie2010-08-041-0/+6
* utils: Fix number of arguments to bb.msg functionsBernhard Reutner-Fischer2010-08-031-2/+2
* *: cosmetic whitespace removalBernhard Reutner-Fischer2010-08-032-2/+2
* Add pysh, ply, and codegen to lib/ to prepare for future workChris Larson2010-08-0313-0/+9046
* Let the runqueue find the user selected scheduler dynamicallyChris Larson2010-08-031-5/+15
* bitbake: cache: If one virtual of a recipe is uncached, remove all versions f...Richard Purdie2010-07-251-0/+14
* bitbake: fetch: Only mark srcrev recipes as uncached when outside of SRCREV c...Richard Purdie2010-07-251-1/+2
* bitbake: Add support for .bbappend files (see mailing lists for detais)Richard Purdie2010-07-164-28/+55
* *: use print() as a functionBernhard Reutner-Fischer2010-07-163-10/+10
* bitbake: runqueue: Allow passing of success/failure handlers to runqueue_proc...Richard Purdie2010-07-161-5/+5
* bitbake: runqueue: Allow taskname to be passed to check_stamp_task()Richard Purdie2010-07-161-4/+5
* bitbake: runqueue: Make child process error scary so user is less likely to i...Richard Purdie2010-07-161-1/+1
* bitbake: runqueue: Fix number of running tasks accounting (include failed tasks)Richard Purdie2010-07-161-1/+1
* bitbake: runqueue: Remove unneeded exception catching from fork_off_task()Richard Purdie2010-07-161-3/+0
* bitbake: runqueue: Separate out task forking code into a new functionRichard Purdie2010-07-161-56/+61
* bitbake: runqueue: Combine the waitpid result handling code into a functionRichard Purdie2010-07-161-28/+21
* bitbake: Remove two layers of unnecessary functions from task executionRichard Purdie2010-07-162-34/+12
* bitbake: Fix handling of empty variables in local config filesRichard Purdie2010-07-021-1/+1
* Add a warning if a BBFILE_PATTERN doesn't match any bb filesChris Larson2010-07-021-2/+10
* 3.0 prepChris Larson2010-07-026-22/+31
* Apply some 2to3 refactoringsChris Larson2010-07-0211-43/+43
* Drop a couple usages of readlinesChris Larson2010-07-022-36/+35
* Until the interactive mode is fixed, kill it from the valid options, to avoid...Chris Larson2010-07-022-6/+0
* Fix syntax error in shell.pyChris Larson2010-07-021-0/+1
* Add missing 'return False' to the SystemExit handler in runAsyncCommandChris Larson2010-07-021-0/+1
* Move serverConnection.terminate() back into the finallyChris Larson2010-07-021-1/+2
* Limit the traceback length in the default exception handlerChris Larson2010-07-021-1/+1
* Switch from our own 'dummywrite' class to StringIOChris Larson2010-07-021-10/+7
* Switch a fatal usage to SystemExit ("T" not set)Chris Larson2010-07-021-1/+1
* Resurrect the excepthook, this time just sending the info with bb.fatalChris Larson2010-07-021-0/+8
* remove return in finally statementCliff Brake2010-07-021-3/+3
* cooker: Kill __getitem__ usage on exception objects (python 3 prep)Chris Larson2010-07-021-4/+4
* Handle SystemExit and KeyboardInterrupt sanely when executing a commandChris Larson2010-07-021-1/+10