[OE-core] [PATCH 2/8] busybox: add support for CONFIG_FEATURE_INDIVIDUAL

2013-06-07 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Previously, if CONFIG_FEATURE_INDIVIDUAL was enabled for busybox, yocto-based systems could start correctly. This is because if busybox is built as individual apps, '/bin/busybox' may not be present, so setting the default ALTERNATIVE_TARGET to '/bin/busybox'

Re: [OE-core] [PATCH 2/8] busybox: add support for CONFIG_FEATURE_INDIVIDUAL

2013-06-07 Thread Otavio Salvador
On Fri, Jun 7, 2013 at 3:13 AM, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Previously, if CONFIG_FEATURE_INDIVIDUAL was enabled for busybox, yocto-based systems could start correctly. This is because if busybox is built as individual apps, '/bin/busybox' may not be