summaryrefslogtreecommitdiff
path: root/bitbake/lib
AgeCommit message (Expand)AuthorFiles
2010-09-13bitbake/runqueue.py: Optimise delay values to avoid unneeded delaysRichard Purdie1
2010-09-13bitbake/siggen: Allow generation of siggen data from task contextRichard Purdie1
2010-09-13bitbake/build.py: Set BB_FILENAME to represent the .bb file being built (incl...Richard Purdie1
2010-09-13bitbake/siggen.py: Improve debugging of checksumsRichard Purdie1
2010-09-13bitbake/data.py: Allow variables to suplement dependencies using the vardep flagRichard Purdie1
2010-09-10bitbake/fetch: ensure the go() method completes when not using premirrorsJoshua Lock1
2010-09-10bitbake: Add proxy variables to standard export listZhai Edwin1
2010-09-09bitbake/__init__.py: Fix named SRCREVS variable name ordering with backwards ...Richard Purdie1
2010-09-08bitbake: save the initial PATH for use when starting a subprocessJoshua Lock1
2010-09-08bitbake/fetch/git: fix try_premirror() definition .Method takes 4 parameters.Joshua Lock1
2010-09-08bitbake/fetch: fix by moving try_premirror() to the right placeJoshua Lock1
2010-09-08bitbake/fetch: add try_premirror method and special case git fetcherJoshua Lock2
2010-09-07bitbake/codeparser: Deal with functions with trailing whitespaceRichard Purdie1
2010-09-06fetch: fix setting of localpath in SRC_URI parametersJoshua Lock1
2010-09-03bitbake: Add missing signature filesRichard Purdie1
2010-09-03bitbake: Implement signaturesRichard Purdie6
2010-09-03bitbake/codeparser: Ensure cached sheel entries return the correct dependenciesRichard Purdie1
2010-09-03bitbake/ast: Ensure function definitions are always added to the dictonaryRichard Purdie1
2010-09-01bitbake/fetch: ensure the mirrored repository is updated as requiredJoshua Lock1
2010-09-01bitbake/git: define a forcefetch methodJoshua Lock1
2010-09-01bitbake/fetch: Respect forcefetch even when pulling from a mirrorJoshua Lock1
2010-08-31bitbake/codeparser: Implement persistent cacheRichard Purdie2
2010-08-31bitbake/data.py: Add emit_func() and generate_dependencies() functionsRichard Purdie3
2010-08-31bitbake: Add codeparser for parsing shell and python functionsRichard Purdie2
2010-08-31bitbake/BBHandler: Save python functions into the dictonaryRichard Purdie2
2010-08-31bitbake/data_smart.py: Allow the data expand function to keep track of refere...Richard Purdie1
2010-08-25bitbake/runqueue.py: Ensure rqexe always exists and that empty task lists cau...Richard Purdie1
2010-08-23utils.py: Fix bb.copyfile to change the permissions of the file back correctlyRichard Purdie1
2010-08-20utils.py: Add a new extend_deps() to easily merge two dependency listsMark Hatle1
2010-08-20bitbake/utils.py: Allow copyfile to copy files which aren't readableRichard Purdie1
2010-08-20bitbake/utils.py: Improve better_exec debug outputRichard Purdie1
2010-08-20bitbake: Correctly route events from the worker to the serverRichard Purdie4
2010-08-20bitbake/knotty: Exiting as soon as a fatal is seen is not desirable as the st...Richard Purdie1
2010-08-20bitbake/cooker.py: Don't init the fetcher in the worker caseRichard Purdie1
2010-08-20bitbake/persist_data: Attempt to fix locking issuesRichard Purdie1
2010-08-20bitbake/data.py: Handle exceptions in export_bars in the same way as emit_var()Richard Purdie1
2010-08-20bitbake/server: Raise a shutdown event if we're seeing exceptionsRichard Purdie1
2010-08-19bitbake/runqueue.py: Ensure the flush happens as late as possible to avoid da...Richard Purdie1
2010-08-19bitbake/utils.py: Give useful debug information when no lineno information is...Richard Purdie1
2010-08-19bitbake/runqueue.py: Fix runqueue UI issuesRichard Purdie1
2010-08-19bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie6
2010-08-19bitbake: Initial scenequeue implementation (needs major fixes)Richard Purdie1
2010-08-19bitbake/runqueue.py: Factor task skipping code into a functionRichard Purdie1
2010-08-19bitbake/runqueue.py: Create RunQueueExecute and RunQueueExecuteTasks classes,...Richard Purdie1
2010-08-19bitbake/cooker.py: Allow idle handlers to pass through a true valueRichard Purdie2
2010-08-19bitbake/runqueue.py: Drop duplicated classRichard Purdie1
2010-08-18bitbake: Split Runqueue into two classes, a data processor and the execution ...Richard Purdie2
2010-08-17bitbake/utils.py: Allow explode_dep_versions to handle the commas join_deps c...Richard Purdie1
2010-08-13bitbake/git.py: Make sure different branches can have different revisions wit...Richard Purdie1
2010-08-13bitbake/git.py: Allow tracking of branches in SRC_URI without cloning for use...Richard Purdie2