summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* runqemu: support env vars explicitlyRobert Yang2017-04-121-29/+42
* python2/3: Move config/Makefile from core package to dev packageLi Zhou2017-04-112-4/+6
* buildhistory-diff: add option to compare actual signature differencesPaul Eggleton2017-04-111-2/+5
* buildhistory-diff: add option to compare task signature listPaul Eggleton2017-04-111-1/+4
* buildhistory-diff: operate from buildhistory directoryPaul Eggleton2017-04-111-0/+5
* scripts: Drop cleanup-workdirRichard Purdie2017-04-101-198/+0
* scripts/oe-build-perf-report: improve guessing of argsMarkus Lehtonen2017-04-101-1/+1
* oe-build-perf-report-email.py: use proper fallback email addressMarkus Lehtonen2017-04-101-1/+3
* build-perf-test-wrapper.sh: support extra args for email scriptMarkus Lehtonen2017-04-101-1/+1
* python3: fix run-time deps for core python3 librariesDmitry Rozhkov2017-04-101-2/+2
* yocto-compat-layer: limit report of signature changesPatrick Ohly2017-04-102-13/+73
* yocto-compat-layer: fix also other command invocationsPatrick Ohly2017-04-102-27/+21
* oe-build-perf-report-email.py: fix one file pathMarkus Lehtonen2017-04-101-1/+1
* runqemu: use realpath for imgdirRobert Yang2017-04-101-2/+2
* runqemu: fix 2 typosRobert Yang2017-04-101-2/+2
* wic: improve error messageChen Qi2017-04-051-1/+1
* Revert "filemap: remove FilemapSeek class"Ed Bartosh2017-04-051-49/+260
* build-perf-test-wrapper.sh: support sending email reportsMarkus Lehtonen2017-04-051-1/+19
* build-perf-test-wrapper.sh: support pushing to remote GitMarkus Lehtonen2017-04-051-1/+6
* build-perf-test-wrapper.sh: correctly check test script exit statusMarkus Lehtonen2017-04-051-8/+8
* build-perf-test-wrapper.sh: make it possible to specify Git branch nameMarkus Lehtonen2017-04-051-6/+25
* scripts/oe-build-perf-report: fix typoMarkus Lehtonen2017-04-051-1/+1
* scripts/oe-build-perf-report: fix 'charts ready' console messageMarkus Lehtonen2017-04-052-7/+4
* scripts/oe-build-perf-report: better guessing of argsMarkus Lehtonen2017-04-051-1/+1
* yocto-compat-layer.py: Fix the signature validationMark Hatle2017-04-052-13/+23
* compatlayer/__init__.py: Allow add_layer to process recursive depsMark Hatle2017-04-051-5/+35
* yocto-compat-layer.py: Add --dependency argumentMark Hatle2017-04-051-1/+9
* yocto-compat-layer.py: Add status for skipped itemsMark Hatle2017-04-051-3/+7
* scripts: Add yocto-compat-layer-wrapperAníbal Limón2017-04-051-0/+27
* update_gio_module_cache: Do not chown a non-existing filePeter Kjellerstedt2017-04-051-3/+3
* devtool: point runqemu to correct native bindirbrian avery2017-04-051-1/+3
* scripts: change way we find native tools (pseudo)brian avery2017-04-051-4/+4
* scripts/contrib: add oe-build-perf-report-emailMarkus Lehtonen2017-04-012-0/+322
* scripts: add oe-build-perf-report scriptMarkus Lehtonen2017-04-016-0/+1182
* python: remove stale link to "Python for Embedded Systems Site"Bob Cochran2017-04-012-2/+0
* yocto-bsp/i386 machine.cfg: Explicitly disable 64BITSaul Wold2017-04-011-0/+3
* oe-run-native: OLDPATH -> OLD_PATHRobert Yang2017-04-011-1/+1
* wic: partition: Update fsck parametersDaniel Schultz2017-04-011-1/+1
* wic: remove prepare_empty_partition_squashfsEd Bartosh2017-04-011-29/+4
* wic: fix list of supported fstypes in help contentEd Bartosh2017-04-011-0/+2
* wic: set correct system id for msdos partitionsEd Bartosh2017-04-011-11/+2
* wic: set FAT 16 for msdos partitionsEd Bartosh2017-04-011-2/+12
* wic: support 'msdos' fstypeEd Bartosh2017-04-011-5/+9
* wic: don't silently skip unknown fstypesEd Bartosh2017-04-011-19/+13
* wic: allow only supported fstypesEd Bartosh2017-04-013-9/+5
* wic: remove unused code from runner moduleEd Bartosh2017-04-012-51/+13
* wic: remove runner.show APIEd Bartosh2017-04-012-28/+2
* wic: use wic-tools STAGING_DATADIR as bootimg_dirEd Bartosh2017-04-011-22/+20
* wic: remove fsimage pluginEd Bartosh2017-04-012-69/+0
* filemap: remove FilemapSeek classEd Bartosh2017-04-011-260/+49