summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: implement idle timeout for xmlrpc serverEd Bartosh2016-07-212-4/+22
* bitbake: bitbake: implement --foreground command line optionEd Bartosh2016-07-211-1/+11
* bitbake: cooker: Fix incorrect dot file generationRichard Purdie2016-07-201-1/+1
* bitbake: bitbake: main: implement server autostart featureEd Bartosh2016-07-201-5/+16
* bitbake: bitbake: utils: add BBSERVER to the list of preserved variablesEd Bartosh2016-07-201-0/+1
* bitbake: bitbake: xmlrpc: implement check of connection to serverEd Bartosh2016-07-201-0/+17
* bitbake: lib/bb/utils: no need to unsetenv when manipulating os.environRoss Burton2016-07-201-1/+0
* bitbake: fetch2: implement progress supportPaul Eggleton2016-07-194-8/+107
* bitbake: toaster: add package manifest path to Target objectsElliot Smith2016-07-191-3/+21
* bitbake: buildinfohelper: only record image files for tasks which make imagesElliot Smith2016-07-191-5/+15
* bitbake: toaster: improve scan for SDK artifactsElliot Smith2016-07-192-44/+138
* bitbake: buildinfohelper: fix retrieval of targetsElliot Smith2016-07-191-7/+8
* bitbake: toaster: attach kernel artifacts to targetsElliot Smith2016-07-191-29/+56
* bitbake: toaster: do image and artifact scan on BuildCompletedElliot Smith2016-07-192-26/+181
* bitbake: runqueue: improve exception loggingEd Bartosh2016-07-191-2/+2
* bitbake: lib/bb/utils.py: return sorted OrderedDict in explode_dep_versions2Robert Yang2016-07-191-0/+1
* bitbake: knotty: avoid errors when fetching outside of a taskPaul Eggleton2016-07-191-3/+4
* bitbake: build: don't use $B as the default cwd for functionsRoss Burton2016-07-191-6/+17
* bitbake: lib/bb/build.py: decode the command as UTF-8Ross Burton2016-07-191-2/+6
* bitbake: lib/bb/utils: fix set_process_nameRoss Burton2016-07-191-3/+2
* bitbake: buildinfohelper: ensure task datetimes are timezone-awareElliot Smith2016-07-081-1/+1
* bitbake: progress: Ensure missing start event is firedRichard Purdie2016-07-081-0/+3
* bitbake: knotty: Handle process indicators more gracefullyRichard Purdie2016-07-081-4/+12
* bitbake: runqueue: report progress for "Preparing RunQueue" stepPaul Eggleton2016-07-082-3/+109
* bitbake: runqueue: add ability to enforce that tasks are setscenedPaul Eggleton2016-07-081-1/+80
* bitbake: knotty: add quiet output modePaul Eggleton2016-07-083-26/+45
* bitbake: knotty: show task progress barPaul Eggleton2016-07-081-4/+19
* bitbake: knotty: add code to support showing progress for sstate object queryingPaul Eggleton2016-07-082-2/+40
* bitbake: lib/bb/progress: add MultiStageProgressReporterPaul Eggleton2016-07-081-0/+111
* bitbake: lib: implement basic task progress supportPaul Eggleton2016-07-084-10/+191
* bitbake: knotty: import latest python-progressbarPaul Eggleton2016-07-081-1/+1
* bitbake: knotty: provide a symlink to the latest console logPaul Eggleton2016-07-081-0/+6
* bitbake: fetch2/wget: attempt checkstatus again if it failsRoss Burton2016-07-081-4/+8
* bitbake: lib/bb/build.py: remove task flag in deltask()Robert Yang2016-06-231-0/+1
* bitbake: cooker: clean up EvertWriterEd Bartosh2016-06-201-20/+13
* bitbake: cooker: replace EventLogWriteHandler with namedtupleEd Bartosh2016-06-201-45/+41
* bitbake: cooker: don't remove event fileEd Bartosh2016-06-201-6/+0
* bitbake: cooker: encode event objects to base64Ed Bartosh2016-06-201-1/+4
* bitbake: cooker: move EventLogWriteHandler to the top module levelEd Bartosh2016-06-201-62/+64
* bitbake: depexp.py: port to gtk+3Jussi Kukkonen2016-06-201-79/+80
* bitbake: runqueue: Use tid instead of taskid in find_chains()George McCollister2016-06-161-1/+1
* bitbake: fetch2/perforce: Rework to support SRCREV and P4CONFIGAndrew Bradford2016-06-162-123/+150
* bitbake: fetch2: fix unpacking of deb packagesStephano Cetola2016-06-161-1/+1
* bitbake: bitbake: fix wrong usage of format_excEd Bartosh2016-06-162-2/+2
* bitbake: parse/ast, event: Ensure we reset registered handlers during parsingRichard Purdie2016-06-152-1/+10
* bitbake: taskdata/runqueue: Rewrite without use of ID indirectionRichard Purdie2016-06-153-803/+639
* bitbake: runqueue: Change buildable/running lists to setsRichard Purdie2016-06-151-36/+27
* bitbake: toaster: replace viewkeys() -> keys()Ed Bartosh2016-06-151-1/+1
* bitbake: cooker.py: fix warn() -> warning()Robert Yang2016-06-131-3/+3
* bitbake: data_smart/utils: Add 'd' to the context used for better_eval in pyt...Richard Purdie2016-06-132-3/+9