]> code.ossystems Code Review - openembedded-core.git/commit
resulttool: Allow store to work on single files
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Apr 2019 22:51:02 +0000 (23:51 +0100)
committerArmin Kuster <akuster808@gmail.com>
Sat, 6 Apr 2019 11:17:07 +0000 (16:47 +0530)
commit639598aa855df523e3dd1f8df1b0eacfa7fb13d6
treecf0a3f47870c0fc317eb996c245e95a9a0e20844
parent69ccfb9f978382f935c4d0609e09e00aab327188
resulttool: Allow store to work on single files

Store operations using a single file as a source weren't working as the os.walk
command didn't like being given a single file. Fix the store operation to
work for single files.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/lib/resulttool/store.py