| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake/fetch: fix by moving try_premirror() to the right place | Joshua Lock | 2010-09-08 | 1 | -12/+11 |
* | bitbake/fetch: add try_premirror method and special case git fetcher | Joshua Lock | 2010-09-08 | 2 | -2/+20 |
* | bitbake/bitbake-runtask: Ensure signals to the parent don't pass to the child... | Richard Purdie | 2010-09-07 | 1 | -0/+7 |
* | bitbake/codeparser: Deal with functions with trailing whitespace | Richard Purdie | 2010-09-07 | 1 | -1/+8 |
* | fetch: fix setting of localpath in SRC_URI parameters | Joshua Lock | 2010-09-06 | 1 | -0/+1 |
* | bitbake: Add missing signature files | Richard Purdie | 2010-09-03 | 2 | -0/+222 |
* | bitbake: Implement signatures | Richard Purdie | 2010-09-03 | 7 | -5/+59 |
* | bitbake/codeparser: Ensure cached sheel entries return the correct dependencies | Richard Purdie | 2010-09-03 | 1 | -1/+1 |
* | bitbake/ast: Ensure function definitions are always added to the dictonary | Richard Purdie | 2010-09-03 | 1 | -4/+4 |
* | bitbake/fetch: ensure the mirrored repository is updated as required | Joshua Lock | 2010-09-01 | 1 | -1/+3 |
* | bitbake/git: define a forcefetch method | Joshua Lock | 2010-09-01 | 1 | -1/+6 |
* | bitbake/fetch: Respect forcefetch even when pulling from a mirror | Joshua Lock | 2010-09-01 | 1 | -3/+3 |
* | bitbake/codeparser: Implement persistent cache | Richard Purdie | 2010-08-31 | 2 | -10/+58 |
* | bitbake/data.py: Add emit_func() and generate_dependencies() functions | Richard Purdie | 2010-08-31 | 3 | -1/+78 |
* | bitbake: Add codeparser for parsing shell and python functions | Richard Purdie | 2010-08-31 | 2 | -3/+276 |
* | bitbake/BBHandler: Save python functions into the dictonary | Richard Purdie | 2010-08-31 | 2 | -5/+10 |
* | bitbake/data_smart.py: Allow the data expand function to keep track of refere... | Richard Purdie | 2010-08-31 | 1 | -22/+47 |
* | bitbake/runqueue.py: Ensure rqexe always exists and that empty task lists cau... | Richard Purdie | 2010-08-25 | 1 | -3/+16 |
* | utils.py: Fix bb.copyfile to change the permissions of the file back correctly | Richard Purdie | 2010-08-23 | 1 | -2/+4 |
* | utils.py: Add a new extend_deps() to easily merge two dependency lists | Mark Hatle | 2010-08-20 | 1 | -0/+11 |
* | bitbake/utils.py: Allow copyfile to copy files which aren't readable | Richard Purdie | 2010-08-20 | 1 | -0/+3 |
* | bitbake/utils.py: Improve better_exec debug output | Richard Purdie | 2010-08-20 | 1 | -5/+9 |
* | bitbake: Correctly route events from the worker to the server | Richard Purdie | 2010-08-20 | 5 | -8/+24 |
* | bitbake/knotty: Exiting as soon as a fatal is seen is not desirable as the st... | Richard Purdie | 2010-08-20 | 1 | -1/+1 |
* | bitbake/cooker.py: Don't init the fetcher in the worker case | Richard Purdie | 2010-08-20 | 1 | -1/+2 |
* | bitbake/persist_data: Attempt to fix locking issues | Richard Purdie | 2010-08-20 | 1 | -8/+17 |
* | bitbake/data.py: Handle exceptions in export_bars in the same way as emit_var() | Richard Purdie | 2010-08-20 | 1 | -3/+8 |
* | bitbake/server: Raise a shutdown event if we're seeing exceptions | Richard Purdie | 2010-08-20 | 1 | -1/+2 |
* | bitbake/runqueue.py: Ensure the flush happens as late as possible to avoid da... | Richard Purdie | 2010-08-19 | 1 | -3/+3 |
* | bitbake/utils.py: Give useful debug information when no lineno information is... | Richard Purdie | 2010-08-19 | 1 | -7/+10 |
* | bitbake/runqueue.py: Fix runqueue UI issues | Richard Purdie | 2010-08-19 | 1 | -17/+27 |
* | bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh... | Richard Purdie | 2010-08-19 | 7 | -112/+201 |
* | bitbake: Initial scenequeue implementation (needs major fixes) | Richard Purdie | 2010-08-19 | 1 | -24/+262 |
* | bitbake/runqueue.py: Factor task skipping code into a function | Richard Purdie | 2010-08-19 | 1 | -5/+8 |
* | bitbake/runqueue.py: Create RunQueueExecute and RunQueueExecuteTasks classes,... | Richard Purdie | 2010-08-19 | 1 | -128/+144 |
* | bitbake/cooker.py: Allow idle handlers to pass through a true value | Richard Purdie | 2010-08-19 | 2 | -2/+7 |
* | bitbake/runqueue.py: Drop duplicated class | Richard Purdie | 2010-08-19 | 1 | -6/+0 |
* | 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 | 3 | -3/+3 |
* | 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 |