summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
* parselogs.py: output correct log locationChen Qi2018-08-141-2/+2
* oeqa/esdk/devtool: Drop OETestDepends usageRichard Purdie2018-08-141-8/+0
* lib/oe: Fix collections ABCs DeprecationWarning in Python 3.7+Khem Raj2018-08-141-2/+7
* oeqa/sdk/buildgalculator: check for nativesdk-gettext-devRoss Burton2018-08-141-3/+3
* package: skip strip on signed kernel modulesfoocampo2018-08-091-4/+16
* context.py: Do not mask exceptions needlessly.Paulo Neves2018-08-081-10/+4
* oe_syslog.py: fix for syslog-ngChen Qi2018-08-081-3/+5
* selftest/package: Fix hardlink test when using sstateRichard Purdie2018-08-071-1/+1
* oeqa/sdk: add test that CMake worksRoss Burton2018-08-071-0/+68
* multiconfig: Enable multiconfig dependencies on oe-coreAlejandro Enedino Hernandez Samaniego2018-08-011-1/+8
* oe-selftest: devtool: avoid parallel races by using temporary copy of corePaul Eggleton2018-07-311-0/+64
* systemd.py: increase default bus timeoutChen Qi2018-07-311-3/+3
* parselogs.py: ignore network interface name changing failureChen Qi2018-07-311-1/+2
* oe_syslog.py: fix settings in OEHasPackage decoratorChen Qi2018-07-311-2/+2
* oeqa/selftest: Add package hardlink testRichard Purdie2018-07-311-1/+14
* oeqa/selftest: check if rm_work is enabledAnuj Mittal2018-07-301-0/+4
* oeqa/runtime/scanelf: removeRoss Burton2018-07-301-26/+0
* selftest/wic: Fix/cleanup class setup codeRichard Purdie2018-07-301-16/+15
* oeqa/loader: Ensure invalid test names don't trigger a tracebackRichard Purdie2018-07-261-0/+2
* qemurunner.py: fix is_alive() to avoid confusing with recycled pidRobert Yang2018-07-261-1/+1
* lib/oe: split out machine to ELF data dictionaryRoss Burton2018-07-261-0/+127
* oeqa/sdk/sdkbuildproject: use os.path.joinRoss Burton2018-07-261-2/+1
* oeqa: rationalise Perl testsRoss Burton2018-07-263-48/+11
* logging: use warning instead warnChen Qi2018-07-263-6/+6
* selftest/bbtests: Add test for bitbake execution outside the build directoryRichard Purdie2018-07-251-1/+11
* selftest/bblayers: Place the test layer directory in builddirRichard Purdie2018-07-251-1/+1
* selftest/wic: clean up runCmd error code handlingRichard Purdie2018-07-251-110/+82
* selftest/wic: Improve error message for test_fixed_sizeRichard Purdie2018-07-251-2/+0
* oe-selftest: fix for changes to buildhistory-diffPaul Eggleton2018-07-241-2/+15
* lib/oe/utils: Drop now unused multiprocess_execRichard Purdie2018-07-241-34/+0
* package/package_manager: multiprocess_exec -> multiprocess_launchRichard Purdie2018-07-242-13/+5
* package: Call file to determine elf status in parallelRichard Purdie2018-07-241-6/+12
* package: Refactor to remove isElf/is_elf function duplicationRichard Purdie2018-07-241-30/+43
* package: Don't use subshell to execute fileRichard Purdie2018-07-241-6/+2
* utils: Add multiprocess_launch API and testcaseRichard Purdie2018-07-242-1/+115
* oeqa/sdk/python: clean up Python testRoss Burton2018-07-182-31/+10
* oeqa/runtime/python: clean up Python testRoss Burton2018-07-181-30/+8
* classes/buildhistory: handle packaged files with names containing spacesPaul Eggleton2018-07-181-4/+12
* lib/oe/buildhistory_analysis: drop related field featurePaul Eggleton2018-07-181-26/+0
* oeqa/parselogs: remove references to BSPs that no longer existAnuj Mittal2018-07-181-14/+0
* oeqa/decorator: Improve reliabilityRichard Purdie2018-07-181-7/+9
* testsdk: Enable multiprocess executionRichard Purdie2018-07-181-0/+4
* oeqa: Remove xmlrunnerRichard Purdie2018-07-181-45/+9
* oeqa/runner: Simplify codeRichard Purdie2018-07-184-16/+8
* oeqa/core/threaded: Remove in favour of using concurrenttestsRichard Purdie2018-07-1811-407/+14
* oeqa: Add selftest parallelisation supportRichard Purdie2018-07-184-8/+288
* oeqa/selftest/wic: Split tests into two class groupsRichard Purdie2018-07-161-5/+9
* oeqa/sdkbuildproject: Capture output to quieten selftest logsRichard Purdie2018-07-161-1/+6
* devtool: Split tests into multiple classesRichard Purdie2018-07-161-52/+61
* oeqa: Default to buffer mode for testsRichard Purdie2018-07-166-13/+1