summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts: python3: change python to python3 in shebangEd Bartosh2016-06-0323-23/+23
* scripts: python3: decode subprocess outputEd Bartosh2016-06-033-3/+3
* combo-layer: python3: use tempfile.TemporaryFileEd Bartosh2016-06-031-2/+2
* dirsize: python3: fix TypeError: unorderable typesEd Bartosh2016-06-031-9/+5
* combo-layer: python3: import reduceEd Bartosh2016-06-031-0/+1
* scripts: python3: use new metaclass syntaxEd Bartosh2016-06-031-6/+2
* scripts: python3: get rid of __future__ importsEd Bartosh2016-06-034-8/+0
* scripts: python3: rename raw_input to inputEd Bartosh2016-06-032-4/+4
* ksize.py: python3: get rid of strings.joinEd Bartosh2016-06-031-3/+1
* scripts: python3: fix urllib importsEd Bartosh2016-06-032-9/+9
* scripts: python3: use new style except statementEd Bartosh2016-06-034-14/+14
* scripts: python3: convert iterables to listsEd Bartosh2016-06-037-12/+12
* classes/lib: Complete transition to python3Richard Purdie2016-06-021-4/+6
* 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-024-5/+6
* scripts: Replace basestring -> str for python3Ed Bartosh2016-06-024-6/+6
* scripts: Fix deprecated dict methods for python3Ed Bartosh2016-06-0215-49/+49
* wic: encode help textEd Bartosh2016-06-021-1/+1
* wic: use python3 in shebangEd Bartosh2016-06-021-1/+1
* classes/lib: Update xrange -> range for python3Richard Purdie2016-06-021-2/+2
* classes/lib: Update to explictly create lists where neededRichard Purdie2016-06-022-7/+7
* classes/lib: Update to match python3 iter requirementsRichard Purdie2016-06-021-1/+1
* oe-buildenv-internal: Update to python3Richard Purdie2016-06-021-17/+21
* scripts: python3: Use print functionEd Bartosh2016-06-013-92/+91
* scripts/lnr: update for python3Allen Wild2016-06-011-2/+2
* scripts: python3: Use print functionEd Bartosh2016-06-018-62/+62
* recipetool / devtool: set a fixed SRCREV by default when fetching from gitPaul Eggleton2016-06-012-0/+8
* recipetool: create: use ${BP} for subdir for binary packagesPaul Eggleton2016-06-011-2/+4
* recipetool: create: extract variable values from .deb/.ipk/.rpmPaul Eggleton2016-06-011-11/+94
* recipetool: create: support extracting SUMMARY and HOMEPAGEPaul Eggleton2016-06-013-36/+54
* wic: bootimg-efi: include startup.nsh if it's availableChristopher Larson2016-05-301-0/+5
* devtool: upgrade: clarify help text for --srcrev optionPaul Eggleton2016-05-251-1/+1
* devtool: upgrade: tweak conflict handlingPaul Eggleton2016-05-251-3/+9
* devtool: upgrade: handle upgrading recipes with a versioned inc filePaul Eggleton2016-05-251-0/+8
* scripts/bitbake-whatchanged: migrate from optparse to argparseHumberto Ibarra2016-05-221-20/+12
* wipe-sysroot: fix wrong glob when removing manifestsRoss Burton2016-05-221-1/+1
* scripts/oe-selftest: Remove inadvertant python3 specific changeRichard Purdie2016-05-221-1/+1
* meta/scripts: python3: rename file -> openRichard Purdie2016-05-213-4/+4
* meta/selftest/scripts: Use print function for python3 compatibilityRichard Purdie2016-05-211-25/+24
* devtool: sdk-update: drop support for local updatesPaul Eggleton2016-05-211-112/+76
* wic: fix path parsing, use last occurrenceGeorge McCollister2016-05-201-1/+1
* scripts/oe-selftest: Improve listing by reducing unneeded spacingHumberto Ibarra2016-05-191-5/+5
* wic: add help for --bmap commandline optionEd Bartosh2016-05-191-1/+4
* wic: implement --bmap optionEd Bartosh2016-05-195-13/+28
* wic: add bmaptool to the list of utilitiesEd Bartosh2016-05-191-1/+2
* mkefidisk.sh: mount images as read-onlyRaymond Tan2016-05-191-2/+2
* oe-buildenv-internal: add BBPATH_EXTRA to BB_ENV_EXTRAWHITE_OERobert Yang2016-05-171-1/+1
* wic: use next builtin instead of .next methodEd Bartosh2016-05-142-2/+2