summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: bitbake-layers: fix mapping files to layersPaul Eggleton2015-08-191-21/+16
* bitbake: bitbake-layers: remove-layer: accept just layer directoryPaul Eggleton2015-08-191-0/+2
* bitbake: bitbake-layers: ensure we exit if BBLAYERS_LAYERINDEX_URL is not setPaul Eggleton2015-08-191-0/+1
* bitbake: bitbake-layers: use "with open" consistentlyPaul Eggleton2015-08-191-33/+29
* bitbake: bitbake-layers: refactor show-appends to stop using cooker bbappends...Paul Eggleton2015-08-191-8/+13
* bitbake: bitbake-layers: Convert flatten to use collections.bbappendsRichard Purdie2015-08-191-24/+20
* bitbake: bitbake-selftest: Add -v option for verbosityRichard Purdie2015-07-231-5/+10
* bitbake: toaster: Make toaster script to work in dashEd Bartosh2015-06-121-9/+18
* bitbake: toaster: Code cleanup: bashismsEd Bartosh2015-06-121-27/+28
* bitbake: bitbake: Bump version to 1.27.1Richard Purdie2015-06-091-1/+1
* bitbake: toaster: enable no browser startAlexandru DAMIAN2015-05-291-1/+5
* bitbake: toaster: enable server-side sessions for all usagesAlexandru DAMIAN2015-05-291-1/+5
* bitbake: bitbake-worker: Fix regression with unbuffered logsJason Wessel2015-05-261-0/+9
* bitbake: toaster: Remove dependency on daemon applicationRandy Witt2015-05-191-5/+0
* bitbake: tests/parse: Add very basic start of parse testsRichard Purdie2015-05-151-0/+1
* bitbake: toaster: Code cleanup: indentEd Bartosh2015-05-121-63/+62
* bitbake: toaster: Make toaster script working in zshEd Bartosh2015-05-121-13/+13
* bitbake: toaster: clear up toaster shutdown for mac osxAlexander Kanevskiy2015-05-121-1/+1
* bitbake: toasterui: proper exit code on toaster errorsAlexandru DAMIAN2015-05-081-9/+4
* bitbake: bitbake: use sys.exit to simplify the codeEd Bartosh2015-04-291-8/+5