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

Laszlo Papp lpapp at kde.org
Tue Aug 13 07:32:21 UTC 2013


So, everyone suggested PACKAGECONFIG in here on the mailing list except
Khem whose reply I did not get.

Yet, 4964 got closed by the "team". Could anyone please give a sane
description why and what would block the end users other than fork?


On Tue, Aug 6, 2013 at 8:36 AM, Laszlo Papp <lpapp at kde.org> wrote:

> What do you mean?
>
>
> On Wed, Jul 31, 2013 at 11:36 PM, Khem Raj <raj.khem at gmail.com> wrote:
>
>>
>> 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
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20130813/b38d5f73/attachment-0002.html>


More information about the Openembedded-core mailing list