]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
classes/testsdk: Remove the need of TEST_LOG_DIR variable
authorAníbal Limón <anibal.limon@linux.intel.com>
Wed, 30 Nov 2016 00:12:49 +0000 (18:12 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:05:19 +0000 (12:05 +0000)
commit3fac2417ddfffb8b32a821ae4b53fabfbb48a8fa
tree12865ce397f22343ef4ba34ab4026a3a1ffb1aec
parentc9fe59d7c5e815fb6453f50d0f15699ea6799129
classes/testsdk: Remove the need of TEST_LOG_DIR variable

The TEST_LOG_DIR was used for store sdk_target_log this log
contains the output of the run of build commands now that information
could be found also on log.do_testsdk under WORKDIR.

The log will continue to store into SDK_DIR instead of TEST_LOG_DIR.

(From OE-Core rev: 1c9ba4b698bab916d42b58255692a7bf3d773bbc)

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/testsdk.bbclass
meta/lib/oeqa/sdk/cases/buildcvs.py
meta/lib/oeqa/sdk/cases/buildgalculator.py
meta/lib/oeqa/sdk/cases/buildiptables.py