]> 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, 16 Jan 2017 18:01:53 +0000 (18:01 +0000)
commit785f0343d04c1684363b5289a3012cf7e1caa95f
treebfbe273171fa1a9d1dd10aeb0d39cf92d83fb3bb
parentba4346069ab87f1cf942d1928f911eca6a9d65cd
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'

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