summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts: ensure not specifying subcommand shows help textPaul Eggleton2016-06-153-0/+3
* devtool: reset: allow specifying multiple recipesPaul Eggleton2016-06-151-4/+5
* devtool: tweak README in created workspace layerPaul Eggleton2016-06-151-4/+7
* scripts/lib/bsp/engine.py: Added missing parentheses to string formattingHumberto Ibarra2016-06-121-1/+1
* scripts/lib/bsp/kernel.py: python3: use explicit relative importsHumberto Ibarra2016-06-121-1/+1
* scripts/lib/bsp/engine.py: Rename raw_input commands to inputHumberto Ibarra2016-06-121-2/+2
* scripts/yocto-bsp: Fixed typo in parameter that was causing exceptionHumberto Ibarra2016-06-121-1/+1
* buildhistory-diff: suggest correct version of PythonGitEd Bartosh2016-06-121-1/+1
* oe-pkgdata-util: new option to provide full info for binary package(s)Alexander D. Kanevskiy2016-06-121-0/+62
* runqemu-internal: Update the qemuzynq boot optionsAlistair Francis2016-06-121-1/+2
* runqemu: Add suport for qemuzynqmpAlistair Francis2016-06-122-1/+29
* oe-pkgdata-util: fix AttributeErrorEd Bartosh2016-06-071-0/+1
* meta: Drop swabberRichard Purdie2016-06-071-31/+0
* scripts/lib/bsp/engine.py: Added missing keyword to fix syntax errorHumberto Ibarra2016-06-071-1/+1
* scripts/pybootchart: Fix print statementRichard Purdie2016-06-031-3/+1
* scripts: python3: change python to python3 in shebangEd Bartosh2016-06-033-3/+3
* scripts: python3: decode subprocess outputEd Bartosh2016-06-031-5/+5
* engine: python3: replace iteritems() -> items()Ed Bartosh2016-06-031-3/+3
* scripts: python3: replace exec statement with builtinEd Bartosh2016-06-031-1/+1
* scripts: python3: use explicit relative importsEd Bartosh2016-06-032-3/+2
* engine.py: python3: rename sys.maxint to sys.maxsizeEd Bartosh2016-06-031-3/+3
* scripts: python3: use new metaclass syntaxEd Bartosh2016-06-031-4/+2
* scripts: python3: rename raw_input to inputEd Bartosh2016-06-032-12/+12
* send-error-report: encode data to bytesEd Bartosh2016-06-031-1/+1
* image-live, image-vm, wic: Remove fs size workaroundJussi Kukkonen2016-06-034-26/+0
* 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