Age | Commit message (Expand) | Author | Files |
2010-10-14 | bitbake-runtask: Ensure logging settings take effect in the worker process (a... | Richard Purdie | 2 |
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 | 2 |
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 | 2 |
2010-09-30 | bitbake/siggen: Fix issue where excluded dependencies caused exceptions | Richard Purdie | 1 |
2010-09-29 | bitbake/bitbake-runtask: Signatures are needed in task context and have littl... | 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 | 3 |
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 | 2 |
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 | 2 |
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/bitbake-runtask: Ensure signals to the parent don't pass to the child... | Richard Purdie | 1 |
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 | 2 |
2010-09-03 | bitbake: Implement signatures | Richard Purdie | 7 |
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 |