[Buildroot] [PATCH v7 07/22] busybox: applets as individual binaries

Samuel Martin s.martin49 at gmail.com
Sat Jun 20 16:13:18 UTC 2015


Hi Clayton,

On Tue, Jun 2, 2015 at 3:28 PM, Clayton Shotwell
<clayton.shotwell at rockwellcollins.com> wrote:
[...]
> diff --git a/package/busybox/Config.in b/package/busybox/Config.in
> index 6847a60..feed560 100644
> --- a/package/busybox/Config.in
> +++ b/package/busybox/Config.in
> @@ -32,6 +32,15 @@ config BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
>           Show packages in menuconfig that are potentially also provided
>           by busybox.
>
> +config BR2_PACKAGE_BUSYBOX_INDIVIDUAL_BINARIES
> +       bool "Individual binaries"
> +       depends on !BR2_STATIC_LIBS
> +       depends on !BR2_bfin # libbusybox.so link issue
> +
> +comment "Busybox individual binaries depends on dynamic libraries"
> +       depends on BR2_STATIC_LIBS
> +       depends on BR2_bfin
s/on BR2_bfin/on !BR2_bfin/
(because this is an architecture dependency)

Otherwise, it looks good.

Regards,

-- 
Samuel


More information about the buildroot mailing list