mirror of
https://github.com/ARM-software/devlib.git
synced 2025-09-22 20:01:53 +01:00
Since target.read_tree_values() has been modified to use tar as a way to fetch the content of files from the target, it is more robust, but also much slower. Since that level of robustness is in practice required only for very specific use-cased, re-introduce the old way of doing read_tree using find and grep. read_tree_values() gains a new parameter to specify how files should be read from the target, with or without tar. It defaults to the old way of doing things. Signed-off-by: Quentin Perret <quentin.perret@arm.com>