| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: Split Runqueue into two classes, a data processor and the execution ... | Richard Purdie | 2010-08-18 | 2 | -113/+124 |
* | bitbake/utils.py: Allow explode_dep_versions to handle the commas join_deps c... | Richard Purdie | 2010-08-17 | 1 | -1/+1 |
* | bitbake/git.py: Make sure different branches can have different revisions wit... | Richard Purdie | 2010-08-13 | 1 | -1/+1 |
* | bitbake/git.py: Allow tracking of branches in SRC_URI without cloning for use... | Richard Purdie | 2010-08-13 | 2 | -4/+9 |
* | bitbake/git.py: Make sure a full clone checkout always updates | Richard Purdie | 2010-08-13 | 1 | -1/+1 |
* | bitbake/build.py: Note when calling functions that don't exist. Should probab... | Richard Purdie | 2010-08-12 | 1 | -0/+1 |
* | bitbake/cooker: Make sure no locks are held before we start forking workers | Richard Purdie | 2010-08-12 | 1 | -0/+6 |
* | bitbake/build.py: Set the current taskname in the BB_CURRENTTASK variable | Richard Purdie | 2010-08-12 | 1 | -0/+1 |
* | cooker.py: Fix case of -b option with a full filepath | Richard Purdie | 2010-08-04 | 1 | -1/+1 |
* | *: Fix typo in documentation | Bernhard Reutner-Fischer | 2010-08-04 | 2 | -2/+2 |
* | bitbake/build.py: Add support for pre and postfuncs for tasks | Richard Purdie | 2010-08-04 | 1 | -0/+6 |
* | utils: Fix number of arguments to bb.msg functions | Bernhard Reutner-Fischer | 2010-08-03 | 1 | -2/+2 |
* | *: cosmetic whitespace removal | Bernhard Reutner-Fischer | 2010-08-03 | 2 | -2/+2 |
* | Add pysh, ply, and codegen to lib/ to prepare for future work | Chris Larson | 2010-08-03 | 13 | -0/+9046 |
* | Let the runqueue find the user selected scheduler dynamically | Chris Larson | 2010-08-03 | 1 | -5/+15 |
* | bitbake: cache: If one virtual of a recipe is uncached, remove all versions f... | Richard Purdie | 2010-07-25 | 1 | -0/+14 |
* | bitbake: fetch: Only mark srcrev recipes as uncached when outside of SRCREV c... | Richard Purdie | 2010-07-25 | 1 | -1/+2 |
* | bitbake: Add support for .bbappend files (see mailing lists for detais) | Richard Purdie | 2010-07-16 | 4 | -28/+55 |
* | *: use print() as a function | Bernhard Reutner-Fischer | 2010-07-16 | 1 | -5/+5 |
* | bitbake: runqueue: Allow passing of success/failure handlers to runqueue_proc... | Richard Purdie | 2010-07-16 | 1 | -5/+5 |
* | bitbake: runqueue: Allow taskname to be passed to check_stamp_task() | Richard Purdie | 2010-07-16 | 1 | -4/+5 |
* | bitbake: runqueue: Make child process error scary so user is less likely to i... | Richard Purdie | 2010-07-16 | 1 | -1/+1 |
* | bitbake: runqueue: Fix number of running tasks accounting (include failed tasks) | Richard Purdie | 2010-07-16 | 1 | -1/+1 |
* | bitbake: runqueue: Remove unneeded exception catching from fork_off_task() | Richard Purdie | 2010-07-16 | 1 | -3/+0 |
* | bitbake: runqueue: Separate out task forking code into a new function | Richard Purdie | 2010-07-16 | 1 | -56/+61 |
* | bitbake: runqueue: Combine the waitpid result handling code into a function | Richard Purdie | 2010-07-16 | 1 | -28/+21 |
* | bitbake: Remove two layers of unnecessary functions from task execution | Richard Purdie | 2010-07-16 | 2 | -34/+12 |
* | bitbake: Fix handling of empty variables in local config files | Richard Purdie | 2010-07-02 | 1 | -1/+1 |
* | Add a warning if a BBFILE_PATTERN doesn't match any bb files | Chris Larson | 2010-07-02 | 1 | -2/+10 |
* | 3.0 prep | Chris Larson | 2010-07-02 | 6 | -22/+31 |
* | Apply some 2to3 refactorings | Chris Larson | 2010-07-02 | 9 | -28/+30 |
* | Drop a couple usages of readlines | Chris Larson | 2010-07-02 | 2 | -36/+35 |
* | Until the interactive mode is fixed, kill it from the valid options, to avoid... | Chris Larson | 2010-07-02 | 1 | -3/+0 |
* | Fix syntax error in shell.py | Chris Larson | 2010-07-02 | 1 | -0/+1 |
* | Add missing 'return False' to the SystemExit handler in runAsyncCommand | Chris Larson | 2010-07-02 | 1 | -0/+1 |
* | Switch from our own 'dummywrite' class to StringIO | Chris Larson | 2010-07-02 | 1 | -10/+7 |
* | Switch a fatal usage to SystemExit ("T" not set) | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | cooker: Kill __getitem__ usage on exception objects (python 3 prep) | Chris Larson | 2010-07-02 | 1 | -4/+4 |
* | Handle SystemExit and KeyboardInterrupt sanely when executing a command | Chris Larson | 2010-07-02 | 1 | -1/+10 |
* | Drop unnecessarly duplicated messages wrt FuncFailed | Chris Larson | 2010-07-02 | 1 | -4/+1 |
* | knotty: use the future division to prep for 3.x | Chris Larson | 2010-07-02 | 1 | -2/+3 |
* | Kill the unnecessary setVarFlag debugging message | Chris Larson | 2010-07-02 | 1 | -1/+0 |
* | knotty: stop freaking out and dying when bb.build has removed the empty logfile | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | Use bb.utils.mkdirhier in bb.cache to shut up the pending deprecation warning | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | Use PendingDeprecationWarning for functions moved from bb to bb.utils | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | Start ditching fatal() calls in favor of raising appropriate exceptions | Chris Larson | 2010-07-02 | 1 | -3/+3 |
* | Change wget fetcher to use the runfetchcmd | Ryan Phillips | 2010-07-02 | 2 | -25/+6 |
* | Show a traceback when a task fails due to an exception | Chris Larson | 2010-07-02 | 1 | -3/+4 |
* | parser: fix harmless typo in variable name | Bernhard Reutner-Fischer | 2010-07-02 | 1 | -4/+4 |
* | Fix the silent exit when the specified task doesn't exist | Chris Larson | 2010-07-02 | 1 | -4/+2 |