summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
* oeqa/runtime/multilib: add test for libcRoss Burton2015-08-301-1/+18
* oetest: Fix regresion when testing real hardwareMariano Lopez2015-08-301-5/+7
* dump: allow to have datastore vars on dump commandsMariano Lopez2015-08-301-16/+26
* dump: Created new classes for dump host and targetMariano Lopez2015-08-303-49/+86
* image.py: add script output to the rootfs logEd Bartosh2015-08-301-1/+4
* image.py: set bitbake variable ROOTFS_SIZEEd Bartosh2015-08-301-1/+3
* testimage: Run commands in target and host when test failsMariano Lopez2015-08-302-15/+36
* lib/oe/patch: handle patches that delete files with older gitPaul Eggleton2015-08-301-1/+1
* oeqa: Optimise sstate testsRichard Purdie2015-08-301-5/+4
* Empty image: package list splitting and iterationAlex Franco2015-08-292-3/+4
* oeqa/runtime/multilib: fix and improve multilib testRoss Burton2015-08-291-3/+16
* qemurunner: Don't loop on EWOULDBLOCK in logging thread.Randy Witt2015-08-291-14/+14
* runtime/syslog.py: fix syslog test crashCostin Constantin2015-08-291-1/+1
* oeqa/oetest.py: add better package search for hasPackage()Costin Constantin2015-08-261-3/+3
* qemurunner: In the logging thread retry on EAGAIN, EWOULDBLOCKRandy Witt2015-08-261-4/+25
* qemurunner: Shut down logging thread successfully when test failsRandy Witt2015-08-251-1/+2
* runqemu: Add a tcpserial optionRandy Witt2015-08-241-2/+2
* qemurunner: Use two serial ports and log console with a threadRandy Witt2015-08-241-2/+126
* qemurunner: Make create_socket() return data and use exceptionsRandy Witt2015-08-241-14/+15
* qemurunner.py: Move some class variables that should only be localRandy Witt2015-08-241-10/+9
* oe-selftest: replace assertTrue(False, ...) with fail(...)Paul Eggleton2015-08-242-3/+3
* wic: Test creation of iso imageMihaly Varga2015-08-241-0/+8
* oeqa/targetbuild: Remove bashismRichard Purdie2015-08-191-2/+2
* lib/oe/recipeutils: avoid parsing in get_var_files()Paul Eggleton2015-08-191-2/+1
* devtool: fix handling of BBCLASSEXTENDed recipesPaul Eggleton2015-08-191-0/+30
* IMAGES_FSTYPES: default to EXT4Juro Bystricky2015-08-161-2/+2
* oetest.py: Don't wait to write dump filesMariano Lopez2015-08-161-17/+15
* oetest.py: Added method tearDown for oeRuntimeTestMariano Lopez2015-08-161-0/+37
* qemurunner.py: Performance improvements in run_serialMariano Lopez2015-08-161-8/+12
* qemurunner.py: Added raw mode in run_serialMariano Lopez2015-08-161-13/+18
* qemurunner.py: Added login to start methodMariano Lopez2015-08-161-0/+11
* qemurunner.py: Add method run_serialMariano Lopez2015-08-161-0/+30
* lib/oe/package_manager: fix opkg feed generationJoshua Lock2015-08-141-4/+1
* oeqa/selftest: remove tests for TCs that are no longer validMihail Stanciu2015-08-111-125/+0
* recipeutils.py: allow all characters in regexes used to parse version stringsAlexander Kanavin2015-08-101-2/+2
* oeqa/qemurunner: Improve runqemu log output debugRichard Purdie2015-08-091-5/+10
* qemurunner: Improves checking for server and target IPs on qemus parametersAlejandro Hernandez2015-08-091-5/+8
* rootfs.py: fix PRE/POSTPROCESS_COMMANDS for rpm and debRobert Yang2015-08-011-1/+15
* oeqa/commands: Increase qemu boot timeout to match testimage.bbclassRichard Purdie2015-08-011-1/+1
* oeqa/sstatetests.py: add annotator to test_sstate_32_64_same_hash [YOCTO #6006]Costin Constantin2015-08-011-0/+1
* oeqa/sstatetests.py: add decorator to test_sstate_nativelsbstring_same_hashCostin Constantin2015-08-011-0/+1
* oe-selftest: devtool: fix teardown warning in test_devtool_update_recipe_appendPaul Eggleton2015-08-011-1/+0
* sshcontrol: Use os.environ.copy() instead of copy.copy()Richard Purdie2015-07-311-2/+1
* lib/oe/classextend: Fix nativesdk double name mappingRichard Purdie2015-07-311-0/+2
* oeqa/qemurunner: Fix AttributeError: QemuRunner instance has no attribute 'se...Richard Purdie2015-07-271-1/+1
* qemurunner: Show last 25 line of log, not 5Richard Purdie2015-07-271-2/+2
* targetcontrol: Improve logs by outputting qemu boot log in case of failureRichard Purdie2015-07-271-0/+3
* oeqa/selftest/devtool: use new runqemu functionPaul Eggleton2015-07-271-38/+34
* oeqa/selftest/imagefeatures: remove gummiboot testsPaul Eggleton2015-07-271-75/+0
* oeqa/selftest/imagefeatures: fix RPM4 testPaul Eggleton2015-07-271-31/+44