aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib
AgeCommit message (Expand)Author
2016-05-11bitbake: toaster: tests browser Add test for creating a projectMichael Wood
2016-05-11bitbake: toaster: models Add missing import sysMichael Wood
2016-05-11bitbake: toaster: ui handles duplicate project name in project pageSujith H
2016-05-11bitbake: toaster: ui handles duplicate project name in new project pageSujith H
2016-05-11bitbake: toaster: projectNameValidation API addedSujith H
2016-05-11bitbake: runqueue: Fix missing fakeworker under dry runRichard Purdie
2016-05-11bitbake: lib/bb/utils.py: Fix explode_dep_versions2() determinism issueRichard Purdie
2016-05-11bitbake: bin, toaster: Fix print and exception syntaxRichard Purdie
2016-05-11bitbake: tests: assertEquals -> assertEqualRichard Purdie
2016-05-11bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-05-06bitbake: bb.{cooker, data}: only emit a var as python if 'func' is setChristopher Larson
2016-05-06bitbake: bb.utils: let loaded plugins provide a plugin objectChristopher Larson
2016-05-06bitbake: bb.utils: use imp.get_suffixes for load_pluginsChristopher Larson
2016-05-06bitbake: bb.utils: add load_plugins from scriptutilsChristopher Larson
2016-05-06bitbake: bb.data_smart: use iter() for __len__Christopher Larson
2016-05-06bitbake: bb.event: handle __builtins__ as a moduleChristopher Larson
2016-05-06bitbake: bb.build: handle __builtins__ as a moduleChristopher Larson
2016-05-06bitbake: bitbake: fetch2: Safer check for BB_ORIGENV datastoreLeonardo Sandoval
2016-05-06bitbake: bitake: main: fix line-too-long pytling warningsEd Bartosh
2016-05-06bitbake: bitbake: main: fix bad-continuation warningsEd Bartosh
2016-05-06bitbake: bitbake: main: fix bad-witespace pylint warningsEd Bartosh
2016-05-06bitbake: bitbake: main: set defaults from env variablesEd Bartosh
2016-05-06bitbake: bitbake: main: add 2 environment variablesEd Bartosh
2016-05-06bitbake: toaster: customrecipe Only show download icon or button if it's poss...Michael Wood
2016-05-06bitbake: toaster: orm Add get_base_recipe_file to CustomImageRecipeMichael Wood
2016-04-29bitbake: bitbake: Switch to post release versionRichard Purdie
2016-04-29bitbake: fetch2: export DBUS_SESSION_BUS_ADDRESS to support authentication ag...Ross Burton
2016-04-19bitbake: toaster-tests: tests for build dashboardElliot Smith
2016-04-19bitbake: toaster: add modal to select custom image for editingElliot Smith
2016-04-19bitbake: toaster: add build dashboard buttons to edit/create custom imagesElliot Smith
2016-04-19bitbake: toaster-tests: make helper click on input before entering textElliot Smith
2016-04-19bitbake: toaster-tests: add tests for new custom image pageElliot Smith
2016-04-19bitbake: toaster: prevent exception when Project.release is nullElliot Smith
2016-04-19bitbake: toaster: only prevent duplicate custom image names within a projectElliot Smith
2016-04-19bitbake: toaster: disable/enable "Add layer" button according to input's contentElliot Smith
2016-04-19bitbake: toaster: fix sorting after hiding a column in build tablesElliot Smith
2016-04-19bitbake: toaster: ensure ToasterTable headings are reset when order by changesMichael Wood
2016-04-19bitbake: main: fix processing of BBEVENTLOGEd Bartosh
2016-04-18bitbake: lib/bb/utils: add docstring for contains()Ross Burton
2016-04-15bitbake: providers: Add PREFERRED_RPROVIDER supportRichard Purdie
2016-04-15bitbake: providers: We don't depend on previous build resultsRichard Purdie
2016-04-15bitbake: cooker/knotty: Prefix parse logs with filename being parsedRichard Purdie
2016-04-15bitbake: cooker: pass exception to finishAsyncCommandRichard Purdie
2016-04-12bitbake: runqueue: Improve 'mulitiple .bb files are due to be built' messageRichard Purdie
2016-04-09bitbake: toaster: fixes for customimage package not foundDave Lerner
2016-04-09bitbake: data_smart: Restrict expansion regexp to not include : charactersRichard Purdie
2016-04-09bitbake: tests/utils.py: test origvalue in a callback matches what is expectedRandy Witt
2016-04-09bitbake: lib/bb/utils.py: Fix a bug in edit_metadata() that could corrupt varsRandy Witt
2016-04-06bitbake: Update version to 1.30.0Richard Purdie
2016-04-06bitbake: tests: browser Add test to run the js unit testsMichael Wood