]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/sdkext/cases: Move sdk_update test into devtool module
authorAníbal Limón <anibal.limon@linux.intel.com>
Fri, 26 May 2017 20:37:42 +0000 (15:37 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 30 May 2017 09:15:22 +0000 (10:15 +0100)
commit44254caaef131402629d01f01cdee6722718adba
tree809cbae3c1e0cb83eec131b67b3842dbf84eacd9
parent8ab201612e22493dc2509ba339a8f07ade611a54
oeqa/sdkext/cases: Move sdk_update test into devtool module

With the new OEQA thread support there are problems running
devtool twice at the same time because only one instance of
bitbake/devtool is allowed.

[YOCTO #11450]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/sdkext/cases/devtool.py
meta/lib/oeqa/sdkext/cases/sdk_update.py [deleted file]