aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils
AgeCommit message (Expand)Author
2017-02-05oeqa/buildproject: Run gnu-configize by defaultRichard Purdie
2017-01-23classes/oeqa: Replace subprocess.check_call() with check_output()Richard Purdie
2017-01-23testimage.bbclass: Add package install featureMariano Lopez
2017-01-23testimage.bbclass: Add support for package extractionMariano Lopez
2017-01-23oeqa/utils/dump: Move get_host_dumper to OERuntimeTestContextExecutor classAníbal Limón
2017-01-23oeqa/utils: {Target,SDK,}BuildProject remove dependency of bbAníbal Limón
2017-01-23oeqa/utils: Move targetbuild to buildproject moduleAníbal Limón
2017-01-23oeqa/utils/__init__.py: Adds compatibility with bitbake loggerMariano Lopez
2017-01-19oeqa/utils/qemurunner.py: Be sure to stop qemu-systemMariano Lopez
2017-01-19oeqa/utils/qemurunner.py: Add missing sys moduleMariano Lopez
2017-01-19oeqa.utils.metadata: include BB_NUMBER_THREADS and PARALLEL_MAKEMarkus Lehtonen
2017-01-19oeqa.utils.metadata: allow storing any bitbake config variablesMarkus Lehtonen
2017-01-19oeqa.utils.metadata: add bitbake revision informationMarkus Lehtonen
2017-01-19oeqa.utils.metadata: have layer name as an attribute in xmlMarkus Lehtonen
2017-01-19oeqa.utils.metadata: add commit count informationMarkus Lehtonen
2017-01-19oeqa.utils.metadata: rename 'revision' to 'commit'Markus Lehtonen
2017-01-19oeqa.utils.metadata: fix retrieval of git branch and revisionMarkus Lehtonen
2017-01-19oeqa.utils.metadata: drop 'unknown' git data elementsMarkus Lehtonen
2017-01-19oeqa.utils.metadata: re-organise distro informationMarkus Lehtonen
2017-01-19oeqa.utils.metadata: re-organise host distro informationMarkus Lehtonen
2016-12-22oeqa/utils/commands.py: allow use of binaries from native sysrootMaciej Borzecki
2016-12-19oe-selftest: import git module only when neededEd Bartosh
2016-12-16meta: remove True option to getVar callsJoshua Lock
2016-12-14oeqa/utils/commands.py: Fix get_bb_vars() when called without argumentsMariano Lopez
2016-12-14oe-selftest: use tinfoil.parse_recipe()Paul Eggleton
2016-12-14oe-selftest: make tinfoil quiet when using to start QEMUPaul Eggleton
2016-12-13oeqa/utils/metadata.py: Add metadata libraryMariano Lopez
2016-12-13oeqa/utils/commands.py: Make a copy of variables in get_bb_varsMariano Lopez
2016-10-07oeqa/sshcontrol: Handle interrupted system call errorRichard Purdie
2016-09-30oeqa/utils: Add StreamHandler to loggerFrancisco Pedraza
2016-09-16qemurunner: print out the runqemu commandbavery
2016-09-15oeqa/utils/decorators: LogResults fix race condition in linkfileAníbal Limón
2016-09-09oeqa: Use snapshot instead of copying the rootfs imageRichard Purdie
2016-09-09qemurunner.py/qemutinyrunner.py: remove runqemu-internalRobert Yang
2016-08-25oeqa.utils.git: implement init() methodMarkus Lehtonen
2016-08-25oeqa.utils.git.GitRepo: new arg to require topdirMarkus Lehtonen
2016-08-25oeqa.utils.git: implement GitRepo.get_current_branch()Markus Lehtonen
2016-08-25oeqa.utils.git: introduce GitRepo.rev_parse()Markus Lehtonen
2016-08-25oeqa.utils.git: support git commands with updated envMarkus Lehtonen
2016-08-18devtool/recipetool/meta: Adapt to bitbake API changes for multi-configuration...Richard Purdie
2016-08-18testimage: allow using kvm when running qemux86* machinesBill Randle
2016-08-10oeqa: start() add remaining args SimpleRemoteTarget and QemuTinyRunnerAníbal Limón
2016-08-10oeqa/utils/httpserver.py: HTTPServer enable thread connection handlingAníbal Limón
2016-08-04oeqa/utils/sshcontrol.py: Allows to copy symlinks to targetMariano Lopez
2016-08-01oeqa/utils/commands.py: Command class improve validations/decoding in outputAníbal Limón
2016-07-25lib/oeqa/decorators: handle broken links when creating new symlinkRoss Burton
2016-07-20lib/oeqa/utils/commands.py: Move updateEnv() from runexported.pyMariano Lopez
2016-07-20utils/qemurunner.py: QemuRunner.start() add support for specify extra kernel ...Aníbal Limón
2016-07-01oeqa/utils/commands: fix single-character variable matching in get_bb_vars()Ross Burton
2016-07-01oeqa.utils: add git moduleMarkus Lehtonen