diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-02-22 16:39:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-23 12:49:48 -0800 |
commit | 88bda7d78d6f20bce48cf6a49d392864f866ae90 (patch) | |
tree | 6f379d86e54f354a6243ba0ceb69297a8ea55abd /meta-selftest/lib/oeqa/runtime/cases/selftest.py | |
parent | e436a6398684d2872cb541f1cfb0f67b3618d15a (diff) | |
download | poky-88bda7d78d6f20bce48cf6a49d392864f866ae90.tar.gz |
image_types_wic: fix expansion error
Variable WKS_SEARCH_PATH was not fully expanded when used directly
in this expression:
WKS_FULL_PATH = "${@wks_search('${WKS_FILES}'.split(), '${WKS_SEARCH_PATH}') or ''}"
This caused expansion error: bb.data_smart.ExpansionError:
Failure expanding variable WKS_FULL_PATH, .... which triggered exception
SyntaxError: invalid syntax (WKS_FULL_PATH, line 1)
Calling d.getVar instead of directly referencing variables
should fix the issue.
(From OE-Core rev: 20f8fddd28fe46d7e694804de3d894cdf9f7c636)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest/lib/oeqa/runtime/cases/selftest.py')
0 files changed, 0 insertions, 0 deletions