summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2011-06-09Update version to 1.13.11.13.1Richard Purdie
2011-06-09bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie
2011-06-09bitbake/parse/ast: We always need to finalize the default data since otherwis...Richard Purdie
2011-06-09bitbake/data_smart: Change overrides behaviour to remove expanded variables f...Richard Purdie
2011-06-09cache.py: fix bitbake -s commandScott Garman
2011-06-09track skipped packagesPaul Eggleton
2011-06-09persist_data: Add back code to retry in the case of locked database errorsRichard Purdie
2011-06-09Drop psyco supportRichard Purdie
2011-06-08cooker.py: Drop duplicate parseCommandLine callRichard Purdie
2011-06-08build/runqueue: Pass quieterrors flag around to supress errors at task execut...Richard Purdie
2011-06-08runqueue.py: Export further hash information into the task environmentRichard Purdie
2011-06-08data.py: Ensure vardeps flags get expandedRichard Purdie
2011-06-08knotty: If any error messages are seen, set our exit code accordinglyRichard Purdie
2011-06-08bitbake/hob: fix cancel buttonJoshua Lock
2011-06-08bitbake/goggle: closing the progress dialog kills the UIJoshua Lock
2011-06-08bitbake/depexp: closing progress dialog kills guiJoshua Lock
2011-06-08bitbake/hob: only show one progress dialog when changing machineJoshua Lock
2011-06-08hob/crumbs/hobeventhandler: Remove server specific implementation details mis...Richard Purdie
2011-06-08xmlrpc/event: Add ability to send pickled events to UI if requestedRichard Purdie
2011-06-08bitbake/server: Add the none server back for nowRichard Purdie
2011-06-08bitbake/server: Move server specific code into the server backend and create ...Richard Purdie
2011-06-08bitbake/server/process: Move implementation knowledge of event queue into the...Richard Purdie
2011-06-08bitbake/cooker.py: Fix debug message argumentsRichard Purdie
2011-06-08bitbake/cooker: Ensure delays are accurately transfered to the idle loops fro...Richard Purdie
2011-06-08bitbake/runqueue: When we have successfully collected a pid value return True...Richard Purdie
2011-06-08bitbake/runqueue: When we successfully fork off a task and there are more pro...Richard Purdie
2011-06-08bitbake/runqueue: show correct task name for setscene task failurePaul Eggleton
2011-06-08bitbake/runqueue: fix clash when setscene & real tasks done in same buildPaul Eggleton
2011-06-08cooker/process.py: Move profiling code to a place it can be reused by differe...Richard Purdie
2011-06-07cache: Implement multiple extra cache fields request supportLiping Ke
2011-06-07cache: Introduce new param caches_array into Cache impl.Liping Ke
2011-06-07cache: Introduce extra cache class for image creatorLiping Ke
2011-06-07cache.py: Refactory Current Cache implementationLiping Ke
2011-06-07cache.py: Sync what amounts to whitespace with bitbake in poky, pending merge...Richard Purdie
2011-06-07bitbake/cooker: don't error in prepareTreeData for unbuildable targetsJoshua Lock
2011-06-07universe target: add a new target to collect all recipe targetsSaul Wold
2011-06-03bb.exceptions: don't choke on frames without argumentsChris Larson
2011-06-02siggen: don't choke with traceback when data is NoneChris Larson
2011-06-02parse: pass a useful (if mangled) key to bb.data.expand for :=Chris Larson
2011-06-02cooker: handle ExpansionError the same way we do ParseErrorChris Larson
2011-06-02event: don't catch systemexit from handler executionChris Larson
2011-06-02Merge remote branch 'github/exceptions'Chris Larson
2011-06-01data_smart: Adding overrides of zero length is pointless so lets notRichard Purdie
2011-06-01bitbake: use layer priority when applying bbappendsPaul Eggleton
2011-05-31providers.py: Correct PREFERRED_VERSION handlingRichard Purdie
2011-05-27server: add updated/fixed xmlrpc server from PokyJoshua Lock
2011-05-27uievent: fix queueing of events for xmlrpc before UI has loadedJoshua Lock
2011-05-27fetch2/git: ensure network check log matches actual commandDarren Hart
2011-05-27fetch2/git: use logging.debug() and clarify messagesDarren Hart
2011-05-27bitbake/codeparser: Improve cache handlingRichard Purdie