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