summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake/fetch: When fetchers return errors, ensure any partial download is cl...Richard Purdie2010-10-221-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-201-1/+4
* bitbake/fetcher: Deal with a ton of different bugsRichard Purdie2010-10-202-36/+38
* bitbake/fetch/git.py: Fix git fetcher to correctly use mirror tarballsRichard Purdie2010-10-201-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
* bitbake/codeparser: Deal with functions with trailing whitespaceRichard Purdie2010-09-071-1/+8
* fetch: fix setting of localpath in SRC_URI parametersJoshua Lock2010-09-061-0/+1
* bitbake: Add missing signature filesRichard Purdie2010-09-032-0/+222
* bitbake: Implement signaturesRichard Purdie2010-09-037-5/+59
* bitbake/codeparser: Ensure cached sheel entries return the correct dependenciesRichard Purdie2010-09-031-1/+1
* bitbake/ast: Ensure function definitions are always added to the dictonaryRichard Purdie2010-09-031-4/+4
* bitbake/fetch: ensure the mirrored repository is updated as requiredJoshua Lock2010-09-011-1/+3
* bitbake/git: define a forcefetch methodJoshua Lock2010-09-011-1/+6
* bitbake/fetch: Respect forcefetch even when pulling from a mirrorJoshua Lock2010-09-011-3/+3
* bitbake/codeparser: Implement persistent cacheRichard Purdie2010-08-312-10/+58
* bitbake/data.py: Add emit_func() and generate_dependencies() functionsRichard Purdie2010-08-313-1/+78
* bitbake: Add codeparser for parsing shell and python functionsRichard Purdie2010-08-312-3/+276