Re: [OE-core] [PATCH 4/8] busybox: add the ability to split the busybox binary

2013-06-16 Thread ChenQi
Thanks for your patience and all your explanations. Now a version 2 has been sent out, containing changes from your suggestions and the patch you wrote. Please help review it if convenient. Best Regards, Chen Qi On 06/14/2013 08:04 PM, Bernhard Reutner-Fischer wrote: On 13 June 2013 08:46, Ch

Re: [OE-core] [PATCH 4/8] busybox: add the ability to split the busybox binary

2013-06-14 Thread Bernhard Reutner-Fischer
On 13 June 2013 08:46, ChenQi wrote: > On 06/12/2013 04:26 AM, Bernhard Reutner-Fischer wrote: >> >> On Fri, Jun 07, 2013 at 02:13:58PM +0800, qi.c...@windriver.com wrote: > Hi Bernhard, > > Thank you very much for your review and suggestions! > I went through your methods below very carefully an

Re: [OE-core] [PATCH 4/8] busybox: add the ability to split the busybox binary

2013-06-12 Thread ChenQi
On 06/12/2013 04:26 AM, Bernhard Reutner-Fischer wrote: On Fri, Jun 07, 2013 at 02:13:58PM +0800, qi.c...@windriver.com wrote: From: Chen Qi This patch enables us to split the busybox into two binaries, one containing suid applications, and the other containing nosuid apps. Add a variable, BU

Re: [OE-core] [PATCH 4/8] busybox: add the ability to split the busybox binary

2013-06-11 Thread Bernhard Reutner-Fischer
On Fri, Jun 07, 2013 at 02:13:58PM +0800, qi.c...@windriver.com wrote: >From: Chen Qi > >This patch enables us to split the busybox into two binaries, one >containing suid applications, and the other containing nosuid apps. > >Add a variable, BUSYBOX_SPLIT_SUID, to control whether to split the >bu

[OE-core] [PATCH 4/8] busybox: add the ability to split the busybox binary

2013-06-06 Thread Qi.Chen
From: Chen Qi This patch enables us to split the busybox into two binaries, one containing suid applications, and the other containing nosuid apps. Add a variable, BUSYBOX_SPLIT_SUID, to control whether to split the busybox binary into two parts. We default it to "1" to enable the splitting, but