[PATCH] imx: mkimage_fit_atf: fix file size reporting

2021-05-02 Thread stefano . babic
> 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 Harve

[PATCH] imx: mkimage_fit_atf: fix file size reporting

2021-04-06 Thread Tim Harvey
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 --- ar