Re: [OE-core] [PATCH 1/1] base-files: fix handling of resize

2018-08-05 Thread ChenQi
ping On 08/01/2018 01:25 PM, Chen Qi wrote: The current handling of resize is incorrect. Using `resize > /dev/null 2>&1 && resize > /dev/null' will cause the second resize command to not execute because 'resize > /dev/null 2>&1' will fail for resize utility from busybox. What we really should

Re: [OE-core] [PATCH 1/1] base-files: fix handling of resize

2018-08-02 Thread ChenQi
On 08/03/2018 03:29 AM, Peter Kjellerstedt wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org On Behalf Of Chen Qi Sent: den 1 augusti 2018 07:26 To: openembedded-core@lists.openembedded.org Subject: [OE-core] [PATCH 1/1] base-files: fix handling of resize

Re: [OE-core] [PATCH 1/1] base-files: fix handling of resize

2018-08-02 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Chen Qi > Sent: den 1 augusti 2018 07:26 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH 1/1] base-files: fix

Re: [OE-core] [PATCH 1/1] base-files: fix handling of resize

2018-07-31 Thread ChenQi
On 08/01/2018 01:25 PM, Chen Qi wrote: The current handling of resize is incorrect. Using `resize > /dev/null 2>&1 && resize > /dev/null' will cause the second resize command to not execute because 'resize > /dev/null 2>&1' will fail for resize utility from busybox. What we really should do is

[OE-core] [PATCH 1/1] base-files: fix handling of resize

2018-07-31 Thread Chen Qi
The current handling of resize is incorrect. Using `resize > /dev/null 2>&1 && resize > /dev/null' will cause the second resize command to not execute because 'resize > /dev/null 2>&1' will fail for resize utility from busybox. What we really should do is just to check whether ${bindir}/resize is