Re: [OE-core] [PATCH] grub-mkconfig: Use -c instead of --printf for stat

2019-05-20 Thread Khem Raj
On 5/15/19 5:52 AM, Ovidiu Panait wrote: "--printf" only works with the stat variant provided by coreutils. With busybox, when running grub-mkconfig, stat will fail with the following error: stat: unrecognized option '--printf=%T' Usage: stat [OPTIONS] FILE... this looks good to me.

Re: [OE-core] [PATCH] grub-mkconfig: Use -c instead of --printf for stat

2019-05-15 Thread Ovidiu Panait
On 14.05.2019 00:51, Burton, Ross wrote: This isn't OE-specific, can you try and send that upstream so we don't carry the patch forever? Also needs rebasing to current master. Hi, I have sent the patch upstream: http://lists.gnu.org/archive/html/grub-devel/2019-05/msg00079.html And I

[OE-core] [PATCH] grub-mkconfig: Use -c instead of --printf for stat

2019-05-15 Thread Ovidiu Panait
"--printf" only works with the stat variant provided by coreutils. With busybox, when running grub-mkconfig, stat will fail with the following error: stat: unrecognized option '--printf=%T' Usage: stat [OPTIONS] FILE... Signed-off-by: Ovidiu Panait ---

Re: [OE-core] [PATCH] grub-mkconfig: Use -c instead of --printf for stat

2019-05-13 Thread Burton, Ross
This isn't OE-specific, can you try and send that upstream so we don't carry the patch forever? Also needs rebasing to current master. Ross On Wed, 17 Apr 2019 at 03:52, Ovidiu Panait wrote: > > "--printf" only works with the stat variant provided by coreutils. > > With busybox, when running

[OE-core] [PATCH] grub-mkconfig: Use -c instead of --printf for stat

2019-04-17 Thread Ovidiu Panait
"--printf" only works with the stat variant provided by coreutils. With busybox, when running grub-mkconfig, stat will fail with the following error: stat: unrecognized option '--printf=%T' Usage: stat [OPTIONS] FILE... Signed-off-by: Ovidiu Panait ---