summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
* oeqa/concurrencytest: Improve builddir path manipulationsRichard Purdie2020-09-171-1/+3
* selftest/signing: Ensure build path relocation is safeRichard Purdie2020-09-171-1/+3
* selftest/prservice: Improve test failure messageRichard Purdie2020-09-101-2/+2
* oeqa: sdk: Capture stderr outputJoshua Watt2020-09-106-6/+6
* oeqa/manual/bsp-hw.json : remove X_server_can_start_up_with_runlevel_5_boot testTeohJayShen2020-09-021-22/+0
* oeqa/manual/bsp-hw.json : remove shutdown_system testTeohJayShen2020-09-021-22/+0
* oeqa: runtime_tests: Extra GPG debuggingJoshua Watt2020-09-021-1/+1
* selftest/tinfoil: Increase wait event timeoutRichard Purdie2020-08-271-2/+3
* oeqa: write @OETestTag content into json test reports for each caseAlexander Kanavin2020-08-121-0/+14
* ltp: make copyFrom scp command non-fatalMatthew2020-08-122-4/+8
* oeqa/qemurunner: Add priority/nice information for running processesRichard Purdie2020-07-312-2/+2
* oeqa/utils/qemurunner: Fix missing pid file tracebacksRichard Purdie2020-07-221-1/+1
* qemurunner: Add extra debug info when qemu fails to startRichard Purdie2020-07-221-0/+9
* qemurunner: Ensure pid location is deterministicRichard Purdie2020-07-221-2/+4
* lib/oe/recipeutils.py: add AUTHOR; BBCLASSEXTENDTim Orling2020-07-221-1/+1
* oeqa/selftest/sstatetests: Avoid polluting DL_DIRRichard Purdie2020-07-221-1/+4
* oeqa/core/loader: fix regex to include numbersVacek, Patrick2020-07-161-1/+1
* logrotate.py: fix testimage occasionally failureChangqing Li2020-07-071-4/+0
* oeqa/targetcontrol: Attempt to fix log closure warning messageRichard Purdie2020-07-071-0/+1
* oeqa/selftest: recipetool/devtool: Avoid load_plugin test raceRichard Purdie2020-07-072-2/+10
* oeqa/core/loader: refine regex to find moduleLee Chee Yang2020-07-071-1/+1
* oescripts: ignore whitespaces when comparing linesChen Qi2020-07-071-1/+1
* oescripts.py: fix typoChen Qi2020-07-071-1/+1
* oeqa/selftest: Clean up separate builddir in success case when non-threadedRichard Purdie2020-07-022-22/+37
* testimage: enable ovmf supportKonrad Weihmann2020-07-022-3/+8
* oeqa/runtime/cases/ptest: Make output content path absoluteAndrej Valek2020-07-021-0/+4
* oeqa/utils/command: Improve stdin handling in runCmdRichard Purdie2020-07-021-1/+3
* oeqa/selftest/runcmd: Add better debug for thread count mismatch failuresRichard Purdie2020-07-021-4/+5
* oe-selftest: Recursively patch test case pathsPaul Barker2020-06-181-2/+12
* oe-selftest: Allow overriding the build directory used for testsPaul Barker2020-06-181-2/+8
* archiver: Fix test case for srpm archiver modePaul Barker2020-06-181-0/+1
* oeqa/targetcontrol: Rework exception handling to avoid warningsRichard Purdie2020-06-182-5/+5
* qemurunner: fix ip fallback detectionKonrad Weihmann2020-06-051-1/+1
* terminal.py: do not stop searching for autoJoe Slater2020-06-051-1/+4
* oeqa/concurrencytest: don't delete build directory for failed testsSteve Sakoman2020-06-051-2/+8
* testresults.json: add duration of the tests as wellAlexander Kanavin2020-05-281-1/+5
* selftest/imagefeatures: Enable sanity test for IMAGE_GEN_DEBUGFSYeoh Ee Peng2020-05-221-0/+32
* oeqa/qemurunner: Clean up failure handlingRichard Purdie2020-05-071-3/+8
* targetcontrol: Fix leaking log handlerRichard Purdie2020-05-071-3/+4
* oeqa/selftest: Add test for conflicting sysroot providerRichard Purdie2020-05-071-0/+37
* parselogs.py: ignore pulseaudio startup warning messagesChangqing Li2020-05-051-1/+3
* parselogs.py: update network interface related messagesChangqing Li2020-04-071-1/+2
* prservice.py: fix do_package with newer Python in Ubuntu 20.04Martin Jansa2020-04-051-0/+4
* lib/oe/package_manager: don't try to rm /var/lib/opkgJan Luebbe2020-04-021-2/+1
* lib/oe/package_manager: avoid installing provided packages via aptJan Luebbe2020-04-021-2/+12
* lib/oe/package_manager: collect provided package names when using debsJan Luebbe2020-04-021-2/+8
* lib/oe/package_manager: fix handling of last packageJan Luebbe2020-04-021-7/+1
* lib/oe/package_manager: make sure to not remove packages in apt installJan Luebbe2020-04-021-1/+1
* lib/oe/utils.py: add get_host_compiler_version()Tim Orling2020-04-011-0/+31
* prservice.py: Use "with" to control file handle lifetimePeter Kjellerstedt2020-03-311-33/+32