aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
AgeCommit message (Expand)Author
2013-09-17bitbake: cooker: Allow profiling of the parser in profile modeRichard Purdie
2013-09-17bitbake: cooker: Avoid duplication for taskdata creationAlexandru DAMIAN
2013-09-17bitbake: runqueue: add runQueueTaskSkipped eventAlexandru DAMIAN
2013-09-16bitbake: build: Add logfile to add TaskBase eventsRichard Purdie
2013-09-14bitbake: cooker: updateCache should rause exceptions, not sys.exitRichard Purdie
2013-09-14bitbake: knotty: Cleanup error/interruption handlingRichard Purdie
2013-09-14bitbake: command: Treat empty messages as failures, not CommandCompletedRichard Purdie
2013-09-14bitbake: cooker/command: Add finishcommand to reset cooker stateRichard Purdie
2013-09-14bitbake: cooker: Rename confusing 'stop' state to 'forceshutdown'Richard Purdie
2013-09-14bitbake: cooker: Clean up init/reset configuration codeRichard Purdie
2013-09-14bitbake: cooker: Drop obsolete worker testRichard Purdie
2013-09-13bitbake: bitbake: xmlrpc: delete unused code BitBakeUIEventServerAlexandru DAMIAN
2013-09-12bitbake: data_smart: Account for changes in append/prepend/remove in the conf...Richard Purdie
2013-09-11bitbake: utils: Fix BB_PRESERVE_ENVRichard Purdie
2013-09-10bitbake: bitbake: runqueue: add sceneQueueTaskCompleted eventAlexandru DAMIAN
2013-09-09bitbake: runqueue.py: check whether multiple versions of the same PN are due ...Robert Yang
2013-09-09bitbake: providers.py: enhance the runtime debug degbug messgaeRobert Yang
2013-09-06bitbake: knotty: Reduce refresh of footerRichard Purdie
2013-09-06bitbake: bitbake: Ensure ${DATE} and ${TIME} are consistentPeter Kjellerstedt
2013-09-06bitbake: hob: remove custom image from the images list when not neededCristiana Voicu
2013-09-06bitbake: hob: limit the description size when a custom image is savedCristiana Voicu
2013-09-06bitbake: data_smart: Move getVar expand cache handing to fix _remove operationsRichard Purdie
2013-09-04bitbake: hob: remove PACKAGE_INSTALL variable setting from hobCristiana Voicu
2013-09-04bitbake: bitbake-worker: ensure BUILDNAME is available during executionPaul Eggleton
2013-09-02bitbake: bitbake/cooker: fix some calls of cookerdata.findConfigFile methodCristiana Voicu
2013-09-02bitbake: runqueue: Fix scenequeue to pass file descriptors, not a floatRichard Purdie
2013-09-01bitbake: server/xmlrpc: stop server on client exitAlexandru DAMIAN
2013-09-01bitbake: build: Fix profile file namesRichard Purdie
2013-09-01bitbake: server/process, server/xmlrpc, runqueue: Use select.select() on fds,...Richard Purdie
2013-08-30bitbake: server/xmlrpc: Increase timeout to 60sRichard Purdie
2013-08-30bitbake: cookerdata: Allow bblayers.conf to be found using BBPATHRichard Purdie
2013-08-30bitbake: cookerdata: Set TOPDIR when using bblayers.confRichard Purdie
2013-08-28bitbake: data_smart: allow removal of multiple words at once with _removeChristopher Larson
2013-08-28bitbake: data_smart: use a split/filter/rejoin for _removeChristopher Larson
2013-08-27bitbake: hob: fixes for image combo boxCristiana Voicu
2013-08-27bitbake: hob: add event handlers filtering in HobCristiana Voicu
2013-08-27bitbake: bitbake/event.py: UIhandler filter should work without a maskCristiana Voicu
2013-08-26bitbake: command.py: Call updateCache for all states != runningRichard Purdie
2013-08-26bitbake: data_smart: Add _remove operatorRichard Purdie
2013-08-26bitbake: bitbake: Add ui event handlers filteringRichard Purdie
2013-08-26bitbake: server/xmlrpc/prserv: Add sane timeout to default xmlrpc serverRichard Purdie
2013-08-26bitbake: process: Improve exit handling and hangsRichard Purdie
2013-08-26bitbake: parse: Return IOError when including file with absolute pathMartin Jansa
2013-08-23bitbake: event/msg: Add primitive server side UI log record filteringRichard Purdie
2013-08-23bitbake: build.py: create symlink for run.do_xxx scriptsNicolas Dechesne
2013-08-22bitbake: hob: changes to image combo box from image configuration pageCristiana Voicu
2013-08-22bitbake: propertydialog.py : Scrollable windows for long tooltipsAndrei Dinu
2013-08-20bitbake: build.py: Provide useful diagnostics when exiting.Peter Seebach
2013-08-16bitbake: hob/retrieveimagedialog: change labelsCristiana Voicu
2013-08-16bitbake: taskdata: report close matches with NoProvider errorsPaul Eggleton