[linux-yocto] [PATCH 4/6] meta: features/bluetooth: Change the CONFIG_BT as module

Bruce Ashfield bruce.ashfield at windriver.com
Tue Jun 23 09:46:07 PDT 2015


On 2015-06-22 10:02 PM, Ng, Wei Tee wrote:
> Hi Bruce, I've tested on my side without this patch and there is no any issue found.
> You may proceed to merge this series without this patch. Thanks!
>

Sounds good. I've merged the changes now!

Bruce

> Christian, thanks for the clarification and apologize for my mistake.
>
> Regards,
> Wei Tee
>
>> -----Original Message-----
>> From: Bruce Ashfield [mailto:bruce.ashfield at windriver.com]
>> Sent: Tuesday, June 23, 2015 3:24 AM
>> To: Iorga, Cristian; Ng, Wei Tee; linux-yocto at yoctoproject.org
>> Subject: Re: [linux-yocto] [PATCH 4/6] meta: features/bluetooth: Change the
>> CONFIG_BT as module
>>
>> On 2015-06-22 02:39 PM, Iorga, Cristian wrote:
>>> Hi Wei, Bruce,
>>>
>>> This change will break the qemu machines as far as I know, please don't
>> include it as qemu machine just "lie" they has BT hardware so that it won't break
>> some OE self-tests that run automatically. Due to that, making generic BT
>> support a module won't work, BlueZ will not work correctly as auto-detection
>> does not work (on qemu machines, that is). That's the reason for making BT a
>> built-in and not a module.
>>> At this point, I forgot all the details, I will investigate later and come up with a
>> detailed explanation.
>>>
>>
>> Thanks for the update.
>>
>> Wei Tee: If I merge all the other patches in this series except this one .. will we
>> have issues ?
>>
>> Bruce
>>
>>> Regards,
>>> Cristian
>>>
>>> -----Original Message-----
>>> From: linux-yocto-bounces at yoctoproject.org
>>> [mailto:linux-yocto-bounces at yoctoproject.org] On Behalf Of
>>> wei.tee.ng at intel.com
>>> Sent: Friday, June 19, 2015 11:51 AM
>>> To: linux-yocto at yoctoproject.org
>>> Subject: [linux-yocto] [PATCH 4/6] meta: features/bluetooth: Change
>>> the CONFIG_BT as module
>>>
>>> From: Ng Wei Tee <wei.tee.ng at intel.com>
>>>
>>> Change the configuration of CONFIG_BT to build as module.
>>>
>>> Signed-off-by: Ng Wei Tee <wei.tee.ng at intel.com>
>>> ---
>>>    .../kernel-cache/features/bluetooth/bluetooth.cfg  |    2 +-
>>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/meta/cfg/kernel-cache/features/bluetooth/bluetooth.cfg
>>> b/meta/cfg/kernel-cache/features/bluetooth/bluetooth.cfg
>>> index fefb357..683bf19 100644
>>> --- a/meta/cfg/kernel-cache/features/bluetooth/bluetooth.cfg
>>> +++ b/meta/cfg/kernel-cache/features/bluetooth/bluetooth.cfg
>>> @@ -1,4 +1,4 @@
>>> -CONFIG_BT=y
>>> +CONFIG_BT=m
>>>    CONFIG_BT_6LOWPAN=y
>>>    CONFIG_BT_RFCOMM=m
>>>    CONFIG_BT_RFCOMM_TTY=y
>>> --
>>> 1.7.9.5
>>>
>>> --
>>> _______________________________________________
>>> linux-yocto mailing list
>>> linux-yocto at yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/linux-yocto
>>>
>



More information about the linux-yocto mailing list