summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba...Richard Purdie2010-11-134-39/+73
* bitbake/fetch: Allow checking of a single url at a time (massive sstate speed...Richard Purdie2010-11-131-2/+5
* bitbake/fetch: Fix handling of mirrors when checking for url validityRichard Purdie2010-11-131-2/+4
* Revert "bitbake/fetch/local: Also check DL_DIR for files since they could alr...Richard Purdie2010-11-131-4/+0
* Revert "bitbake/fetch/local: Fix os.exists reference"Richard Purdie2010-11-131-1/+1
* bitbake/fetch/local: Fix os.exists referenceRichard Purdie2010-11-131-1/+1
* bitbake/fetch/local: Also check DL_DIR for files since they could already exi...Richard Purdie2010-11-131-0/+4
* bitbake.runqueue.py: Fix no exec task handling to correct counter housekeepingRichard Purdie2010-11-071-2/+4
* bitbake: Add support for 'noexec' tasksRichard Purdie2010-11-062-0/+13
* bitbake/siggen: Allow siggen code to control final stampfile formatRichard Purdie2010-11-062-3/+9
* bitbake/siggen: Provide better warnings about empty tasksRichard Purdie2010-11-021-0/+2
* bitbake/siggen: Fix finalise call argumentsRichard Purdie2010-11-011-1/+1
* bitbake/fetch: When fetchers return errors, ensure any partial download is cl...Richard Purdie2010-10-231-0/+9
* bitbake/fetch: Make URL checking slightly less verbose (distracting with the ...Richard Purdie2010-10-221-1/+1
* pseudo/fakeroot: Move the pseudo directory creation into bitbakeRichard Purdie2010-10-221-0/+4
* bitbake/fetch/git: Ensure fullclone repositories are fully fetchedRichard Purdie2010-10-191-1/+4
* bitbake/fetcher: Deal with a ton of different bugsRichard Purdie2010-10-192-36/+38
* bitbake/fetch/git.py: Fix git fetcher to correctly use mirror tarballsRichard Purdie2010-10-191-1/+5
* bitbake-runtask: Ensure logging settings take effect in the worker process (a...Richard Purdie2010-10-142-1/+5
* bitbake/runqueue: make the runtask program configurableJoshua Lock2010-10-121-1/+2
* bitbake/build.py: Write logfiles on a per task basis, not per functionRichard Purdie2010-10-111-71/+78
* bitbake-runtask: Ensure logging options are inherited from the parentRichard Purdie2010-10-112-7/+15
* bitbake/fetch: Ensure SRCREV is still set correctly if the pn-X override has ...Richard Purdie2010-10-091-0/+2
* bitbake/runqueue.py: Fix invalid variable reference fixing the -f option with...Richard Purdie2010-10-071-1/+1
* bitbake/fetch/__init__.py: Abstract mirror variable handling and enhance to a...Richard Purdie2010-10-071-5/+8
* Export ALL_PROXY for bitbake commandsDarren Hart2010-10-071-1/+4
* bitbake/sstate: Implement a lookup function to speed up setscene processingRichard Purdie2010-10-052-1/+28
* bitbake/fetch: if mirror fetching fails, ensure exception is raisedJoshua Lock2010-10-051-1/+3
* build.py: Add a symlink for the loggingMark Hatle2010-10-011-0/+17
* bitbake/bitbake-sigdiff: Extend to handle dumping single state siginfo filesRichard Purdie2010-09-302-1/+28
* bitbake/siggen: Fix issue where excluded dependencies caused exceptionsRichard Purdie2010-09-301-0/+2
* bitbake/bitbake-runtask: Signatures are needed in task context and have littl...Richard Purdie2010-09-291-0/+1
* bitbake/siggen: Ensure full signature data is not held unless needed, reducin...Richard Purdie2010-09-293-15/+22
* bitbake: Pass task hash information to subprocessesRichard Purdie2010-09-283-5/+47
* bitbake/fetch: fix logic to prevent fetches when the file already existsJoshua Lock2010-09-281-0/+2
* codeparser.py: Fix storing of hash values as object references can be corruptedRichard Purdie2010-09-281-8/+11
* bitbake/runqueue: Remove now unneeded indentationRichard Purdie2010-09-131-45/+44
* bitbake/runqueue.py: Optimise delay values to avoid unneeded delaysRichard Purdie2010-09-131-9/+9
* bitbake/siggen: Allow generation of siggen data from task contextRichard Purdie2010-09-131-2/+10
* bitbake/build.py: Set BB_FILENAME to represent the .bb file being built (incl...Richard Purdie2010-09-132-2/+3
* bitbake/siggen.py: Improve debugging of checksumsRichard Purdie2010-09-131-7/+9
* bitbake/data.py: Allow variables to suplement dependencies using the vardep flagRichard Purdie2010-09-131-0/+1
* bitbake/fetch: ensure the go() method completes when not using premirrorsJoshua Lock2010-09-101-6/+10
* bitbake: Add proxy variables to standard export listZhai Edwin2010-09-101-1/+1
* bitbake/__init__.py: Fix named SRCREVS variable name ordering with backwards ...Richard Purdie2010-09-091-1/+3
* bitbake: save the initial PATH for use when starting a subprocessJoshua Lock2010-09-082-0/+2
* bitbake/fetch/git: fix try_premirror() definition .Method takes 4 parameters.Joshua Lock2010-09-081-1/+1
* bitbake/fetch: fix by moving try_premirror() to the right placeJoshua Lock2010-09-081-12/+11
* bitbake/fetch: add try_premirror method and special case git fetcherJoshua Lock2010-09-082-2/+20
* bitbake/bitbake-runtask: Ensure signals to the parent don't pass to the child...Richard Purdie2010-09-071-0/+7