commit | 35fc3713a39e70af3c8a4ce606c758d4f9af0800 | [log] [tgz] |
---|---|---|
author | Tim Harvey <tharvey@gateworks.com> | Tue Apr 06 21:04:09 2021 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Sun May 02 12:46:54 2021 +0200 |
tree | 62aaa922a5ed8ec0b09896dc74502c64722a8c2b | |
parent | f94ce9eb0500825ee37cb2c0a5846e3fd11eaaef [diff] |
imx: mkimage_fit_atf: fix file size reporting instead using ls and awk to determine file size use stat instead. This fixes an invalid size reporting for user or group names that have spaces in them. This adds a dependency on the stat application which is part of the coreutils package which also includes ls. Signed-off-by: Tim Harvey <tharvey@gateworks.com>