summaryrefslogtreecommitdiff
path: root/bitbake
AgeCommit message (Expand)AuthorFiles
2010-11-15siggen.py: fix comparison around runtaskdepsKevin Tian1
2010-11-14bitbake-runtask-strace: simple shell script to wrap tasks in a strace callJoshua Lock1
2010-11-13bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba...Richard Purdie4
2010-11-13bitbake/fetch: Allow checking of a single url at a time (massive sstate speed...Richard Purdie1
2010-11-13bitbake/fetch: Fix handling of mirrors when checking for url validityRichard Purdie1
2010-11-13Revert "bitbake/fetch/local: Also check DL_DIR for files since they could alr...Richard Purdie1
2010-11-13Revert "bitbake/fetch/local: Fix os.exists reference"Richard Purdie1
2010-11-13bitbake/fetch/local: Fix os.exists referenceRichard Purdie1
2010-11-13bitbake/fetch/local: Also check DL_DIR for files since they could already exi...Richard Purdie1
2010-11-07bitbake.runqueue.py: Fix no exec task handling to correct counter housekeepingRichard Purdie1
2010-11-06bitbake: Add support for 'noexec' tasksRichard Purdie2
2010-11-06bitbake/siggen: Allow siggen code to control final stampfile formatRichard Purdie2
2010-11-02bitbake/siggen: Provide better warnings about empty tasksRichard Purdie1
2010-11-01bitbake/siggen: Fix finalise call argumentsRichard Purdie1
2010-10-23bitbake/fetch: When fetchers return errors, ensure any partial download is cl...Richard Purdie1
2010-10-22bitbake/fetch: Make URL checking slightly less verbose (distracting with the ...Richard Purdie1
2010-10-22pseudo/fakeroot: Move the pseudo directory creation into bitbakeRichard Purdie1
2010-10-19bitbake/fetch/git: Ensure fullclone repositories are fully fetchedRichard Purdie1
2010-10-19bitbake/fetcher: Deal with a ton of different bugsRichard Purdie2
2010-10-19bitbake/fetch/git.py: Fix git fetcher to correctly use mirror tarballsRichard Purdie1
2010-10-14bitbake-runtask: Ensure logging settings take effect in the worker process (a...Richard Purdie2
2010-10-12bitbake/runqueue: make the runtask program configurableJoshua Lock1
2010-10-11bitbake/build.py: Write logfiles on a per task basis, not per functionRichard Purdie1
2010-10-11bitbake-runtask: Ensure logging options are inherited from the parentRichard Purdie2
2010-10-09bitbake/fetch: Ensure SRCREV is still set correctly if the pn-X override has ...Richard Purdie1
2010-10-07bitbake/runqueue.py: Fix invalid variable reference fixing the -f option with...Richard Purdie1
2010-10-07bitbake/fetch/__init__.py: Abstract mirror variable handling and enhance to a...Richard Purdie1
2010-10-07Export ALL_PROXY for bitbake commandsDarren Hart1
2010-10-05bitbake/sstate: Implement a lookup function to speed up setscene processingRichard Purdie2
2010-10-05bitbake/fetch: if mirror fetching fails, ensure exception is raisedJoshua Lock1
2010-10-01build.py: Add a symlink for the loggingMark Hatle1
2010-09-30bitbake/bitbake-sigdiff: Extend to handle dumping single state siginfo filesRichard Purdie2
2010-09-30bitbake/siggen: Fix issue where excluded dependencies caused exceptionsRichard Purdie1
2010-09-29bitbake/bitbake-runtask: Signatures are needed in task context and have littl...Richard Purdie1
2010-09-29bitbake/siggen: Ensure full signature data is not held unless needed, reducin...Richard Purdie3
2010-09-28bitbake: Pass task hash information to subprocessesRichard Purdie3
2010-09-28bitbake/fetch: fix logic to prevent fetches when the file already existsJoshua Lock1
2010-09-28codeparser.py: Fix storing of hash values as object references can be corruptedRichard Purdie1
2010-09-13bitbake/runqueue: Remove now unneeded indentationRichard Purdie1
2010-09-13bitbake/runqueue.py: Optimise delay values to avoid unneeded delaysRichard Purdie1
2010-09-13bitbake/siggen: Allow generation of siggen data from task contextRichard Purdie1
2010-09-13bitbake/build.py: Set BB_FILENAME to represent the .bb file being built (incl...Richard Purdie2
2010-09-13bitbake/siggen.py: Improve debugging of checksumsRichard Purdie1
2010-09-13bitbake/data.py: Allow variables to suplement dependencies using the vardep flagRichard Purdie1
2010-09-10bitbake/fetch: ensure the go() method completes when not using premirrorsJoshua Lock1
2010-09-10bitbake: Add proxy variables to standard export listZhai Edwin1
2010-09-09bitbake/__init__.py: Fix named SRCREVS variable name ordering with backwards ...Richard Purdie1
2010-09-08bitbake: save the initial PATH for use when starting a subprocessJoshua Lock2
2010-09-08bitbake/fetch/git: fix try_premirror() definition .Method takes 4 parameters.Joshua Lock1
2010-09-08bitbake/fetch: fix by moving try_premirror() to the right placeJoshua Lock1