aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2016-01-06toaster: Add cancel button to UIsujith/toaster-build-cancel10Sujith H
2016-01-06toaster: Add get_build_tasks functionSujith H
2016-01-06toaster: Update toastergui's view for build cancellationSujith H
2016-01-06toaster: Update _cancelABuild for build cancellationSujith H
2016-01-06toaster: Add function cancelBuild to mrb_section.htmlSujith H
2016-01-06toaster: Update BuildEnvironmentController and BitbakeControllerSujith H
2016-01-06toaster: Add forceShutDown function to BitbakeControllerSujith H
2015-12-29toaster: tests Remove symlinks from toasteruitest folderMihail Stanciu
2015-12-22bitbake: event/utils/methodpool: Add a cache of compiled code objectsRichard Purdie
2015-12-22bitbake: BBHandler: Improve IN_PYTHON_EOF handlingRichard Purdie
2015-12-18bitbake: toaster: remove 2 confusing parametersEd Bartosh
2015-12-18bitbake: toaster: move setting of default valuesEd Bartosh
2015-12-18bitbake: toaster: move startup checks to a better placeEd Bartosh
2015-12-18bitbake: toaster: remove 2 unused functionsEd Bartosh
2015-12-18bitbake: toaster: remove addtoConfiguration functionEd Bartosh
2015-12-18bitbake: toaster: updated header of the toaster scriptEd Bartosh
2015-12-18bitbake: toaster: add MANAGE variableEd Bartosh
2015-12-18bitbake: toaster: remove unused variableEd Bartosh
2015-12-18bitbake: toaster: split long lines, add/remove whitespaceEd Bartosh
2015-12-18bitbake: toaster: check if address:port is in useEd Bartosh
2015-12-18bitbake: toaster: implement checksocket commandEd Bartosh
2015-12-18bitbake: knotty: Improve exception error messageRichard Purdie
2015-12-18bitbake: knotty: Fix row/column function return value issueRichard Purdie
2015-12-18bitbake: buildinfohelper: Update for buildstats layout changeRichard Purdie
2015-12-18bitbake: fetch: use orig localpath when calling orig methodChristopher Larson
2015-12-18bitbake: utils: Improve traceback from better_exec internal errorsRichard Purdie
2015-12-18bitbake: ast/event/utils: Improve tracebacks to include file and line numbers...Richard Purdie
2015-12-18bitbake: runqueue: Add support for <task>- syntaxRichard Purdie
2015-12-14bitbake: toaster: tables Set a default order for the software recipes tableBelen Barros Pena
2015-12-14bitbake: toaster: rework checking of Django versionEd Bartosh
2015-12-14bitbake: toaster: monkey patch QuerysetEd Bartosh
2015-12-14bitbake: toaster: removed extra calls of migrateEd Bartosh
2015-12-14bitbake: toaster: work around 'database is locked' errorEd Bartosh
2015-12-14bitbake: toaster: fixed format stringsEd Bartosh
2015-12-14bitbake: toaster: use OneToOneField instead of ForeignKeyEd Bartosh
2015-12-14bitbake: toaster: Amend regex for MySQL database URLsElliot Smith
2015-12-14bitbake: toaster: Remove compatible_layerversions() methodElliot Smith
2015-12-14bitbake: toaster: Check Django version against toaster-requirements.txtElliot Smith
2015-12-14bitbake: toaster: Update deprecated manage.py commandElliot Smith
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