summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* terminal.py: Allow devshell/menuconfig on recent gnome-terminalLeonardo Sandoval2015-06-271-0/+6
* wic: oe-selftest: Test image compressingEd Bartosh2015-06-271-0/+30
* oeqa/selftest/recipetool: Fix appendfile_binary test on opensuse131Richard Purdie2015-06-261-1/+3
* lib/oe/patch: Fix git patch application for source in subdirectoryRichard Purdie2015-06-261-3/+3
* oe/utils.py: Add support for init/end helper functions in ThreadWorker.Aníbal Limón2015-06-261-4/+13
* oe/utils.py: Fix thread leakage in ThreadPoolAníbal Limón2015-06-261-6/+20
* meta: Add explict getVar param for (non) expansionRichard Purdie2015-06-235-9/+9
* wic: oe-selftest: Add 3 tests of 'wic help' commandEd Bartosh2015-06-231-0/+12
* wic: Return error code when wic fails to invoke commandEd Bartosh2015-06-231-1/+10
* oe-selftest: wic: Fix testcaseEd Bartosh2015-06-231-7/+10
* devtool: deploy: fix preservation of symlinks and permissions/ownershipPaul Eggleton2015-06-181-2/+46
* lib/oeqa/utils/commands: ensure get_bb_var() works when value contains =Paul Eggleton2015-06-181-1/+1
* oeqa/parselogs: Added some more errors to the whitelist.Lucian Musat2015-06-111-4/+25
* oeqa/parselogs: The logs are now copied and parsed locally.Lucian Musat2015-06-111-7/+23
* oeqa/utils: Added timeout decorator for testcases.Lucian Musat2015-06-111-0/+26
* image: Support for VDIJuro Bystricky2015-06-111-2/+2
* wic: oe-selftest: Configure testing of gpt/UUID imageEd Bartosh2015-06-111-2/+2
* wic: Test creation of directdisk image with GPT tableEd Bartosh2015-06-111-0/+6
* lib/oe/rootfs: tidy up log warning reportingPaul Eggleton2015-06-111-7/+6
* recipeutils: Improve get_recipe_pv_without_srcpv functionAníbal Limón2015-06-081-10/+2
* recipeutils: Add get_recipe_upstream_version and get_recipe_pv_without_srcpv ...Aníbal Limón2015-06-031-0/+96
* oe/utils: Add simple threaded pool implementationRichard Purdie2015-06-031-0/+41
* image.bbclass: Add a method for creating a companion debug filesystemMark Hatle2015-05-241-0/+57
* oe-selftest: Build wic runtime requirements and images before testingEd Bartosh2015-05-241-1/+7
* utils: add helper to perform the intersection of two string listsRoss Burton2015-05-241-0/+15
* rootfs.py: Make set -x not break rootfs creationPeter Seebach2015-05-241-0/+3
* rootfs.py: Improve rpm log_check_regexEd Bartosh2015-05-221-1/+3
* devtool: update-recipe: add option to write changes to bbappendPaul Eggleton2015-05-201-0/+171
* recipetool: add appendfile subcommandPaul Eggleton2015-05-205-4/+742
* oe-selftest: move recipetool tests to their own modulePaul Eggleton2015-05-202-59/+77
* lib/oe/patch: use with open() for all file operationsPaul Eggleton2015-05-201-21/+19
* lib/oe/recipeutils: add a parse_recipe_simple() functionPaul Eggleton2015-05-161-3/+26