summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: build: Add logfile to add TaskBase eventsRichard Purdie2013-09-161-10/+6
* bitbake: cooker: updateCache should rause exceptions, not sys.exitRichard Purdie2013-09-141-2/+2
* bitbake: knotty: Cleanup error/interruption handlingRichard Purdie2013-09-141-3/+4
* bitbake: command: Treat empty messages as failures, not CommandCompletedRichard Purdie2013-09-141-1/+1
* bitbake: cooker/command: Add finishcommand to reset cooker stateRichard Purdie2013-09-142-1/+4
* bitbake: cooker: Rename confusing 'stop' state to 'forceshutdown'Richard Purdie2013-09-148-19/+19
* bitbake: cooker: Clean up init/reset configuration codeRichard Purdie2013-09-141-25/+24
* bitbake: cooker: Drop obsolete worker testRichard Purdie2013-09-141-5/+1
* bitbake: bitbake: xmlrpc: delete unused code BitBakeUIEventServerAlexandru DAMIAN2013-09-131-45/+0
* bitbake: data_smart: Account for changes in append/prepend/remove in the conf...Richard Purdie2013-09-121-3/+6
* bitbake: utils: Fix BB_PRESERVE_ENVRichard Purdie2013-09-111-0/+2
* bitbake: bitbake: runqueue: add sceneQueueTaskCompleted eventAlexandru DAMIAN2013-09-101-0/+6
* bitbake: runqueue.py: check whether multiple versions of the same PN are due ...Robert Yang2013-09-091-1/+8
* bitbake: providers.py: enhance the runtime debug degbug messgaeRobert Yang2013-09-091-1/+1
* bitbake: prserv: Ensure data is committedRichard Purdie2013-09-082-1/+6
* bitbake: contrib/vim: merge changes from vim-bitbake repoChristopher Larson2013-09-063-9/+13
* bitbake: knotty: Reduce refresh of footerRichard Purdie2013-09-061-2/+4
* bitbake: bitbake: Ensure ${DATE} and ${TIME} are consistentPeter Kjellerstedt2013-09-062-0/+4
* bitbake: hob: remove custom image from the images list when not neededCristiana Voicu2013-09-061-0/+4
* bitbake: hob: limit the description size when a custom image is savedCristiana Voicu2013-09-061-2/+11
* bitbake: newbb.vim: Use 'git config' instead of git-configKhem Raj2013-09-061-2/+2
* bitbake: data_smart: Move getVar expand cache handing to fix _remove operationsRichard Purdie2013-09-061-7/+6
* bitbake: hob: remove PACKAGE_INSTALL variable setting from hobCristiana Voicu2013-09-041-3/+1
* bitbake: bitbake-worker: ensure BUILDNAME is available during executionPaul Eggleton2013-09-042-0/+2
* bitbake: bitbake/cooker: fix some calls of cookerdata.findConfigFile methodCristiana Voicu2013-09-021-3/+3
* bitbake: runqueue: Fix scenequeue to pass file descriptors, not a floatRichard Purdie2013-09-021-1/+1
* bitbake: server/xmlrpc: stop server on client exitAlexandru DAMIAN2013-09-011-0/+5
* bitbake: prserv/serv: Settle on two threads for optimal performanceRichard Purdie2013-09-011-14/+34
* bitbake: build: Fix profile file namesRichard Purdie2013-09-011-1/+1
* bitbake: serv/db: Don't use BEGIN/COMMITRichard Purdie2013-09-011-13/+3
* bitbake: serv/db: Take an excluside lock on the databaseRichard Purdie2013-09-011-1/+1
* bitbake: serv/db: Fix looping upon database locked issuesRichard Purdie2013-09-011-3/+4
* bitbake: server/process, server/xmlrpc, runqueue: Use select.select() on fds,...Richard Purdie2013-09-013-21/+28
* bitbake: prserv: Allow 'table is locked' matching for retry loopRichard Purdie2013-08-301-1/+1
* bitbake: server/xmlrpc: Increase timeout to 60sRichard Purdie2013-08-301-1/+1
* bitbake: cookerdata: Allow bblayers.conf to be found using BBPATHRichard Purdie2013-08-301-8/+15
* bitbake: cookerdata: Set TOPDIR when using bblayers.confRichard Purdie2013-08-301-0/+3
* bitbake: prserv/serv: Multithread the serverRichard Purdie2013-08-291-9/+15
* bitbake: prserv/db: Threading fixesRichard Purdie2013-08-292-4/+4
* bitbake: serv.py: Fix regression from 972bc43e6d5bJason Wessel2013-08-281-1/+1
* bitbake: data_smart: allow removal of multiple words at once with _removeChristopher Larson2013-08-281-1/+1
* bitbake: data_smart: use a split/filter/rejoin for _removeChristopher Larson2013-08-281-7/+3
* bitbake: serv.py: Fix hang when spawned dynamically with bitbakeJason Wessel2013-08-281-0/+5
* bitbake: hob: fixes for image combo boxCristiana Voicu2013-08-271-5/+4
* bitbake: hob: add event handlers filtering in HobCristiana Voicu2013-08-271-0/+15
* bitbake: bitbake/event.py: UIhandler filter should work without a maskCristiana Voicu2013-08-271-1/+1
* bitbake: command.py: Call updateCache for all states != runningRichard Purdie2013-08-262-2/+2
* bitbake: data_smart: Add _remove operatorRichard Purdie2013-08-261-5/+18
* bitbake: bitbake: Add ui event handlers filteringRichard Purdie2013-08-265-8/+46
* bitbake: server/xmlrpc/prserv: Add sane timeout to default xmlrpc serverRichard Purdie2013-08-262-7/+18