[linux-yocto] [PATCH] meta: features/bluetooth: add more configurations for Bluetooth support

Bruce Ashfield bruce.ashfield at windriver.com
Sat Apr 11 21:15:49 PDT 2015


On 2015-04-08 10:37 AM, Iorga, Cristian wrote:
> 3.19 and forward.
> Most probably will work ok for 3.14 also.. so it would be good to add it there also.

I added this to 3.14, 3.19 and all future kernels.

I'll update the SRCREVs shortly, but the change is pushed to the
repository, so anyone can update their local SRCREV to take advantage
of the options.

Bruce

> /Cristian
>
> -----Original Message-----
> From: Bruce Ashfield [mailto:bruce.ashfield at windriver.com]
> Sent: Wednesday, April 8, 2015 4:57 PM
> To: Iorga, Cristian; linux-yocto at yoctoproject.org
> Subject: Re: [linux-yocto] [PATCH] meta: features/bluetooth: add more configurations for Bluetooth support
>
> On 2015-04-08 06:58 AM, Cristian Iorga wrote:
>> Adding only CONFIG_BT for Bluetooth support does not enable a lot of
>> the basic support expected from a Bluetooth stack, so adding more
>> generic Bluetooth support.
>
> The change looks good. Which kernel's were you targeting for this ? 3.19, 3.14 only ?
>
> Bruce
>
>>
>> Partial fix for [YOCTO #6960].
>>
>> Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
>> ---
>>    meta/cfg/kernel-cache/features/bluetooth/bluetooth.cfg | 8 ++++++++
>>    1 file changed, 8 insertions(+)
>>
>> diff --git a/meta/cfg/kernel-cache/features/bluetooth/bluetooth.cfg
>> b/meta/cfg/kernel-cache/features/bluetooth/bluetooth.cfg
>> index 9c56e28..fefb357 100644
>> --- a/meta/cfg/kernel-cache/features/bluetooth/bluetooth.cfg
>> +++ b/meta/cfg/kernel-cache/features/bluetooth/bluetooth.cfg
>> @@ -1 +1,9 @@
>>    CONFIG_BT=y
>> +CONFIG_BT_6LOWPAN=y
>> +CONFIG_BT_RFCOMM=m
>> +CONFIG_BT_RFCOMM_TTY=y
>> +CONFIG_BT_BNEP=m
>> +CONFIG_BT_BNEP_MC_FILTER=y
>> +CONFIG_BT_BNEP_PROTO_FILTER=y
>> +CONFIG_BT_CMTP=m
>> +CONFIG_BT_HIDP=m
>>
>



More information about the linux-yocto mailing list