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,

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 qi.c...@windriver.com 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

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

2013-06-13 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 qi.c...@windriver.com This patch enables us to split the busybox into two binaries, one containing suid applications, and the other containing nosuid

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 qi.c...@windriver.com 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

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

2013-06-07 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com 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