summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* syslinux.bbclass: Added configurable SYSLINUX_ALLOWOPTIONS variableDavis, Michael2016-06-031-1/+7
* bitbake: bitbake-layers: show-layers: disable parsingPaul Eggleton2016-06-021-1/+1
* poky: Add Ubuntu 16.04 to tested/supported list since I run it myselfRichard Purdie2016-06-021-0/+1
* distro_check.py: Don't mix tabs and spacesJussi Kukkonen2016-06-021-2/+2
* bitbake: toaster: use python3 explicitlyEd Bartosh2016-06-021-3/+3
* bitbake: toaster: fix urllib importsEd Bartosh2016-06-022-4/+11
* bitbake: toaster: don't use mru.count in the templateEd Bartosh2016-06-021-1/+1
* bitbake: toaster: use // operator instead of /Ed Bartosh2016-06-022-2/+2
* bitbake: Revert "buildinfohelper: work around unicode exceptions"Ed Bartosh2016-06-021-6/+4
* bitbake: xmlrpc: add parameter use_builtin_typesEd Bartosh2016-06-021-1/+1
* bitbake: toaster: use knotty when working with bitbake serverEd Bartosh2016-06-021-2/+2
* bitbake: toaster: fix migrationsEd Bartosh2016-06-022-0/+123
* bitbake: toaster: moved import bb.server.xmlrpcEd Bartosh2016-06-021-1/+1
* bitbake: toaster: read timezone files in binary modeEd Bartosh2016-06-021-4/+3
* bitbake: toaster: use re.sub() instead of translate()Ed Bartosh2016-06-021-1/+2
* bitbake: toaster: replace map with list comprehensionsEd Bartosh2016-06-023-30/+20
* bitbake: toaster: use items and range instead of old APIsEd Bartosh2016-06-025-6/+6
* bitbake: toaster: use decode('utf-8') for binary dataEd Bartosh2016-06-023-3/+3
* bitbake: toaster: modified list of dependenciesEd Bartosh2016-06-021-2/+1
* bitbake: toaster: fix local importsEd Bartosh2016-06-024-4/+4
* bitbake: toaster: fix imports to work for python 3Ed Bartosh2016-06-022-5/+12
* bitbake: toaster: get rid of using reduceEd Bartosh2016-06-022-27/+57
* bitbake: toaster: use force_text instead of force_bytesEd Bartosh2016-06-022-4/+4
* bitbake: goggle/image-writer: Drop since bitrotting and no longer usedRichard Purdie2016-06-0219-4034/+0
* bitbake: image-writer/goggle: Disable pygtkcompat problemsRichard Purdie2016-06-024-13/+15
* bitbake: lib/bb: Set required python 3 version to 3.4.0Jeremy Puhlman2016-06-021-2/+2
* bitbake: data_smart: Simplify ExpansionError exceptionRichard Purdie2016-06-021-2/+1
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-0263-400/+390
* bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie2016-06-026-8/+4
* bitbake: bitbake/pyinotify.py: Upgrade to py3 versionRichard Purdie2016-06-021-155/+101
* bitbake: bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)Richard Purdie2016-06-0215-361/+972
* oeqa/selftest/recipetool.py: Tweak matching of warning lineLeonardo Sandoval2016-06-021-1/+1
* qemurunner: Use surrogateescape decodingRichard Purdie2016-06-021-1/+1
* devtool.py: Fix parsing of bitbake-layers' outputLeonardo Sandoval2016-06-021-5/+4
* buildhistory_analysis: Convert stream data (bytes) to stringsLeonardo Sandoval2016-06-021-1/+1
* selftest/devtool: Compare sets instead of arrays on AssertEqualLeonardo Sandoval2016-06-021-16/+16
* classes/lib: Complete transition to python3Richard Purdie2016-06-0234-100/+114
* scripts: use python3 in shebangEd Bartosh2016-06-024-4/+4
* scripts: Fix urlparse imports for python3Ed Bartosh2016-06-021-3/+3
* scripts: Rename ConfigParser -> configparser for python3Ed Bartosh2016-06-023-7/+7
* scripts: Fix encoding errors for python3Ed Bartosh2016-06-025-6/+10
* scripts: Replace basestring -> str for python3Ed Bartosh2016-06-025-7/+7
* scripts: Fix deprecated dict methods for python3Ed Bartosh2016-06-0216-51/+51
* qemurunner: convert data when working with socketEd Bartosh2016-06-021-2/+2
* wic: encode help textEd Bartosh2016-06-021-1/+1
* wic: use python3 in shebangEd Bartosh2016-06-021-1/+1
* sanity: Switch urlparse to urllib.parseJeremy Puhlman2016-06-021-3/+3
* classes/lib: Update xrange -> range for python3Richard Purdie2016-06-025-7/+7
* classes/lib: Update to explictly create lists where neededRichard Purdie2016-06-0220-68/+68
* classes/lib: Update to match python3 iter requirementsRichard Purdie2016-06-0212-19/+19