]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
targetloader.py: drop test for ClassType
authorJuro Bystricky <juro.bystricky@intel.com>
Sat, 10 Dec 2016 17:21:45 +0000 (09:21 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Dec 2016 15:16:42 +0000 (15:16 +0000)
commit90404e1f24fe14911170613c85e86b5f3d451ab7
tree51b9c64a6b3e1698450f2e4801664299b9435ce4
parent36e178a62f04e7f2611b26964efe46b9af97189a
targetloader.py: drop test for ClassType

ClassType was removed from python3.
The code testing for ClassType kept throwing AttributeError exceptions:

    module 'types' has no attribute 'ClassType'

The exceptions prevented loading of any dynamically resolved target
controllers.

(From OE-Core rev: d62f18c39bc0ed3b0f5ac8465b393c15f2143ecf)

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/controllers/testtargetloader.py