aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)Author
2016-06-03scripts/pybootchart: Fix print statementRichard Purdie
2016-06-03scripts: python3: change python to python3 in shebangEd Bartosh
2016-06-03scripts: python3: decode subprocess outputEd Bartosh
2016-06-03engine: python3: replace iteritems() -> items()Ed Bartosh
2016-06-03scripts: python3: replace exec statement with builtinEd Bartosh
2016-06-03scripts: python3: use explicit relative importsEd Bartosh
2016-06-03engine.py: python3: rename sys.maxint to sys.maxsizeEd Bartosh
2016-06-03scripts: python3: use new metaclass syntaxEd Bartosh
2016-06-03scripts: python3: rename raw_input to inputEd Bartosh
2016-06-03send-error-report: encode data to bytesEd Bartosh
2016-06-03image-live, image-vm, wic: Remove fs size workaroundJussi Kukkonen
2016-06-03scripts: python3: change python to python3 in shebangEd Bartosh
2016-06-03scripts: python3: decode subprocess outputEd Bartosh
2016-06-03combo-layer: python3: use tempfile.TemporaryFileEd Bartosh
2016-06-03dirsize: python3: fix TypeError: unorderable typesEd Bartosh
2016-06-03combo-layer: python3: import reduceEd Bartosh
2016-06-03scripts: python3: use new metaclass syntaxEd Bartosh
2016-06-03scripts: python3: get rid of __future__ importsEd Bartosh
2016-06-03scripts: python3: rename raw_input to inputEd Bartosh
2016-06-03ksize.py: python3: get rid of strings.joinEd Bartosh
2016-06-03scripts: python3: fix urllib importsEd Bartosh
2016-06-03scripts: python3: use new style except statementEd Bartosh
2016-06-03scripts: python3: convert iterables to listsEd Bartosh
2016-06-02classes/lib: Complete transition to python3Richard Purdie
2016-06-02scripts: use python3 in shebangEd Bartosh
2016-06-02scripts: Fix urlparse imports for python3Ed Bartosh
2016-06-02scripts: Rename ConfigParser -> configparser for python3Ed Bartosh
2016-06-02scripts: Fix encoding errors for python3Ed Bartosh
2016-06-02scripts: Replace basestring -> str for python3Ed Bartosh
2016-06-02scripts: Fix deprecated dict methods for python3Ed Bartosh
2016-06-02wic: encode help textEd Bartosh
2016-06-02wic: use python3 in shebangEd Bartosh
2016-06-02classes/lib: Update xrange -> range for python3Richard Purdie
2016-06-02classes/lib: Update to explictly create lists where neededRichard Purdie
2016-06-02classes/lib: Update to match python3 iter requirementsRichard Purdie
2016-06-02oe-buildenv-internal: Update to python3Richard Purdie
2016-06-01scripts: python3: Use print functionEd Bartosh
2016-06-01scripts/lnr: update for python3Allen Wild
2016-06-01scripts: python3: Use print functionEd Bartosh
2016-06-01recipetool / devtool: set a fixed SRCREV by default when fetching from gitPaul Eggleton
2016-06-01recipetool: create: use ${BP} for subdir for binary packagesPaul Eggleton
2016-06-01recipetool: create: extract variable values from .deb/.ipk/.rpmPaul Eggleton
2016-06-01recipetool: create: support extracting SUMMARY and HOMEPAGEPaul Eggleton
2016-05-30wic: bootimg-efi: include startup.nsh if it's availableChristopher Larson
2016-05-25devtool: upgrade: clarify help text for --srcrev optionPaul Eggleton
2016-05-25devtool: upgrade: tweak conflict handlingPaul Eggleton
2016-05-25devtool: upgrade: handle upgrading recipes with a versioned inc filePaul Eggleton
2016-05-22scripts/bitbake-whatchanged: migrate from optparse to argparseHumberto Ibarra
2016-05-22wipe-sysroot: fix wrong glob when removing manifestsRoss Burton
2016-05-22scripts/oe-selftest: Remove inadvertant python3 specific changeRichard Purdie