summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
* testimage: filter proper test cases by tagszjh2015-09-042-2/+60
* lib/oe/package_manager: Include PACKAGE_FEED_PREFIX instead of hardcode pathsLeonardo Sandoval2015-09-041-7/+18
* sdk.py: fix conflicts of packagesJian Liu2015-09-041-12/+33
* qemurunner: Handle lack of data on run serial gracefullyMariano Lopez2015-09-032-11/+22
* image.py: rename _write_env -> _write_wic_envEd Bartosh2015-09-031-2/+2
* wic: add test cases for 3 imagesEd Bartosh2015-09-031-0/+21
* oe-selftest: wic: configure a buildEd Bartosh2015-09-031-2/+11
* package_manager: support for signed RPM package feedsMarkus Lehtonen2015-09-031-1/+24
* package_rpm: support signing of rpm packagesMarkus Lehtonen2015-09-031-0/+17
* runexported: Make it compatible with host dumpMariano Lopez2015-09-032-3/+8
* qemurunner: Added host dumps when there are errorsMariano Lopez2015-09-034-27/+35
* opkg: upgrade to v0.3.0Alejandro del Castillo2015-09-031-3/+3
* oe-selftest: test devtool build-image pluginEd Bartosh2015-08-311-0/+26
* oe-selftest: wic: fix test19_image_env test caseEd Bartosh2015-08-311-2/+4
* oeqa: Add allarch sstate sig testRichard Purdie2015-08-311-0/+34
* oe-selftest: test building wic image by bitbakeEd Bartosh2015-08-301-0/+14
* oe-selftest: test generation of <image>.envEd Bartosh2015-08-301-0/+20
* image.py: write bitbake variables to .env fileEd Bartosh2015-08-301-0/+18
* oeqa/utils/dump: Handle empty commandlist gracefullyRichard Purdie2015-08-301-0/+2
* 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