summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* devtool: return specific exit code for incompatible recipesPaul Eggleton2016-07-123-10/+13
* devtool: reset: allow reset to work if the recipe file has been deletedPaul Eggleton2016-07-121-1/+1
* devtool: update-recipe: fix --initial-rev optionPaul Eggleton2016-07-121-8/+5
* terminal: Fix gnome-terminal to work with recent versionsRichard Purdie2016-07-081-0/+10
* scripts: Fixed typo in parameter that was causing exceptionHumberto Ibarra2016-07-081-1/+1
* runqemu: Avoid duplicating custom QEMU options for AArch64Otavio Salvador2016-07-081-1/+1
* recipetool: create: drop unused convert_pkginfo() functionPaul Eggleton2016-07-081-29/+0
* recipetool: create: avoid decoding errors with Python 3Paul Eggleton2016-07-085-14/+14
* oepydevshell-internal: python3: encode/decode pty contentEd Bartosh2016-07-081-4/+4
* devpyshell: python3: flush stdout explicitlyEd Bartosh2016-07-081-3/+1
* classes/sstate: add a mode to error if sstate package unavailablePaul Eggleton2016-07-081-1/+1
* scripts/lib/bsp/help.py: Changed help of yocto-bsp to match latest syntaxHumberto Ibarra2016-07-071-8/+8
* yocto-bsp: Refactor script to use argparse instead of optparseHumberto Ibarra2016-07-072-84/+78
* scripts/yocto-bsp: Removing version from yocto-bspHumberto Ibarra2016-07-071-4/+1
* scripts/lib/bsp/engine.py: Add error message for wrong input fileHumberto Ibarra2016-07-071-2/+4
* scripts/lib/bsp/help.py: Fixed pager for yocto-bsp helpHumberto Ibarra2016-07-071-1/+1
* scripts: Fixed typo in parameter that was causing exceptionHumberto Ibarra2016-07-072-2/+2
* scripts/contrib: introduce build-perf-test-wrapper.shMarkus Lehtonen2016-07-011-0/+102
* oe-build-perf-test: add --out-dir command line argumentMarkus Lehtonen2016-07-011-1/+3
* oe-build-perf-test: enable lockingMarkus Lehtonen2016-07-011-0/+23
* oe-build-perf-test: implement --globalres-file optionMarkus Lehtonen2016-07-011-0/+5
* oe-build-perf-test: enable logging into fileMarkus Lehtonen2016-07-011-1/+15
* oeqa.buildperf: implement BuildPerfTestRunner classMarkus Lehtonen2016-07-011-2/+8
* oeqa.buildperf: functionality to drop kernel cachesMarkus Lehtonen2016-07-011-0/+4
* oe-build-perf-test: add pre-run sanity checkMarkus Lehtonen2016-07-011-0/+28
* scripts: introduce oe-build-perf-testMarkus Lehtonen2016-07-011-0/+51
* recipetool: recognize less common makefile namesNathan Lynch2016-07-011-1/+1
* test-dependencies.sh: Strip also '\.bb; .*' before adding failed recipe to li...Martin Jansa2016-07-011-2/+2
* 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