]> code.ossystems Code Review - openembedded-core.git/commit
selftest/eSDK.py: fix sstate dir not found error
authorChen Qi <Qi.Chen@windriver.com>
Thu, 5 Jan 2017 05:03:28 +0000 (13:03 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Sep 2017 09:43:21 +0000 (10:43 +0100)
commit9d04fe3a0ce7eb418cd48438e1699825904e2dfb
tree0eb57c5c72c512096c7591cdb8494314b507ab4e
parent32d172c25072251d6cc7fdd40929d76b5f1f5059
selftest/eSDK.py: fix sstate dir not found error

Fix the error below when SSTATE_DIR is not "${BUILDDIR}/sstate-cache".

  FileNotFoundError: [Errno 2] No such file or directory: '/xxx/../sstate-cache'

(From OE-Core rev: 785f0343d04c1684363b5289a3012cf7e1caa95f)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/eSDK.py