aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2016-10-05bitbake: bb/event.py: fire_ui_handlers enable threading lock supportAníbal Limón
2016-10-01bitbake: data: Fix handling of vardepvalueexcludeRichard Purdie
2016-09-30bitbake: toaster: make error message more informativeEd Bartosh
2016-09-30bitbake: toaster: fix 'Unhandled MetadataEvent' errorEd Bartosh
2016-09-30bitbake: toaster: fix handling of EnvironmentErrorEd Bartosh
2016-09-30bitbake: toaster: check if file existEd Bartosh
2016-09-30bitbake: toaster: stop modifying OEROOT in toaster scriptEd Bartosh
2016-09-30bitbake: toaster: layerdetails Update implementation of delete imported layerMichael Wood
2016-09-30bitbake: toaster: customrecipe Add frontend feature to delete custom image re...Michael Wood
2016-09-30bitbake: toaster: importlayer Convert success import to new notification systemMichael Wood
2016-09-30bitbake: toaster: Add front end controls for deleting a buildMichael Wood
2016-09-30bitbake: toaster: Add backend API for deleting a buildMichael Wood
2016-09-30bitbake: toaster: alerts and modals Avoid modals and alerts overlaying each o...Michael Wood
2016-09-30bitbake: toaster: project page Implement front end feature to delete projectMichael Wood
2016-09-30bitbake: toaster: libtoaster Add a global notification set/show mechanismMichael Wood
2016-09-30bitbake: toaster: move MostRecentBuildsView to its own widgetMichael Wood
2016-09-30bitbake: toaster: Clean up and convert to rest api project edit and get callsMichael Wood
2016-09-30bitbake: runqueue: Ensure worker failure is accounted for in task statisticsRichard Purdie
2016-09-28bitbake: build.py: fix os.getcwd() exceptionJuro Bystricky
2016-09-23bitbake: knotty: ensure progress bar output is accounted for in displayPaul Eggleton
2016-09-23bitbake: knotty: Show task elapsed timeRichard Purdie
2016-09-22bitbake: cooker/providers: Only add target to world build if task existsRichard Purdie
2016-09-22bitbake: fetch2: handle absolute paths in subdirRoss Burton
2016-09-21bitbake: bitbake-user-manual: Added information for using single quotesScott Rifenbark
2016-09-21bitbake: bitbake-user-manual: New section on functions you can call from PythonScott Rifenbark
2016-09-21bitbake: bb.build: in _exec_task, catch BBHandledExceptionChristopher Larson
2016-09-21bitbake: runqueue: Handle missing sstate dependencies betterRichard Purdie
2016-09-21bitbake: toaster: buildinfohelper local layer don't construct path using git ...Michael Wood
2016-09-21bitbake: toaster: Add tests to detect if we have missing db migrationsMichael Wood
2016-09-21bitbake: toaster: unlock BuildEnvirnoment when build is doneEd Bartosh
2016-09-21bitbake: runbuilds: code cleanup - remove unused importsEd Bartosh
2016-09-21bitbake: runbuilds: code cleanup - whitespaces, long linesEd Bartosh
2016-09-21bitbake: runbuilds: process builds on startEd Bartosh
2016-09-21bitbake: runbuilds: process builds on SIGUSR1Ed Bartosh
2016-09-21bitbake: toaster: notify runbuilds when build status changesEd Bartosh
2016-09-21bitbake: toaster: implement signal_runbuilds functionEd Bartosh
2016-09-21bitbake: toaster: fix checking of repository urlEd Bartosh
2016-09-21bitbake: cookerdata.py: Catch BBHandledException, preventing a backtrace in a...Mark Hatle
2016-09-21bitbake: cooker.py: add LAYERRECOMMENDS processingJoe Slater
2016-09-21bitbake: toaster: Remove duplicate layer informationBelen Barros Pena
2016-09-21bitbake: toaster: Indicate active navigation elementBelen Barros Pena
2016-09-21bitbake: toaster: Fix links to tasks with specific outcomeBelen Barros Pena
2016-09-21bitbake: uihelper: use elif instead of repeated ifRoss Burton
2016-09-16bitbake: cooker: check if target contains taskEd Bartosh
2016-09-16bitbake: cookerdata: allow multiple passes of config re-parsingMarkus Lehtonen
2016-09-16bitbake: cookerdata: fire ConfigParsed event after re-parseMarkus Lehtonen
2016-09-16bitbake: Add missing file from 'toaster: Allow git information to be null for...Richard Purdie
2016-09-15bitbake: build: Allow dirs/cleandirs to work for empty functionsRichard Purdie
2016-09-15bitbake: bitbake: fetch2: Make SRCREV_FORMAT name substitution saferUlf Magnusson
2016-09-15bitbake: fetch2/npm: don't download same URL multiple timesPaul Eggleton