summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
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
2010-09-08bitbake/fetch: add try_premirror method and special case git fetcherJoshua Lock
2010-09-07bitbake/bitbake-runtask: Ensure signals to the parent don't pass to the child...Richard Purdie
2010-09-07bitbake/codeparser: Deal with functions with trailing whitespaceRichard Purdie
2010-09-06fetch: fix setting of localpath in SRC_URI parametersJoshua Lock
2010-09-03bitbake: Add missing signature filesRichard Purdie
2010-09-03bitbake: Implement signaturesRichard Purdie
2010-09-03bitbake/codeparser: Ensure cached sheel entries return the correct dependenciesRichard Purdie
2010-09-03bitbake/ast: Ensure function definitions are always added to the dictonaryRichard Purdie
2010-09-01bitbake/fetch: ensure the mirrored repository is updated as requiredJoshua Lock
2010-09-01bitbake/git: define a forcefetch methodJoshua Lock
2010-09-01bitbake/fetch: Respect forcefetch even when pulling from a mirrorJoshua Lock
2010-08-31bitbake/codeparser: Implement persistent cacheRichard Purdie
2010-08-31bitbake/data.py: Add emit_func() and generate_dependencies() functionsRichard Purdie
2010-08-31bitbake: Add codeparser for parsing shell and python functionsRichard Purdie
2010-08-31bitbake/BBHandler: Save python functions into the dictonaryRichard Purdie
2010-08-31bitbake/data_smart.py: Allow the data expand function to keep track of refere...Richard Purdie
2010-08-25bitbake/runqueue.py: Ensure rqexe always exists and that empty task lists cau...Richard Purdie
2010-08-23utils.py: Fix bb.copyfile to change the permissions of the file back correctlyRichard Purdie
2010-08-20utils.py: Add a new extend_deps() to easily merge two dependency listsMark Hatle
2010-08-20bitbake/utils.py: Allow copyfile to copy files which aren't readableRichard Purdie
2010-08-20bitbake/utils.py: Improve better_exec debug outputRichard Purdie
2010-08-20bitbake: Correctly route events from the worker to the serverRichard Purdie