]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/utils/targetbuild.py: add support for sdk tests
authorCorneliu Stoicescu <corneliux.stoicescu@intel.com>
Sat, 9 Aug 2014 10:59:08 +0000 (13:59 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Aug 2014 07:54:30 +0000 (08:54 +0100)
commitbc8824fd361dbff96f5b5316ddfda36e96e8ea9b
tree410713ba09fa22cc558027dad214d22affdc4ac9
parent6c147e5c82b39773e135ca828b37905cbb31be3b
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>

Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/targetbuild.py