Age | Commit message (Expand) | Author | Files |
2010-11-15 | siggen.py: fix comparison around runtaskdeps | Kevin Tian | 1 |
2010-11-13 | bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba... | Richard Purdie | 3 |
2010-11-13 | bitbake/fetch: Allow checking of a single url at a time (massive sstate speed... | Richard Purdie | 1 |
2010-11-13 | bitbake/fetch: Fix handling of mirrors when checking for url validity | Richard Purdie | 1 |
2010-11-13 | Revert "bitbake/fetch/local: Also check DL_DIR for files since they could alr... | Richard Purdie | 1 |
2010-11-13 | Revert "bitbake/fetch/local: Fix os.exists reference" | Richard Purdie | 1 |
2010-11-13 | bitbake/fetch/local: Fix os.exists reference | Richard Purdie | 1 |
2010-11-13 | bitbake/fetch/local: Also check DL_DIR for files since they could already exi... | Richard Purdie | 1 |
2010-11-07 | bitbake.runqueue.py: Fix no exec task handling to correct counter housekeeping | Richard Purdie | 1 |
2010-11-06 | bitbake: Add support for 'noexec' tasks | Richard Purdie | 2 |
2010-11-06 | bitbake/siggen: Allow siggen code to control final stampfile format | Richard Purdie | 2 |
2010-11-02 | bitbake/siggen: Provide better warnings about empty tasks | Richard Purdie | 1 |
2010-11-01 | bitbake/siggen: Fix finalise call arguments | Richard Purdie | 1 |
2010-10-23 | bitbake/fetch: When fetchers return errors, ensure any partial download is cl... | Richard Purdie | 1 |
2010-10-22 | bitbake/fetch: Make URL checking slightly less verbose (distracting with the ... | Richard Purdie | 1 |
2010-10-22 | pseudo/fakeroot: Move the pseudo directory creation into bitbake | Richard Purdie | 1 |
2010-10-19 | bitbake/fetch/git: Ensure fullclone repositories are fully fetched | Richard Purdie | 1 |
2010-10-19 | bitbake/fetcher: Deal with a ton of different bugs | Richard Purdie | 2 |
2010-10-19 | bitbake/fetch/git.py: Fix git fetcher to correctly use mirror tarballs | Richard Purdie | 1 |
2010-10-14 | bitbake-runtask: Ensure logging settings take effect in the worker process (a... | Richard Purdie | 1 |
2010-10-12 | bitbake/runqueue: make the runtask program configurable | Joshua Lock | 1 |
2010-10-11 | bitbake/build.py: Write logfiles on a per task basis, not per function | Richard Purdie | 1 |
2010-10-11 | bitbake-runtask: Ensure logging options are inherited from the parent | Richard Purdie | 1 |
2010-10-09 | bitbake/fetch: Ensure SRCREV is still set correctly if the pn-X override has ... | Richard Purdie | 1 |
2010-10-07 | bitbake/runqueue.py: Fix invalid variable reference fixing the -f option with... | Richard Purdie | 1 |
2010-10-07 | bitbake/fetch/__init__.py: Abstract mirror variable handling and enhance to a... | Richard Purdie | 1 |
2010-10-07 | Export ALL_PROXY for bitbake commands | Darren Hart | 1 |
2010-10-05 | bitbake/sstate: Implement a lookup function to speed up setscene processing | Richard Purdie | 2 |
2010-10-05 | bitbake/fetch: if mirror fetching fails, ensure exception is raised | Joshua Lock | 1 |
2010-10-01 | build.py: Add a symlink for the logging | Mark Hatle | 1 |
2010-09-30 | bitbake/bitbake-sigdiff: Extend to handle dumping single state siginfo files | Richard Purdie | 1 |
2010-09-30 | bitbake/siggen: Fix issue where excluded dependencies caused exceptions | Richard Purdie | 1 |
2010-09-29 | bitbake/siggen: Ensure full signature data is not held unless needed, reducin... | Richard Purdie | 3 |
2010-09-28 | bitbake: Pass task hash information to subprocesses | Richard Purdie | 2 |
2010-09-28 | bitbake/fetch: fix logic to prevent fetches when the file already exists | Joshua Lock | 1 |
2010-09-28 | codeparser.py: Fix storing of hash values as object references can be corrupted | Richard Purdie | 1 |
2010-09-13 | bitbake/runqueue: Remove now unneeded indentation | Richard Purdie | 1 |
2010-09-13 | bitbake/runqueue.py: Optimise delay values to avoid unneeded delays | Richard Purdie | 1 |
2010-09-13 | bitbake/siggen: Allow generation of siggen data from task context | Richard Purdie | 1 |
2010-09-13 | bitbake/build.py: Set BB_FILENAME to represent the .bb file being built (incl... | Richard Purdie | 1 |
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 |