summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
* oe-build-perf-test: implement --globalres-file optionMarkus Lehtonen2016-07-011-0/+32
* oeqa.buildperf: add git revision and branch to result dataMarkus Lehtonen2016-07-011-0/+32
* oeqa.utils: add git moduleMarkus Lehtonen2016-07-011-0/+38
* oeqa.buildperf: archive build/conf into test resultsMarkus Lehtonen2016-07-011-0/+8
* oeqa.buildperf: add test Test4Markus Lehtonen2016-07-011-0/+28
* oeqa.buildperf: add test Test3Markus Lehtonen2016-07-011-0/+20
* oeqa.buildperf: add test Test2Markus Lehtonen2016-07-011-0/+14
* oeqa.buildperf: add test Test1P3Markus Lehtonen2016-07-011-0/+26
* oeqa.buildperf: add test Test1P2Markus Lehtonen2016-07-011-0/+14
* oeqa.buildperf: add test Test1P1Markus Lehtonen2016-07-012-1/+33
* oeqa.buildperf: implement BuildPerfTestRunner classMarkus Lehtonen2016-07-012-1/+49
* oeqa.buildperf: add method for saving buildstatsMarkus Lehtonen2016-07-011-0/+5
* oeqa.buildperf: add method for measuring file disk usageMarkus Lehtonen2016-07-011-0/+19
* oeqa.buildperf: add method to log shell commandsMarkus Lehtonen2016-07-011-0/+5
* oeqa.buildperf: method for measuring system resource usageMarkus Lehtonen2016-07-011-2/+62
* oeqa.buildperf: add BuildPerfTest classMarkus Lehtonen2016-07-012-2/+78
* oeqa.buildperf: functionality to drop kernel cachesMarkus Lehtonen2016-07-012-0/+47
* oe-build-perf-test: introduce oeqa.buildperf moduleMarkus Lehtonen2016-07-011-0/+12
* oeqa.utils.commands: runCmd: return stderr output, tooMarkus Lehtonen2016-07-011-0/+1
* oeqa.utils.commands: use get_bb_vars() in get_bb_var()Markus Lehtonen2016-07-011-15/+5
* oeqa.utils.commands: Introduce get_bb_vars()Markus Lehtonen2016-07-011-0/+33
* lib/oe/package_manager: keep platform_extra and default_platform_extra lists ...Bill Randle2016-07-011-6/+7
* oeqa/targetbuild: use os.path.join instead of string concatenationRoss Burton2016-06-231-1/+1
* oeqa/targetbuild: add extra_cmds argument to run_configureRoss Burton2016-06-231-3/+2
* oeqa/targetbuild: fix folder name estimate logicRoss Burton2016-06-231-1/+2
* package_manager.py: specify tmpdir for opkgChen Qi2016-06-231-1/+1
* oeqa: fix hasPackage, add hasPackageMatchRoss Burton2016-06-235-12/+26
* package_manager: Fix multilib package arch ordering issuesRichard Purdie2016-06-211-8/+4
* oe/distro_check.py: Fixes for python3Aníbal Limón2016-06-121-48/+34
* lib/oe/terminal.py: decode bytes variable before rstrip/splitLeonardo Sandoval2016-06-121-1/+1
* selftest/testexport.py: Add test test_testexport_basicMariano Lopez2016-06-071-0/+44
* testexport.bbclass: Add support for testexport-tarballMariano Lopez2016-06-071-1/+34
* oetest.py: Add install/uninstall functionality for DUTsMariano Lopez2016-06-071-0/+74
* lib/oeqa/otest.py: Fix import tests from other layers with python3Mariano Lopez2016-06-073-6/+2
* oe/lib/pacakge_manager.py: Update missing pipeline decodingMariano Lopez2016-06-071-2/+2
* lib/oe/package_manager: adapt for Python 3Ross Burton2016-06-051-2/+2
* lib/oe/buildhistory_analysis: fix for Python 3Joshua Lock2016-06-031-10/+10
* testexport.bbclass: Update to use python3Mariano Lopez2016-06-031-1/+1
* distro_check.py: Don't mix tabs and spacesJussi Kukkonen2016-06-021-2/+2
* oeqa/selftest/recipetool.py: Tweak matching of warning lineLeonardo Sandoval2016-06-021-1/+1
* qemurunner: Use surrogateescape decodingRichard Purdie2016-06-021-1/+1
* devtool.py: Fix parsing of bitbake-layers' outputLeonardo Sandoval2016-06-021-5/+4
* buildhistory_analysis: Convert stream data (bytes) to stringsLeonardo Sandoval2016-06-021-1/+1
* selftest/devtool: Compare sets instead of arrays on AssertEqualLeonardo Sandoval2016-06-021-16/+16
* classes/lib: Complete transition to python3Richard Purdie2016-06-0229-91/+103
* scripts: Fix encoding errors for python3Ed Bartosh2016-06-021-1/+4
* scripts: Fix deprecated dict methods for python3Ed Bartosh2016-06-021-2/+2
* qemurunner: convert data when working with socketEd Bartosh2016-06-021-2/+2
* classes/lib: Update xrange -> range for python3Richard Purdie2016-06-021-2/+2
* classes/lib: Update to explictly create lists where neededRichard Purdie2016-06-0215-57/+57