]> code.ossystems Code Review - openembedded-core.git/commit
resulttool: Enable report for single result file
authorYeoh Ee Peng <ee.peng.yeoh@intel.com>
Tue, 2 Apr 2019 06:38:03 +0000 (14:38 +0800)
committerArmin Kuster <akuster808@gmail.com>
Sat, 6 Apr 2019 11:16:34 +0000 (16:46 +0530)
commit69ccfb9f978382f935c4d0609e09e00aab327188
tree3ccae8e6b56f1202808a0aa352dcdb0220183651
parent05e08a64771e40c147bdd6f02492b85edc01e946
resulttool: Enable report for single result file

Current validation check function inside resulttool disallow the
report for single result file although the underlying library
was able to handle both directory and file as source input to report.
Removed the validation check as it was no longer needed and to
enable report for single result file.

Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/resulttool