summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
* bitbake: lib/bb/build: handle incomplete message fragments in log FIFORoss Burton2016-07-261-31/+36
* bitbake: toaster-tests: add tasks and recipes sub-page testsElliot Smith2016-07-262-0/+131
* bitbake: toaster: set non-hideable columns for built recipes tableElliot Smith2016-07-261-1/+3
* bitbake: toaster: set non-hideable columns for build tasks tableElliot Smith2016-07-261-0/+3
* bitbake: toaster: fix download URL for task logsElliot Smith2016-07-261-4/+8
* bitbake: fetcher2/__init__: Print command in case of ExecutionError in runfet...Mario Domenech Goulart2016-07-261-1/+1
* bitbake: toaster: loadconf Partially add back some of the layerSource parsingMichael Wood2016-07-261-3/+82
* bitbake: toaster: admin Add Layer_Version to the admin-able modelsMichael Wood2016-07-262-7/+22
* bitbake: toaster: orm Remove the layerindex specific up_branch fieldsMichael Wood2016-07-267-48/+46
* bitbake: toaster: lsupdates Add progress information and clean up loggingMichael Wood2016-07-261-23/+58
* bitbake: toaster: tests: Remove references to LayerSource modelMichael Wood2016-07-265-240/+2
* bitbake: toaster: Replace references to LayerSource modelsMichael Wood2016-07-267-53/+57
* bitbake: toaster: lsupdates Add layerindex fetcherMichael Wood2016-07-261-6/+245
* bitbake: toaster: models Remove LayerSource models and replace with enumMichael Wood2016-07-261-378/+103
* bitbake: toaster: bldcollector admin Remove LayerSourceAdminMichael Wood2016-07-261-5/+1
* bitbake: toaster: loadconf remove Loading LayerSourcesMichael Wood2016-07-261-67/+2
* bitbake: lib/bb/progress: avoid possibility of start event being reported twicePaul Eggleton2016-07-261-1/+4
* bitbake: knotty: don't display ETA for tasks with progressPaul Eggleton2016-07-261-1/+1
* bitbake: knotty: fix some minor bugs in BBProgressPaul Eggleton2016-07-261-12/+13
* bitbake: fetch: copy files with -HEnrico Scholz2016-07-261-1/+1
* bitbake: cache: Don't interleave pickle cache file writingRichard Purdie2016-07-261-17/+10
* bitbake: cache: Add better cache loading sanity checksRichard Purdie2016-07-261-0/+7
* bitbake: cache: Drop/simplify pointless type checkingRichard Purdie2016-07-261-67/+60
* bitbake: cache: Improve versions fields handlingRichard Purdie2016-07-261-23/+20
* bitbake: cache: Correctly handle missing extra cachesRichard Purdie2016-07-261-0/+3
* bitbake: cache: Move the parsing message to a more logical placeRichard Purdie2016-07-261-1/+1
* 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: toaster-tests: add class SeleniumTestCaseBase for browser testsAníbal Limón2016-07-201-181/+3
* 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-tests: package count/size shouldn't show for non-image buildsElliot Smith2016-07-192-8/+63
* bitbake: toaster-tests: new custom image button shouldn't show for non-image ...Elliot Smith2016-07-191-0/+20
* bitbake: toaster-tests: add tests for build artifact display on build dashboardElliot Smith2016-07-194-7/+191
* bitbake: toaster: the customise image button shouldn't rely on targetsElliot Smith2016-07-192-9/+4
* bitbake: toaster: add package manifest path to Target objectsElliot Smith2016-07-195-6/+54
* bitbake: toaster: better display of targets which produced no imagesElliot Smith2016-07-192-44/+36
* bitbake: toaster: show manifests in their own section of the build dashboardElliot Smith2016-07-191-4/+7
* bitbake: toaster: only show "New custom image" button for builds with image t...Elliot Smith2016-07-192-20/+35
* bitbake: toaster: use has_images() methods to display images correctlyElliot Smith2016-07-193-12/+33
* 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-197-139/+300
* bitbake: buildinfohelper: fix retrieval of targetsElliot Smith2016-07-191-7/+8
* bitbake: toaster: attach kernel artifacts to targetsElliot Smith2016-07-195-32/+221
* bitbake: toaster: improve image file suffix retrievalElliot Smith2016-07-191-37/+11
* bitbake: toaster: do image and artifact scan on BuildCompletedElliot Smith2016-07-192-26/+181