summaryrefslogtreecommitdiffstats
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.conf gixupRichard Purdie2016-05-161-1/+1
* Switch urlparse to urllib.parseJeremy Puhlman2016-05-161-3/+3
* meta: python3 megapatchRichard Purdie2016-05-1667-279/+310
* meta: print fixesRichard Purdie2016-05-162-25/+25
* meta: Convert to use python3 octal syntaxRichard Purdie2016-05-166-15/+15
* scripts/oe-buildenv-internal: allow experimental python3 supportTim Orling2016-05-161-5/+7
* classes/oeqa: Update for print statements and file() -> open() for python3uninative-1.0Richard Purdie2016-05-167-21/+21
* oeqa: Print function python3 fixesRichard Purdie2016-05-164-11/+11
* tcmode-default: Bump glibc,gdbKhem Raj2016-05-151-2/+2
* security_flags: Enable security flags on leafpad, ltp and libuser.Aníbal Limón2016-05-151-3/+0
* leafpad: Fix security formating issues.Aníbal Limón2016-05-152-1/+84
* libuser: Fix security string formatting issues.Aníbal Limón2016-05-152-1/+36
* ltp: Fixes security string printf on testcases/network/nfsv4/acl/acl1.cAníbal Limón2016-05-152-0/+42
* linux-yocto/4.4: gcc6 build fixes (powerpc and mips)Bruce Ashfield2016-05-153-13/+13
* glibc-initial.inc: fix py3 SyntaxError in cfgscript print()Tim Orling2016-05-151-1/+1
* autotools.bbclass: fix py3 SyntaxError in cfgscript print()Tim Orling2016-05-151-1/+1
* oeqa/decorators: Use wraps consistentlyRichard Purdie2016-05-151-1/+4
* linux-yocto: Update SRCREV for genericx86* for 4.4Alejandro Hernandez2016-05-141-4/+4
* linux-yocto: Update SRCREV for genericx86* for 4.1Alejandro Hernandez2016-05-141-4/+4
* 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
* selftest: add bmap testEd Bartosh2016-05-141-0/+27
* image types: add bmap generation optionAlexander D. Kanevskiy2016-05-141-1/+3