]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2019 21:57:00 +0000 (22:57 +0100)
commiteb5bbe613d8c7cbcd8b74d8ac0073c2217970410
treebc0dda9f4e704a3d9fa9cec93d8eec7b99e4c187
parent6c85363eea0278a6952e80edb549e80e1fcbdba7
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>
scripts/lib/resulttool/store.py