summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
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
2016-09-15bitbake: event.py: output errors and warnings to stderrEd Bartosh
2016-09-08bitbake: cooker: record events on cooker exitEd Bartosh
2016-09-08bitbake: toaster: don't kill all runserver processesEd Bartosh
2016-09-08bitbake: toaster: remove handling of .toasterui.pidEd Bartosh
2016-09-08bitbake: toaster: don't kill toaster on startEd Bartosh
2016-09-08bitbake: toaster: orm Update IMAGE_FSTYPES valuesBelen Barros Pena
2016-09-08bitbake: toaster: keep layer name in variable history pathDavid Reyna
2016-09-08bitbake: toaster: Allow forward slash in variable namesBelen Barros Pena
2016-09-08bitbake: toaster: layer details Fix "edit" form interactionBelen Barros Pena
2016-09-08bitbake: toaster: import layer Layout fixesBelen Barros Pena
2016-09-08bitbake: toaster: layer details Layout fixesBelen Barros Pena
2016-09-08bitbake: toaster: configuration Provide machine help textBelen Barros Pena
2016-09-08bitbake: toaster: tasks Remove recipe version from defaultsBelen Barros Pena
2016-09-08bitbake: lib/bb/utils: edit_metadata() comment tweaksPaul Eggleton
2016-09-08bitbake: fetch2/npm: clarify commentPaul Eggleton
2016-09-08bitbake: fetch2/npm: handle top-level shrinkwrap filePaul Eggleton
2016-09-08bitbake: fetch2/npm: support subdir= parameterPaul Eggleton
2016-09-08bitbake: fetch2/npm: fix broken fetches if more than one npm URL fetchedPaul Eggleton
2016-09-08bitbake: fetch2/npm: explicitly specify workdirPaul Eggleton