summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
Commit message (Expand)AuthorAgeFilesLines
* bitbake: lib/bb: Add expansion parameter to getVarFlagRichard Purdie2016-02-041-1/+1
* bitbake: cooker, bitbake-worker: Fix spelling of "received"Phil Blundell2016-02-011-2/+2
* bitbake: bitbake: Set process names to be meaninfulRichard Purdie2016-01-301-1/+7
* bitbake: toaster: run bitbake server with --read optionEd Bartosh2016-01-221-1/+1
* bitbake: toaster: increase timeoutEd Bartosh2016-01-161-1/+1
* bitbake: toaster: remove 2 confusing parametersEd Bartosh2015-12-181-11/+2
* bitbake: toaster: move setting of default valuesEd Bartosh2015-12-181-6/+5
* bitbake: toaster: move startup checks to a better placeEd Bartosh2015-12-181-26/+23
* bitbake: toaster: remove 2 unused functionsEd Bartosh2015-12-181-12/+0
* bitbake: toaster: remove addtoConfiguration functionEd Bartosh2015-12-181-11/+6
* bitbake: toaster: updated header of the toaster scriptEd Bartosh2015-12-181-13/+7
* bitbake: toaster: add MANAGE variableEd Bartosh2015-12-181-6/+7
* bitbake: toaster: remove unused variableEd Bartosh2015-12-181-1/+0
* bitbake: toaster: split long lines, add/remove whitespaceEd Bartosh2015-12-181-12/+19
* bitbake: toaster: check if address:port is in useEd Bartosh2015-12-181-0/+5
* bitbake: toaster: rework checking of Django versionEd Bartosh2015-12-141-14/+10
* bitbake: toaster: removed extra calls of migrateEd Bartosh2015-12-141-19/+1
* bitbake: toaster: Check Django version against toaster-requirements.txtElliot Smith2015-12-141-2/+8
* bitbake: toaster: Update deprecated manage.py commandElliot Smith2015-12-141-1/+1
* bitbake: toaster: Upgrade to Django 1.8.6 and remove SouthElliot Smith2015-12-141-6/+2
* bitbake: toaster: unset environment variablesEd Bartosh2015-12-071-0/+4
* bitbake: toaster: stop using toaster-pre.confEd Bartosh2015-12-071-2/+1
* bitbake: toaster: implement 'toaster restart-bitbake'Ed Bartosh2015-12-071-0/+9
* bitbake: toaster: implement start_bitbake functionEd Bartosh2015-12-071-15/+18
* bitbake: toaster: implement stop_bitbake functionEd Bartosh2015-12-071-4/+8
* bitbake: toaster: start 'manage.py runbuilds' in the scriptEd Bartosh2015-12-071-1/+2
* bitbake: toaster: use parent of the build dirEd Bartosh2015-12-071-1/+1
* bitbake: toaster: check for toaster configuration laterEd Bartosh2015-12-071-1/+24
* bitbake: toaster: remove unused variableEd Bartosh2015-12-071-2/+0
* bitbake: toaster: change toasterconf.json logic to use TEMPLATECONF, like oe-...brian avery2015-12-071-9/+24
* bitbake: toaster: run bitbake the same wayEd Bartosh2015-12-071-6/+4
* bitbake: toaster: set DATABASE_URL in toaster scriptEd Bartosh2015-12-071-0/+1
* bitbake: toaster: don't allow to run toaster as a scriptEd Bartosh2015-12-071-75/+5
* bitbake: toaster: exit or return depending on the modeEd Bartosh2015-10-161-1/+1
* bitbake: toaster: set TOASTER_MANAGED variableEd Bartosh2015-10-161-2/+3
* bitbake: toaster: get rid of SRCFILEEd Bartosh2015-10-161-3/+1
* bitbake: toaster: use path to the script to guess config pathEd Bartosh2015-10-161-3/+3
* bitbake: toaster: Always run bldcontrol migrationsElliot Smith2015-10-161-17/+39
* bitbake: toaster: remove bashisms so script works in dash as wellbrian avery2015-10-111-5/+4
* bitbake: toaster: get rid of interactivity in bldcontrolbrian avery2015-10-111-1/+1
* bitbake: toaster: check for configuration file and exit if not foundbrian avery2015-10-111-1/+5
* bitbake: toaster: remove layer and build dir interactive questionsbrian avery2015-10-111-1/+24
* bitbake: toaster: removed superuser question from startupbrian avery2015-10-111-5/+4
* bitbake: bitbake/lib: Update version to 1.28.0Richard Purdie2015-10-011-1/+1
* bitbake: bitbake-worker: Guard against multiprocessing corruption of event dataRichard Purdie2015-10-011-0/+9
* bitbake: toaster: start script warning text formatting small improvementCristian Iorga2015-09-231-1/+1
* bitbake: bitbake-worker: Ensure pipe closure doesn't crash before killpg()Richard Purdie2015-09-121-1/+5
* bitbake: bitbake-worker: Handle SIGKILL of parent gracefullyRichard Purdie2015-09-091-2/+7
* bitbake: bitbake-worker: Simple code cleanupRichard Purdie2015-09-091-3/+2
* bitbake: bitbake-layers: show-recipes: allow filtering by class inheritancePaul Eggleton2015-08-191-5/+43