aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)Author
2016-07-01recipetool: recognize less common makefile namesNathan Lynch
2016-07-01test-dependencies.sh: Strip also '\.bb; .*' before adding failed recipe to li...Martin Jansa
2016-06-15scripts: ensure not specifying subcommand shows help textPaul Eggleton
2016-06-15devtool: reset: allow specifying multiple recipesPaul Eggleton
2016-06-15devtool: tweak README in created workspace layerPaul Eggleton
2016-06-12scripts/lib/bsp/engine.py: Added missing parentheses to string formattingHumberto Ibarra
2016-06-12scripts/lib/bsp/kernel.py: python3: use explicit relative importsHumberto Ibarra
2016-06-12scripts/lib/bsp/engine.py: Rename raw_input commands to inputHumberto Ibarra
2016-06-12scripts/yocto-bsp: Fixed typo in parameter that was causing exceptionHumberto Ibarra
2016-06-12buildhistory-diff: suggest correct version of PythonGitEd Bartosh
2016-06-12oe-pkgdata-util: new option to provide full info for binary package(s)Alexander D. Kanevskiy
2016-06-12runqemu-internal: Update the qemuzynq boot optionsAlistair Francis
2016-06-12runqemu: Add suport for qemuzynqmpAlistair Francis
2016-06-07oe-pkgdata-util: fix AttributeErrorEd Bartosh
2016-06-07meta: Drop swabberRichard Purdie
2016-06-07scripts/lib/bsp/engine.py: Added missing keyword to fix syntax errorHumberto Ibarra
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