generic-poky/meta/lib/oeqa/utils
Corneliu Stoicescu fec293be3a oeqa/utils/targetbuild.py: add support for sdk tests
- Create new abstract class BuildProject that provides basic functionality for a project/package building class
        * contains abstract method _run() that needs to be implemented by all extending classes.
- The old TargetBuildProject class now extends the abstract BuildProjct class
- Introducing new SDKBuildProject that extends the abstract BuildProjct class

NOTE: Original patch made by: Richard Purdie <richard.purdie@linuxfoundation.org>

(From OE-Core rev: bc8824fd361dbff96f5b5316ddfda36e96e8ea9b)

Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-18 08:55:54 +01:00
..
__init__.py oeqa: add proper handling for command errors where needed 2014-04-30 21:52:33 +01:00
commands.py oeqa/utils/commands.py: add support for postconfig option 2014-06-10 17:24:17 +01:00
decorators.py oeqa/utils/decorators.py: add import os 2014-08-02 09:26:15 +01:00
ftools.py scripts/oe-selftest: script to run builds as unittest against bitbake or various scripts 2013-12-03 17:45:50 +00:00
httpserver.py lib/oeqa/runtime: smart: serve repo on host ip only and increase timeout 2013-09-03 19:57:38 +01:00
qemurunner.py oeqa/utils/qemurunner: search for login string in the entire boot log 2014-03-11 08:11:41 -07:00
sshcontrol.py oeqa/utils: sshcontrol: realtime logging of output 2014-04-29 17:20:12 +01:00
targetbuild.py oeqa/utils/targetbuild.py: add support for sdk tests 2014-08-18 08:55:54 +01:00