aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib
AgeCommit message (Expand)Author
2015-08-24qemurunner: Use two serial ports and log console with a threadRandy Witt
2015-08-24qemurunner: Make create_socket() return data and use exceptionsRandy Witt
2015-08-24qemurunner.py: Move some class variables that should only be localRandy Witt
2015-08-24oe-selftest: replace assertTrue(False, ...) with fail(...)Paul Eggleton
2015-08-24wic: Test creation of iso imageMihaly Varga
2015-08-19oeqa/targetbuild: Remove bashismRichard Purdie
2015-08-19lib/oe/recipeutils: avoid parsing in get_var_files()Paul Eggleton
2015-08-19devtool: fix handling of BBCLASSEXTENDed recipesPaul Eggleton
2015-08-16IMAGES_FSTYPES: default to EXT4Juro Bystricky
2015-08-16oetest.py: Don't wait to write dump filesMariano Lopez
2015-08-16oetest.py: Added method tearDown for oeRuntimeTestMariano Lopez
2015-08-16qemurunner.py: Performance improvements in run_serialMariano Lopez
2015-08-16qemurunner.py: Added raw mode in run_serialMariano Lopez
2015-08-16qemurunner.py: Added login to start methodMariano Lopez
2015-08-16qemurunner.py: Add method run_serialMariano Lopez
2015-08-14lib/oe/package_manager: fix opkg feed generationJoshua Lock
2015-08-11oeqa/selftest: remove tests for TCs that are no longer validMihail Stanciu
2015-08-09recipeutils.py: allow all characters in regexes used to parse version stringsAlexander Kanavin
2015-08-09oeqa/qemurunner: Improve runqemu log output debugRichard Purdie
2015-08-09qemurunner: Improves checking for server and target IPs on qemus parametersAlejandro Hernandez
2015-08-01rootfs.py: fix PRE/POSTPROCESS_COMMANDS for rpm and debRobert Yang
2015-07-31oeqa/commands: Increase qemu boot timeout to match testimage.bbclassRichard Purdie
2015-07-31oeqa/sstatetests.py: add annotator to test_sstate_32_64_same_hash [YOCTO #6006]Costin Constantin
2015-07-31oeqa/sstatetests.py: add decorator to test_sstate_nativelsbstring_same_hashCostin Constantin
2015-07-31oe-selftest: devtool: fix teardown warning in test_devtool_update_recipe_appendPaul Eggleton
2015-07-31sshcontrol: Use os.environ.copy() instead of copy.copy()Richard Purdie
2015-07-29lib/oe/classextend: Fix nativesdk double name mappingRichard Purdie
2015-07-27oeqa/qemurunner: Fix AttributeError: QemuRunner instance has no attribute 'se...Richard Purdie
2015-07-27qemurunner: Show last 25 line of log, not 5Richard Purdie
2015-07-27targetcontrol: Improve logs by outputting qemu boot log in case of failureRichard Purdie
2015-07-27oeqa/selftest/devtool: use new runqemu functionPaul Eggleton
2015-07-27oeqa/selftest/imagefeatures: remove gummiboot testsPaul Eggleton
2015-07-27oeqa/selftest/imagefeatures: fix RPM4 testPaul Eggleton
2015-07-27oeqa/selftest/imagefeatures: fix SSH without password testsRichard Purdie
2015-07-27oeqa/selftest/imagefeatures: Use QemuTarget codeRichard Purdie
2015-07-27oeqa/targetcontrol: write QemuRunner log output to a filePaul Eggleton
2015-07-27oeqa/utils/qemurunner: fix error handling if runqemu exits with an errorPaul Eggleton
2015-07-27oeqa/utils/qemurunner: avoid blocking on stty when running under oe-selftestPaul Eggleton
2015-07-27oeqa/utils/qemurunner: fix loggingPaul Eggleton
2015-07-27oeqa/targetcontrol: create test directory before copying rootfs imagePaul Eggleton
2015-07-27oeqa/recipetool: allow templayerdir overrideChristopher Larson
2015-07-27oeqa/recipetool: add tests for appendsrcfile(s)Christopher Larson
2015-07-27oeqa/recipetool: refactor / split out RecipetoolBaseChristopher Larson
2015-07-25oeqa: Add exception handling around qemu process cleanupRichard Purdie
2015-07-24oeqa/qemurunner: don't assume hostname starts with qemuRoss Burton
2015-07-24oeqa/runtime/parselogs: don't use uname to get MACHINERoss Burton
2015-07-24oeqa/selftest/imagefeatures: handle killpg victim not existingRoss Burton
2015-07-24oeqa/runtime/parselogs: add more x86 log exceptionsRoss Burton
2015-07-24oeqa/sshcontrol: Ensure we don't trigger ssh-askpassRichard Purdie
2015-07-22oeqa/buildoptions.py: automate test case 926, archive work dir and export sourceCostin Constantin