Re: [OE-core] [PATCH] makedevs: fix return error value when input invalid arguments

2013-11-05 Thread Richard Purdie
On Tue, 2013-11-05 at 16:34 +0800, Lu Chong wrote: > There is no function to implement "-q" and "--squash" in source > code(makedevs.c). > I also checked in busybox, but I didn't find the function. > So, may I need to add this function? or remove this options of help > information. I kind of gue

Re: [OE-core] [PATCH] makedevs: fix return error value when input invalid arguments

2013-11-05 Thread Lu Chong
There is no function to implement "-q" and "--squash" in source code(makedevs.c). I also checked in busybox, but I didn't find the function. So, may I need to add this function? or remove this options of help information. Best Regards Chong On 11/04/2013 07:40 PM, Richard Purdie wrote: On Mo

Re: [OE-core] [PATCH] makedevs: fix return error value when input invalid arguments

2013-11-04 Thread Richard Purdie
On Mon, 2013-11-04 at 16:41 +0800, chong...@windriver.com wrote: > From: Lu Chong > > Remove "-q" and "--squash" options of help information. Why are we removing this? Cheers, Richard ___ Openembedded-core mailing list Openembedded-core@lists.opene

[OE-core] [PATCH] makedevs: fix return error value when input invalid arguments

2013-11-04 Thread Chong.Lu
From: Lu Chong Remove "-q" and "--squash" options of help information. Print help information and return non-zero value when makedevs has none option. If rootdir is not exist, there would be print error messages. Signed-off-by: Lu Chong --- .../makedevs/makedevs-1.0.0/makedevs.c |