Age | Commit message (Expand) | Author | Files |
2010-08-19 | bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh... | Richard Purdie | 7 |
2010-08-19 | bitbake: Initial scenequeue implementation (needs major fixes) | Richard Purdie | 1 |
2010-08-19 | bitbake/runqueue.py: Factor task skipping code into a function | Richard Purdie | 1 |
2010-08-19 | bitbake/runqueue.py: Create RunQueueExecute and RunQueueExecuteTasks classes,... | Richard Purdie | 1 |
2010-08-19 | bitbake/cooker.py: Allow idle handlers to pass through a true value | Richard Purdie | 2 |
2010-08-19 | bitbake/runqueue.py: Drop duplicated class | Richard Purdie | 1 |
2010-08-18 | bitbake: Split Runqueue into two classes, a data processor and the execution ... | Richard Purdie | 2 |
2010-08-17 | bitbake/utils.py: Allow explode_dep_versions to handle the commas join_deps c... | Richard Purdie | 1 |
2010-08-13 | bitbake/git.py: Make sure different branches can have different revisions wit... | Richard Purdie | 1 |
2010-08-13 | bitbake/git.py: Allow tracking of branches in SRC_URI without cloning for use... | Richard Purdie | 2 |
2010-08-13 | bitbake/git.py: Make sure a full clone checkout always updates | Richard Purdie | 1 |
2010-08-12 | bitbake/build.py: Note when calling functions that don't exist. Should probab... | Richard Purdie | 1 |
2010-08-12 | bitbake/cooker: Make sure no locks are held before we start forking workers | Richard Purdie | 1 |
2010-08-12 | bitbake/build.py: Set the current taskname in the BB_CURRENTTASK variable | Richard Purdie | 1 |
2010-08-04 | cooker.py: Fix case of -b option with a full filepath | Richard Purdie | 1 |
2010-08-04 | *: Fix typo in documentation | Bernhard Reutner-Fischer | 3 |
2010-08-04 | bitbake/build.py: Add support for pre and postfuncs for tasks | Richard Purdie | 1 |
2010-08-03 | utils: Fix number of arguments to bb.msg functions | Bernhard Reutner-Fischer | 1 |
2010-08-03 | *: cosmetic whitespace removal | Bernhard Reutner-Fischer | 2 |
2010-08-03 | Add pysh, ply, and codegen to lib/ to prepare for future work | Chris Larson | 13 |
2010-08-03 | Let the runqueue find the user selected scheduler dynamically | Chris Larson | 1 |
2010-07-25 | bitbake: cache: If one virtual of a recipe is uncached, remove all versions f... | Richard Purdie | 1 |
2010-07-25 | bitbake: fetch: Only mark srcrev recipes as uncached when outside of SRCREV c... | Richard Purdie | 1 |
2010-07-16 | bitbake: Add support for .bbappend files (see mailing lists for detais) | Richard Purdie | 4 |
2010-07-16 | *: use print() as a function | Bernhard Reutner-Fischer | 3 |
2010-07-16 | bitbake: runqueue: Allow passing of success/failure handlers to runqueue_proc... | Richard Purdie | 1 |
2010-07-16 | bitbake: runqueue: Allow taskname to be passed to check_stamp_task() | Richard Purdie | 1 |
2010-07-16 | bitbake: runqueue: Make child process error scary so user is less likely to i... | Richard Purdie | 1 |
2010-07-16 | bitbake: runqueue: Fix number of running tasks accounting (include failed tasks) | Richard Purdie | 1 |
2010-07-16 | bitbake: runqueue: Remove unneeded exception catching from fork_off_task() | Richard Purdie | 1 |
2010-07-16 | bitbake: runqueue: Separate out task forking code into a new function | Richard Purdie | 1 |
2010-07-16 | bitbake: runqueue: Combine the waitpid result handling code into a function | Richard Purdie | 1 |
2010-07-16 | bitbake: Remove two layers of unnecessary functions from task execution | Richard Purdie | 2 |
2010-07-02 | bitbake: Fix handling of empty variables in local config files | Richard Purdie | 1 |
2010-07-02 | Add a warning if a BBFILE_PATTERN doesn't match any bb files | Chris Larson | 1 |
2010-07-02 | 3.0 prep | Chris Larson | 6 |
2010-07-02 | Apply some 2to3 refactorings | Chris Larson | 11 |
2010-07-02 | Drop a couple usages of readlines | Chris Larson | 2 |
2010-07-02 | Until the interactive mode is fixed, kill it from the valid options, to avoid... | Chris Larson | 2 |
2010-07-02 | Fix syntax error in shell.py | Chris Larson | 1 |
2010-07-02 | Add missing 'return False' to the SystemExit handler in runAsyncCommand | Chris Larson | 1 |
2010-07-02 | Move serverConnection.terminate() back into the finally | Chris Larson | 1 |
2010-07-02 | Limit the traceback length in the default exception handler | Chris Larson | 1 |
2010-07-02 | Switch from our own 'dummywrite' class to StringIO | Chris Larson | 1 |
2010-07-02 | Switch a fatal usage to SystemExit ("T" not set) | Chris Larson | 1 |
2010-07-02 | Resurrect the excepthook, this time just sending the info with bb.fatal | Chris Larson | 1 |
2010-07-02 | remove return in finally statement | Cliff Brake | 1 |
2010-07-02 | cooker: Kill __getitem__ usage on exception objects (python 3 prep) | Chris Larson | 1 |
2010-07-02 | Handle SystemExit and KeyboardInterrupt sanely when executing a command | Chris Larson | 1 |
2010-07-02 | Drop unnecessarly duplicated messages wrt FuncFailed | Chris Larson | 1 |