summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: process: Improve exit handling and hangsRichard Purdie2013-08-261-19/+17
* bitbake: parse: Return IOError when including file with absolute pathMartin Jansa2013-08-262-1/+4
* bitbake: prserv/serv: Fix pid file removalRichard Purdie2013-08-231-1/+1
* bitbake: event/msg: Add primitive server side UI log record filteringRichard Purdie2013-08-232-2/+30
* bitbake: build.py: create symlink for run.do_xxx scriptsNicolas Dechesne2013-08-231-0/+14
* bitbake: hob: changes to image combo box from image configuration pageCristiana Voicu2013-08-221-1/+3
* bitbake: propertydialog.py : Scrollable windows for long tooltipsAndrei Dinu2013-08-221-25/+38
* bitbake: build.py: Provide useful diagnostics when exiting.Peter Seebach2013-08-201-1/+24
* bitbake: hob/retrieveimagedialog: change labelsCristiana Voicu2013-08-161-1/+3
* bitbake: taskdata: report close matches with NoProvider errorsPaul Eggleton2013-08-164-6/+29