summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: xmlrpc: add parameter use_builtin_typespython3Ed Bartosh2016-05-161-1/+1
* bitbake: toaster: use knotty when working with bitbake serverEd Bartosh2016-05-161-2/+2
* bitbake: toaster: fix migrationsEd Bartosh2016-05-162-0/+123
* bitbake: toaster: moved import bb.server.xmlrpcEd Bartosh2016-05-161-1/+1
* bitbake: toaster: read timezone files in binary modeEd Bartosh2016-05-161-4/+3
* bitbake: toaster: use re.sub() instead of translate()Ed Bartosh2016-05-161-1/+2
* bitbake: toaster: replace map with list comprehensionsEd Bartosh2016-05-163-30/+20
* bitbake: toaster: use items and range instead of old APIsEd Bartosh2016-05-165-6/+6
* bitbake: toaster: use decode('utf-8') for binary dataEd Bartosh2016-05-163-3/+3
* bitbake: toaster: modified list of dependenciesEd Bartosh2016-05-161-2/+1
* bitbake: toaster: fix local importsEd Bartosh2016-05-164-4/+4
* bitbake: toaster: fix imports to work for python 3Ed Bartosh2016-05-162-5/+12
* bitbake: toaster: get rid of using reduceEd Bartosh2016-05-162-28/+57
* bitbake: toaster: use force_text instead of force_bytesEd Bartosh2016-05-162-4/+4
* bitbake: data/event/siggen: Fix various exceptions [FIXME]Richard Purdie2016-05-163-2/+5
* bitbake: google/image-writer: Drop since bitrotting and no longer usedRichard Purdie2016-05-1619-4034/+0
* bitbake: image-writer/goggle: Disable pygtkcompat problemsRichard Purdie2016-05-164-13/+15
* bitbake: lib/bb: Set required python 3 version to 3.4.0Jeremy Puhlman2016-05-161-2/+2
* bitbake: data_smart: Simplify ExpansionError exceptionRichard Purdie2016-05-161-2/+1
* bitbake: bitbake: Convert to python 3 megacommit This needs breaking up into ...Richard Purdie2016-05-1660-398/+386
* bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie2016-05-166-8/+4
* bitbake: bitbake/pyinotify.py: Upgrade to py3 versionRichard Purdie2016-05-161-155/+101
* bitbake: bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)Richard Purdie2016-05-1615-361/+972
* 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