Age | Commit message (Expand) | Author | Files |
2010-09-13 | bitbake/siggen.py: Improve debugging of checksums | Richard Purdie | 1 |
2010-09-13 | bitbake/data.py: Allow variables to suplement dependencies using the vardep flag | Richard Purdie | 1 |
2010-09-10 | bitbake/fetch: ensure the go() method completes when not using premirrors | Joshua Lock | 1 |
2010-09-10 | bitbake: Add proxy variables to standard export list | Zhai Edwin | 1 |
2010-09-09 | bitbake/__init__.py: Fix named SRCREVS variable name ordering with backwards ... | Richard Purdie | 1 |
2010-09-08 | bitbake: save the initial PATH for use when starting a subprocess | Joshua Lock | 1 |
2010-09-08 | bitbake/fetch/git: fix try_premirror() definition .Method takes 4 parameters. | Joshua Lock | 1 |
2010-09-08 | bitbake/fetch: fix by moving try_premirror() to the right place | Joshua Lock | 1 |
2010-09-08 | bitbake/fetch: add try_premirror method and special case git fetcher | Joshua Lock | 2 |
2010-09-07 | bitbake/codeparser: Deal with functions with trailing whitespace | Richard Purdie | 1 |
2010-09-06 | fetch: fix setting of localpath in SRC_URI parameters | Joshua Lock | 1 |
2010-09-03 | bitbake: Add missing signature files | Richard Purdie | 1 |
2010-09-03 | bitbake: Implement signatures | Richard Purdie | 6 |
2010-09-03 | bitbake/codeparser: Ensure cached sheel entries return the correct dependencies | Richard Purdie | 1 |
2010-09-03 | bitbake/ast: Ensure function definitions are always added to the dictonary | Richard Purdie | 1 |
2010-09-01 | bitbake/fetch: ensure the mirrored repository is updated as required | Joshua Lock | 1 |
2010-09-01 | bitbake/git: define a forcefetch method | Joshua Lock | 1 |
2010-09-01 | bitbake/fetch: Respect forcefetch even when pulling from a mirror | Joshua Lock | 1 |
2010-08-31 | bitbake/codeparser: Implement persistent cache | Richard Purdie | 2 |
2010-08-31 | bitbake/data.py: Add emit_func() and generate_dependencies() functions | Richard Purdie | 3 |
2010-08-31 | bitbake: Add codeparser for parsing shell and python functions | Richard Purdie | 2 |
2010-08-31 | bitbake/BBHandler: Save python functions into the dictonary | Richard Purdie | 2 |
2010-08-31 | bitbake/data_smart.py: Allow the data expand function to keep track of refere... | Richard Purdie | 1 |
2010-08-25 | bitbake/runqueue.py: Ensure rqexe always exists and that empty task lists cau... | Richard Purdie | 1 |
2010-08-23 | utils.py: Fix bb.copyfile to change the permissions of the file back correctly | Richard Purdie | 1 |
2010-08-20 | utils.py: Add a new extend_deps() to easily merge two dependency lists | Mark Hatle | 1 |
2010-08-20 | bitbake/utils.py: Allow copyfile to copy files which aren't readable | Richard Purdie | 1 |
2010-08-20 | bitbake/utils.py: Improve better_exec debug output | Richard Purdie | 1 |
2010-08-20 | bitbake: Correctly route events from the worker to the server | Richard Purdie | 4 |
2010-08-20 | bitbake/knotty: Exiting as soon as a fatal is seen is not desirable as the st... | Richard Purdie | 1 |
2010-08-20 | bitbake/cooker.py: Don't init the fetcher in the worker case | Richard Purdie | 1 |
2010-08-20 | bitbake/persist_data: Attempt to fix locking issues | Richard Purdie | 1 |
2010-08-20 | bitbake/data.py: Handle exceptions in export_bars in the same way as emit_var() | Richard Purdie | 1 |
2010-08-20 | bitbake/server: Raise a shutdown event if we're seeing exceptions | Richard Purdie | 1 |
2010-08-19 | bitbake/runqueue.py: Ensure the flush happens as late as possible to avoid da... | Richard Purdie | 1 |
2010-08-19 | bitbake/utils.py: Give useful debug information when no lineno information is... | Richard Purdie | 1 |
2010-08-19 | bitbake/runqueue.py: Fix runqueue UI issues | Richard Purdie | 1 |
2010-08-19 | bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh... | Richard Purdie | 6 |
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 |