aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2015-12-14bitbake: toaster: Prevent deprecation warnings for RedirectViewElliot Smith
2015-12-14bitbake: toaster: Update API used to make runbuilds methods run in transactionsElliot Smith
2015-12-14bitbake: toaster: rename get_query_set -> get_querysetEd Bartosh
2015-12-14bitbake: toaster: Start Django machinery for database accessElliot Smith
2015-12-14bitbake: toaster: Create default project with get_or_create* methodElliot Smith
2015-12-14bitbake: toaster: Fix references to app pathsEd Bartosh
2015-12-14bitbake: toaster: Remove South migrationsEd Bartosh
2015-12-14bitbake: toaster: Upgrade to Django 1.8.6 and remove SouthElliot Smith
2015-12-14bitbake: toasterui: process SetBRBE eventEd Bartosh
2015-12-14bitbake: toaster: trigger SetBRBE eventEd Bartosh
2015-12-14bitbake: toaster: implement BitbakeController.triggerEventEd Bartosh
2015-12-14bitbake: event: Fix subprocess event error traceback failuresRichard Purdie
2015-12-09bitbake: toaster: toasterui Add ParseStarted/ParseProgress events to maskbrian avery
2015-12-08bitbake: knotty: Enforce terminal line limit to stop crazy scrollingRichard Purdie
2015-12-08bitbake: bitbake: rename REGEX, REGEX_URI, and GITTAGREGEX.Alexander Kanavin
2015-12-07bitbake: toaster: return back 'New project' buttonEd Bartosh
2015-12-07bitbake: toaster: tests Update UI tests to work with 2.0 changesMihail Stanciu
2015-12-07bitbake: toaster: tests Automated build-mode backend testsMihail Stanciu
2015-12-07bitbake: toaster: unset environment variablesEd Bartosh
2015-12-07bitbake: toaster: get rid of complicated heuristicsEd Bartosh
2015-12-07bitbake: toaster: remove SDKMACHINE from project variablesEd Bartosh
2015-12-07bitbake: toaster: stop using toaster-pre.confEd Bartosh
2015-12-07bitbake: toaster: remove writeConfFile APIEd Bartosh
2015-12-07bitbake: toaster: set varibales on bitbake serverEd Bartosh
2015-12-07bitbake: toaster: implement BitbakeController.getVariableEd Bartosh
2015-12-07bitbake: toaster: buildinfohelper Broaden the toaster created recipe data caseMichael Wood
2015-12-07bitbake: toaster: do not create duplicate HelpText objectsEd Bartosh
2015-12-07bitbake: toaster: remove usage of BUILD_MODE variableEd Bartosh
2015-12-07bitbake: toaster: do not terminate bb serverEd Bartosh
2015-12-07bitbake: toaster: remove stopBBServer APIEd Bartosh
2015-12-07bitbake: toaster: reimplemented startBBServer methodEd Bartosh
2015-12-07bitbake: toaster: remove _setupBE functionEd Bartosh
2015-12-07bitbake: toaster: implement 'toaster restart-bitbake'Ed Bartosh
2015-12-07bitbake: toaster: implement start_bitbake functionEd Bartosh
2015-12-07bitbake: toaster: implement stop_bitbake functionEd Bartosh
2015-12-07bitbake: toaster: update brbe and project attributesEd Bartosh
2015-12-07bitbake: toaster: start 'manage.py runbuilds' in the scriptEd Bartosh
2015-12-07bitbake: toaster: make runbuilds to loopEd Bartosh
2015-12-07bitbake: toaster: use parent of the build dirEd Bartosh
2015-12-07bitbake: toaster: check for toaster configuration laterEd Bartosh
2015-12-07bitbake: toaster: remove unused variableEd Bartosh
2015-12-07bitbake: toaster: change toasterconf.json logic to use TEMPLATECONF, like oe-...brian avery
2015-12-07bitbake: toaster: run bitbake the same wayEd Bartosh
2015-12-07bitbake: toaster: set DATABASE_URL in toaster scriptEd Bartosh
2015-12-07bitbake: toaster: implement get-dburl commandEd Bartosh
2015-12-07bitbake: toaster: don't allow to run toaster as a scriptEd Bartosh
2015-12-07bitbake: lib/bb/utils: improve edit_bblayers_conf() handling of bblayers.conf...Paul Eggleton
2015-12-07bitbake: lib/bb/utils: fix error in edit_metadata() when deleting first linePaul Eggleton
2015-12-07bitbake: wget.py: parse only <a> tagsAlexander Kanavin
2015-12-07bitbake: toaster: toastergui tests Add generic test for ToasterTables widgetMichael Wood