summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFiles
2016-07-08terminal: Fix gnome-terminal to work with recent versionsRichard Purdie1
2016-07-08scripts: Fixed typo in parameter that was causing exceptionHumberto Ibarra1
2016-07-08runqemu: Avoid duplicating custom QEMU options for AArch64Otavio Salvador1
2016-07-08recipetool: create: drop unused convert_pkginfo() functionPaul Eggleton1
2016-07-08recipetool: create: avoid decoding errors with Python 3Paul Eggleton5
2016-07-08oepydevshell-internal: python3: encode/decode pty contentEd Bartosh1
2016-07-08devpyshell: python3: flush stdout explicitlyEd Bartosh1
2016-07-07classes/sstate: add a mode to error if sstate package unavailablePaul Eggleton1
2016-07-01scripts/contrib: introduce build-perf-test-wrapper.shMarkus Lehtonen1
2016-07-01oe-build-perf-test: add --out-dir command line argumentMarkus Lehtonen1
2016-07-01oe-build-perf-test: enable lockingMarkus Lehtonen1
2016-07-01oe-build-perf-test: implement --globalres-file optionMarkus Lehtonen1
2016-07-01oe-build-perf-test: enable logging into fileMarkus Lehtonen1
2016-07-01oeqa.buildperf: implement BuildPerfTestRunner classMarkus Lehtonen1
2016-07-01oeqa.buildperf: functionality to drop kernel cachesMarkus Lehtonen1
2016-07-01oe-build-perf-test: add pre-run sanity checkMarkus Lehtonen1
2016-07-01scripts: introduce oe-build-perf-testMarkus Lehtonen1
2016-07-01recipetool: recognize less common makefile namesNathan Lynch1
2016-07-01test-dependencies.sh: Strip also '\.bb; .*' before adding failed recipe to li...Martin Jansa1
2016-06-14scripts: ensure not specifying subcommand shows help textPaul Eggleton3
2016-06-14devtool: reset: allow specifying multiple recipesPaul Eggleton1
2016-06-14devtool: tweak README in created workspace layerPaul Eggleton1
2016-06-12buildhistory-diff: suggest correct version of PythonGitEd Bartosh1
2016-06-12oe-pkgdata-util: new option to provide full info for binary package(s)Alexander D. Kanevskiy1
2016-06-12runqemu-internal: Update the qemuzynq boot optionsAlistair Francis1
2016-06-12runqemu: Add suport for qemuzynqmpAlistair Francis2
2016-06-07oe-pkgdata-util: fix AttributeErrorEd Bartosh1
2016-06-06meta: Drop swabberRichard Purdie1
2016-06-03scripts/pybootchart: Fix print statementRichard Purdie1
2016-06-03send-error-report: encode data to bytesEd Bartosh1
2016-06-03image-live, image-vm, wic: Remove fs size workaroundJussi Kukkonen4
2016-06-02scripts: python3: change python to python3 in shebangEd Bartosh23
2016-06-02scripts: python3: decode subprocess outputEd Bartosh3
2016-06-02combo-layer: python3: use tempfile.TemporaryFileEd Bartosh1
2016-06-02dirsize: python3: fix TypeError: unorderable typesEd Bartosh1
2016-06-02combo-layer: python3: import reduceEd Bartosh1
2016-06-02scripts: python3: use new metaclass syntaxEd Bartosh1
2016-06-02scripts: python3: get rid of __future__ importsEd Bartosh4
2016-06-02scripts: python3: rename raw_input to inputEd Bartosh2
2016-06-02ksize.py: python3: get rid of strings.joinEd Bartosh1
2016-06-02scripts: python3: fix urllib importsEd Bartosh2
2016-06-02scripts: python3: use new style except statementEd Bartosh4
2016-06-02scripts: python3: convert iterables to listsEd Bartosh7
2016-06-02classes/lib: Complete transition to python3Richard Purdie1
2016-06-02scripts: use python3 in shebangEd Bartosh4
2016-06-02scripts: Fix urlparse imports for python3Ed Bartosh1
2016-06-02scripts: Rename ConfigParser -> configparser for python3Ed Bartosh3
2016-06-02scripts: Fix encoding errors for python3Ed Bartosh4
2016-06-02scripts: Replace basestring -> str for python3Ed Bartosh4
2016-06-02scripts: Fix deprecated dict methods for python3Ed Bartosh15