[OE-core] [PATCH] busybox-1.21.1/defconfig: disable rfkill

Khem Raj raj.khem at gmail.com
Wed Jul 31 22:36:43 UTC 2013


On Jul 29, 2013, at 12:16 AM, Laszlo Papp <lpapp at kde.org> wrote:

> This is necessary to get the build going, for instance with older Code Sourcery
> compilers.
> 
> It is also disabled in upstream due to this very reason. The details can be
> found on the following links:
> 
> http://comments.gmane.org/gmane.linux.busybox/30999
> http://git.busybox.net/busybox/commit/?h=1_21_stable&id=1cd769a154b04f4b058beed482a5dd7192437cdc
> 
> [YOCTO #4932]

while we use relatively newer toolchain and kernel headers as default. this patch is not as appealing
to me. However since busy box now uses same config fragment management infra like linux-yocto you could
convert this into a config fragment and then not use it by default. This patch as such will be a regression
for normal users.

> 
> Signed-off-by: Laszlo Papp <lpapp at kde.org>
> ---
> meta/recipes-core/busybox/busybox-1.21.1/defconfig | 2 +-
> meta/recipes-core/busybox/busybox.inc              | 2 --
> 2 files changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/meta/recipes-core/busybox/busybox-1.21.1/defconfig b/meta/recipes-core/busybox/busybox-1.21.1/defconfig
> index bdfdadf..e77a817 100644
> --- a/meta/recipes-core/busybox/busybox-1.21.1/defconfig
> +++ b/meta/recipes-core/busybox/busybox-1.21.1/defconfig
> @@ -705,7 +705,7 @@ CONFIG_MICROCOM=y
> # CONFIG_MT is not set
> # CONFIG_RAIDAUTORUN is not set
> # CONFIG_READAHEAD is not set
> -CONFIG_RFKILL=y
> +# CONFIG_RFKILL is not set
> # CONFIG_RUNLEVEL is not set
> # CONFIG_RX is not set
> # CONFIG_SETSID is not set
> diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
> index acd2bfb..0e84f4c 100644
> --- a/meta/recipes-core/busybox/busybox.inc
> +++ b/meta/recipes-core/busybox/busybox.inc
> @@ -66,8 +66,6 @@ def features_to_busybox_settings(d):
> 	busybox_cfg('nls',  distro_features, 'CONFIG_LOCALE_SUPPORT', cnf, rem)
> 	busybox_cfg('ipv4', distro_features, 'CONFIG_FEATURE_IFUPDOWN_IPV4', cnf, rem)
> 	busybox_cfg('ipv6', distro_features, 'CONFIG_FEATURE_IFUPDOWN_IPV6', cnf, rem)
> -	busybox_cfg('wifi', distro_features, 'CONFIG_RFKILL', cnf, rem)
> -	busybox_cfg('bluetooth', distro_features, 'CONFIG_RFKILL', cnf, rem)
> 	return "\n".join(cnf), "\n".join(rem)
> 
> # X, Y = ${@features_to_uclibc_settings(d)}
> -- 
> 1.8.3.4
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core




More information about the Openembedded-core mailing list