summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
* oeqa/recipetool: allow templayerdir overrideChristopher Larson2015-07-271-14/+15
* oeqa/recipetool: add tests for appendsrcfile(s)Christopher Larson2015-07-271-0/+152
* oeqa/recipetool: refactor / split out RecipetoolBaseChristopher Larson2015-07-271-18/+34
* oeqa: Add exception handling around qemu process cleanupRichard Purdie2015-07-251-3/+12
* oeqa/qemurunner: don't assume hostname starts with qemuRoss Burton2015-07-251-1/+1
* oeqa/runtime/parselogs: don't use uname to get MACHINERoss Burton2015-07-251-2/+1
* oeqa/selftest/imagefeatures: handle killpg victim not existingRoss Burton2015-07-251-9/+18
* oeqa/runtime/parselogs: add more x86 log exceptionsRoss Burton2015-07-251-3/+4
* oeqa/sshcontrol: Ensure we don't trigger ssh-askpassRichard Purdie2015-07-251-0/+7
* oeqa/buildoptions.py: automate test case 926, archive work dir and export sourceCostin Constantin2015-07-231-0/+17
* oeqa/buildoptions.py: automate test case 563; build directfb imageCostin Constantin2015-07-231-5/+11
* oeqa/QemuRunner: don't use bb for loggingRoss Burton2015-07-231-29/+32
* oeqa/syslog: Removed a pointless testcase and added skip for another.Lucian Musat2015-07-231-7/+1
* oeqa/runtime: Added decorators for the remaining auto tests.Lucian Musat2015-07-237-3/+11
* oeqa/runtime: Added a new automated rpm test.Daniel Istrate2015-07-231-0/+37
* oeqa/prservice: add useful failure messages to test casesCostin Constantin2015-07-231-4/+4
* oeqa/recipetool: add useful failure messages to test casesCostin Constantin2015-07-231-2/+2
* oeqa/pkgdata: add useful failure messages to test casesCostin Constantin2015-07-231-43/+43
* oeqa/runtime: Added one runtime testcase in connman.Daniel Istrate2015-07-231-0/+23
* recipeutils.py: get_recipe_pv_without_srcpv remove prefixes from pvAníbal Limón2015-07-231-0/+6
* oe/recipeutils.py: get_recipe_upstream_info update to get revisionAníbal Limón2015-07-231-13/+15
* oe/recipeutils.py: get_recipe_upstream_info only use sfx and pfx when exitsAníbal Limón2015-07-231-3/+10
* oeqa/selftest: Fix imagefeature testcases not to interfere with testimage on ABDaniel Istrate2015-07-211-100/+48
* lib/oe/package_manager: Use log-level warning instead of quietRichard Purdie2015-07-201-1/+1
* lib/oe/recipeutils: fix replace_dir_vars to return the correct variablesPaul Eggleton2015-07-161-1/+2
* oeqa/devtool: add useful failure messages for some test casesCostin Constantin2015-07-161-10/+11
* oeqa/buildoptions: add useful failure messages for all test casesCostin Constantin2015-07-161-13/+13
* oeqa/bblayers.py: add useful failure messages to all test casesCostin Constantin2015-07-161-12/+12
* oeqa/bbtests: add useful failure messages for all test casesCostin Constantin2015-07-161-28/+30
* oe/recipeutils.py: get_recipe_upstream_version returns 1.0 when not SRC_URIAníbal Limón2015-07-121-1/+10
* oeqa/sstatetests: Add NATIVELSB sstate signature equivalence testRichard Purdie2015-07-121-0/+34
* lib/oe/recipeutils: Ensure order of data store doesn't influence the resultRichard Purdie2015-07-121-1/+1
* oeqa/selftest: Added 2 testcases and updated setup for other two in imagefeat...Daniel Istrate2015-07-091-2/+39
* oeqa/sstatetests: Add test for comparing 32 and 64 bit sstate checksumsRichard Purdie2015-07-091-0/+35
* oeqa/bbtests: Fix to ensure DL_DIR is setRichard Purdie2015-07-081-6/+9
* oeqa/selftest: Added new testsuite for image features.Daniel Istrate2015-07-081-0/+282
* oeqa/selftest: Added @testcase decorators to oeselftest testcases.Daniel Istrate2015-07-086-3/+49
* oeqa/selftest: Add methods to manipulate bblayers.conf in base.pyDaniel Istrate2015-07-081-0/+22
* oeqa/bbtests: Fix race over DL_DIR and SSTATE_DIRRichard Purdie2015-07-071-0/+6
* rootfs.py: Add check for kernel modules before running depmodSaul Wold2015-07-021-2/+16
* wic: Test rootfs plugin using rootfs pathsEd Bartosh2015-07-021-0/+17
* wic: Test rootfs plugin using image recipesEd Bartosh2015-07-021-0/+10
* oeqa/bbtests: Show useful failure message for gplv3 testRichard Purdie2015-07-011-1/+1
* oeqa/bbtests: Improve error handlingRichard Purdie2015-07-011-4/+4
* oeqa/parselogs: Whitelist qemumips64 runtime errorRichard Purdie2015-06-271-0/+3
* oeqa/parselogs: Whitelist qemuarm64 runtime errorsRichard Purdie2015-06-271-0/+4
* oeqa/recipetool: Fix symlink resolutionRichard Purdie2015-06-271-1/+1
* oeqa/parselogs: Fixed a problem in parselogsLucian Musat2015-06-271-2/+3
* oe.recipeutils: fix line.split error in bbappend_recipeChristopher Larson2015-06-271-1/+1
* oe/rootfs.py: DpkgRootfs/OpkgRootfs add support for dependency handling in po...Aníbal Limón2015-06-271-55/+101