summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: bitbake: Check if bitbake versions matchEd Bartosh2015-04-291-0/+4
* bitbake: bitbake: Handle BBMainExceptionEd Bartosh2015-04-291-1/+4
* bitbake: bitbake-diffsigs: consider the situation where sigdata and siginfo f...Chen Qi2015-04-171-1/+17
* bitbake: bitbake-layers: ensure non-extended recipe name is preferredRichard Purdie2015-04-131-1/+7
* bitbake: bin/image-writer: Add ext4 as a deployable image typeRichard Purdie2015-03-311-1/+1
* bitbake: bin/bitbake: Create bitbake_main APIEd Bartosh2015-03-251-357/+6
* bitbake: bitbake-layers: use stdout instead of stderr for loggingPaul Eggleton2015-03-161-1/+1
* bitbake: bitbake-layers: fix wildcard support in remove-layerPaul Eggleton2015-02-251-1/+1
* bitbake: toaster: update requirement for Django 1.6Alexandru Damian2015-02-241-2/+2
* bitbake: bitbake-layers: add ability to fetch layers and their dependencies f...Chong Lu2015-02-211-0/+252
* bitbake: bitbake-layers: fix loggingPaul Eggleton2015-02-211-2/+12
* bitbake: bitbake-layers: refactor to use argparse instead of cmdPaul Eggleton2015-02-211-151/+110
* bitbake: toaster: improve logging facilities for toasterAlexandru DAMIAN2015-02-101-7/+34