summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
* bitbake: prserv: Adapt autostart to bitbake-workerRichard Purdie2013-06-143-3/+11
* bitbake: runqueue: Spawn a separate worker for fakeroot tasksRichard Purdie2013-06-141-17/+58
* bitbake: runqueue: Abstract the start and teardown worker functionsRichard Purdie2013-06-141-17/+31
* bitbake: runqueue: Move the bitbake-worker execution to a higher levelRichard Purdie2013-06-141-59/+55
* bitbake: runqueue: Split runqueue to use bitbake-workerRichard Purdie2013-06-145-190/+134
* bitbake: fetch2: Fix AUTOINC handlingRichard Purdie2013-06-142-4/+4
* bitbake: Add missing file that went out of syncRichard Purdie2013-06-121-0/+0
* bitbake: tinfoil: fix for move of data attribute to cookerPaul Eggleton2013-06-101-1/+1
* bitbake: lib/bb/cache.py: invalidate cache when file checksum entry no longer...Paul Eggleton2013-06-071-0/+9
* bitbake: cooker: Split data from configurationRichard Purdie2013-06-073-88/+88
* bitbake: xmlrpc: Allow server to remain memory residentAlexandru DAMIAN2013-06-071-11/+9
* bitbake: bitbake server: create common server infrastructureAlexandru DAMIAN2013-06-073-72/+141
* bitbake: Added distroy signal to information dialogsAndrei Dinu2013-05-311-0/+1
* bitbake: lib/bb/cache.py: Change debugging note to a debug messageMark Hatle2013-05-311-1/+1
* bitbake: prserv: Unbreak after bb.server changesRichard Purdie2013-05-301-1/+1
* bitbake: cookerdata: Fix tinfoil by adding missinge extra_caches defaultRichard Purdie2013-05-301-0/+1
* bitbake: bitbake: xmlrpc remote serverAlexandru DAMIAN2013-05-301-6/+200
* bitbake: bitbake: xmlrpc transport has identification tokenAlexandru DAMIAN2013-05-301-66/+100
* bitbake: bitbake: move extra cache collection out of cookerAlexandru DAMIAN2013-05-302-23/+2
* bitbake: fetch2: Fix missing function callRichard Purdie2013-05-301-14/+15
* bitbake: server/bitbake: Remove launchUI methodRichard Purdie2013-05-302-9/+0
* bitbake: server: Remove none serverRichard Purdie2013-05-301-203/+0
* bitbake: cooker/cookerdata: Fix up event handling for hobRichard Purdie2013-05-241-1/+2
* bitbake: build: Avoid empty promisesRichard Purdie2013-05-241-1/+1
* bitbake: cooker/cookerdata: Improve configuration object handlingRichard Purdie2013-05-244-16/+16
* bitbake: fetch2: Fix missing assignmentRichard Purdie2013-05-241-1/+1
* bitbake: cooker/cookerdata/event: Improve class handlers managementRichard Purdie2013-05-243-3/+13
* bitbake: cooker/cookerdata/utils: Improve context managementRichard Purdie2013-05-243-10/+22
* bitbake: event: Drop Handled/NotHandled status return valuesRichard Purdie2013-05-241-11/+0
* bitbake: cooker.py: Remove global scope class event handlersRichard Purdie2013-05-241-0/+2
* bitbake: methodpool: Retire it, remove global method scopeRichard Purdie2013-05-244-51/+5
* bitbake: methodpool: Conflicting methodnames should be a fatal errorRichard Purdie2013-05-241-1/+1
* bitbake: hob: Table sorting criteria should not change after deselecting reci...Cristiana Voicu2013-05-223-7/+27
* bitbake: hob: apply a fade out animation when deselecting from tablesCristiana Voicu2013-05-222-34/+30
* bitbake: cookerdata: rename _parse to parse_config_filePaul Eggleton2013-05-221-6/+6
* bitbake: tinfoil: fix for changes to cooker config structurePaul Eggleton2013-05-221-20/+21
* bitbake: command: Fix function module reference after code rearrangementRichard Purdie2013-05-221-1/+1
* bitbake: runqueue.py: Ensure export flag is set for fakeroot environment vari...Richard Purdie2013-05-221-0/+1
* bitbake: bitbake/cookerdata: Explicitly specify cooker configuration optionsRichard Purdie2013-05-221-2/+11
* bitbake: cooker: Split configuration parsing code into cookerdataRichard Purdie2013-05-222-118/+139
* bitbake: cooker: Move commandline parsing back into the UI/cookerdataRichard Purdie2013-05-228-87/+103
* bitbake: bitbake: Create cookerdata splitting config from cooker and bin/bitbakeRichard Purdie2013-05-223-7/+79
* bitbake: fetch2: Shorten long srcrevsRichard Purdie2013-05-221-0/+4
* bitbake: fetch2/git: Clean up sortable_revisionRichard Purdie2013-05-223-21/+14
* bitbake: data: Ensure dependencies of subfunctions are accounted forRichard Purdie2013-05-221-0/+1
* bitbake: test/fetch: Allow the conditional network tests to work under python...Richard Purdie2013-05-171-96/+86
* bitbake: test/fetch: Split the network tests from the rest of the fetcher testsRichard Purdie2013-05-171-23/+24
* bitbake: fetch2/utils: Clean up importsRichard Purdie2013-05-172-10/+8
* bitbake: tests/fetch: Allow to work on python 2.6Richard Purdie2013-05-171-2/+2
* bitbake: hob: fix for XMLRPC modeBogdan Marinescu2013-05-141-1/+1