summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: cooker: Allow profiling of the parser in profile modeRichard Purdie2013-09-171-2/+22
* bitbake: cooker: Avoid duplication for taskdata creationAlexandru DAMIAN2013-09-171-40/+27
* bitbake: runqueue: add runQueueTaskSkipped eventAlexandru DAMIAN2013-09-171-3/+12
* 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: knotty: Reduce refresh of footerRichard Purdie2013-09-061-2/+4
* bitbake: bitbake: Ensure ${DATE} and ${TIME} are consistentPeter Kjellerstedt2013-09-061-0/+2
* 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: 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-041-0/+1
* 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: build: Fix profile file namesRichard Purdie2013-09-011-1/+1
* bitbake: server/process, server/xmlrpc, runqueue: Use select.select() on fds,...Richard Purdie2013-09-013-21/+28
* 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: 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: 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-261-4/+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: 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