]> 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 10:47:22 +0000 (16:17 +0530)
commit5173954c1ec75629bedbe06d6979dae36eb71b6f
treed45be95518be1b0036a1dbcf02392f00834e19a8
parentebb3076c847c379d8c620d14927f696302fc4f26
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