summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake/BBHandler: Save python functions into the dictonaryRichard Purdie2010-08-312-5/+10
* bitbake/data_smart.py: Allow the data expand function to keep track of refere...Richard Purdie2010-08-311-22/+47
* bitbake/runqueue.py: Ensure rqexe always exists and that empty task lists cau...Richard Purdie2010-08-251-3/+16
* utils.py: Fix bb.copyfile to change the permissions of the file back correctlyRichard Purdie2010-08-231-2/+4
* utils.py: Add a new extend_deps() to easily merge two dependency listsMark Hatle2010-08-201-0/+11
* bitbake/utils.py: Allow copyfile to copy files which aren't readableRichard Purdie2010-08-201-0/+3
* bitbake/utils.py: Improve better_exec debug outputRichard Purdie2010-08-201-5/+9
* bitbake: Correctly route events from the worker to the serverRichard Purdie2010-08-205-8/+24
* bitbake/knotty: Exiting as soon as a fatal is seen is not desirable as the st...Richard Purdie2010-08-201-1/+1
* bitbake/cooker.py: Don't init the fetcher in the worker caseRichard Purdie2010-08-201-1/+2
* bitbake/persist_data: Attempt to fix locking issuesRichard Purdie2010-08-201-8/+17
* bitbake/data.py: Handle exceptions in export_bars in the same way as emit_var()Richard Purdie2010-08-201-3/+8
* bitbake/server: Raise a shutdown event if we're seeing exceptionsRichard Purdie2010-08-201-1/+2
* bitbake/runqueue.py: Ensure the flush happens as late as possible to avoid da...Richard Purdie2010-08-191-3/+3
* bitbake/utils.py: Give useful debug information when no lineno information is...Richard Purdie2010-08-191-7/+10
* bitbake/runqueue.py: Fix runqueue UI issuesRichard Purdie2010-08-191-17/+27
* bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie2010-08-197-112/+201