summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster: use new syntax of except statementEd Bartosh2016-05-141-3/+3
* bitbake: toaster: use print function in toaster scriptEd Bartosh2016-05-141-2/+2
* bitbake: toaster: use 'in' instead of has_keyEd Bartosh2016-05-143-16/+16
* bitbake: server/process: Fix missing log messages issueRichard Purdie2016-05-141-4/+4
* bitbake: cooker/toasterui: Drop SEND_DEPENDS_TREE UI featureRichard Purdie2016-05-142-8/+2
* bitbake: runqueue.py: always emit bb.event.DepTreeGeneratedPatrick Ohly2016-05-141-4/+4
* bitbake: toaster: fix progress bar in MySQL environmentElliot Smith2016-05-132-2/+3
* bitbake: main: Ensure exceptions are correctly displayedRichard Purdie2016-05-131-2/+1
* bitbake: cookerdata: Fix log messages and ensure we exitRichard Purdie2016-05-131-1/+2
* bitbake: event/msg: Pass formatted exceptionsRichard Purdie2016-05-132-3/+5
* bitbake: fetch: Use OrderedDict for url parametersRichard Purdie2016-05-132-7/+9
* bitbake: main: Change warn() -> warning()Richard Purdie2016-05-131-1/+1
* bitbake: cooker: Fix log message syntaxRichard Purdie2016-05-131-1/+1
* bitbake: utils: Force bitbake to en_US.UTF-8 locale setting everywhereRichard Purdie2016-05-131-0/+7
* bitbake: bin/bitbake-worker: Fix invalid bb.msg.fatal usageRichard Purdie2016-05-131-1/+2
* bitbake: contrib/dump_cache.py, cache: Fix to use python 3 syntaxRichard Purdie2016-05-132-3/+3
* bitbake: knotty: Ensure consolelog file handle is closedRichard Purdie2016-05-131-0/+5
* bitbake: runqueue: Improve timestamp comparisonsRichard Purdie2016-05-131-1/+5
* bitbake: daemonize/prserv/tests/fetch: Convert file() -> open()Richard Purdie2016-05-133-8/+8
* bitbake: toaster: tests browser Add test for creating a projectMichael Wood2016-05-111-0/+109
* bitbake: toaster: models Add missing import sysMichael Wood2016-05-111-0/+1
* bitbake: toaster: ui handles duplicate project name in project pageSujith H2016-05-112-1/+9
* bitbake: toaster: ui handles duplicate project name in new project pageSujith H2016-05-111-2/+10
* bitbake: toaster: projectNameValidation API addedSujith H2016-05-111-0/+62
* bitbake: runqueue: Fix missing fakeworker under dry runRichard Purdie2016-05-111-1/+1
* bitbake: lib/bb/utils.py: Fix explode_dep_versions2() determinism issueRichard Purdie2016-05-111-1/+2
* bitbake: bin, toaster: Fix print and exception syntaxRichard Purdie2016-05-1112-119/+119
* bitbake: tests: assertEquals -> assertEqualRichard Purdie2016-05-112-48/+48
* bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie2016-05-1121-70/+70
* bitbake: bb.{cooker, data}: only emit a var as python if 'func' is setChristopher Larson2016-05-062-3/+3
* bitbake: bb.utils: let loaded plugins provide a plugin objectChristopher Larson2016-05-061-2/+4
* bitbake: bb.utils: use imp.get_suffixes for load_pluginsChristopher Larson2016-05-061-2/+9
* bitbake: bb.utils: add load_plugins from scriptutilsChristopher Larson2016-05-061-0/+21
* bitbake: bb.data_smart: use iter() for __len__Christopher Larson2016-05-061-1/+1
* bitbake: bb.event: handle __builtins__ as a moduleChristopher Larson2016-05-061-3/+8
* bitbake: bb.build: handle __builtins__ as a moduleChristopher Larson2016-05-061-2/+7
* bitbake: bitbake: fetch2: Safer check for BB_ORIGENV datastoreLeonardo Sandoval2016-05-061-1/+2
* bitbake: toaster: bin/toaster Fix noweb commandMichael Wood2016-05-061-1/+3
* bitbake: toaster: bin/toaster Add ability to specify port and address to bind toMichael Wood2016-05-061-5/+13
* bitbake: toaster: bin/toaster Add help text for unrecognised commandMichael Wood2016-05-061-9/+15
* bitbake: bitake: main: fix line-too-long pytling warningsEd Bartosh2016-05-061-39/+82
* bitbake: bitbake: main: fix bad-continuation warningsEd Bartosh2016-05-061-66/+69
* bitbake: bitbake: main: fix bad-witespace pylint warningsEd Bartosh2016-05-061-69/+69
* bitbake: bitbake: main: set defaults from env variablesEd Bartosh2016-05-061-18/+6
* bitbake: bitbake: main: add 2 environment variablesEd Bartosh2016-05-061-0/+6
* bitbake: toaster: customrecipe Only show download icon or button if it's poss...Michael Wood2016-05-062-2/+15
* bitbake: toaster: orm Add get_base_recipe_file to CustomImageRecipeMichael Wood2016-05-061-23/+37
* bitbake: bitbake: Switch to post release versionRichard Purdie2016-04-292-2/+2
* bitbake: fetch2: export DBUS_SESSION_BUS_ADDRESS to support authentication ag...Ross Burton2016-04-291-2/+3
* bitbake: toaster-tests: tests for build dashboardElliot Smith2016-04-192-87/+251