[Buildroot] [PATCH 1/4] package/openobex: disable on Blackfin

Samuel Martin s.martin49 at gmail.com
Thu Nov 2 08:01:28 UTC 2017


Hi all,

On Wed, Nov 1, 2017 at 11:23 PM, Thomas Petazzoni
<thomas.petazzoni at free-electrons.com> wrote:
> Hello,
>
> On Wed,  1 Nov 2017 21:11:34 +0100, Samuel Martin wrote:
>> Openobex uses accept4 syscall, which is not available on Blackfin flavored uclibc.
>> So, diasble openobex on blackfin (do not add extra checks on the c-library since
>> uclibc is the only choice for Blackfin).
>>
>> Fixed:
>>   http://autobuild.buildroot.net/results/78e033fe9f43845581a5d87b21a8451f67520e44
>>
>> Signed-off-by: Samuel Martin <s.martin49 at gmail.com>
>> ---
>>  package/openobex/Config.in | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/package/openobex/Config.in b/package/openobex/Config.in
>> index e611b8d803..4a4dc214ef 100644
>> --- a/package/openobex/Config.in
>> +++ b/package/openobex/Config.in
>> @@ -1,5 +1,6 @@
>>  config BR2_PACKAGE_OPENOBEX
>>       bool "openobex"
>> +     depends on !BR2_bfin
>>       help
>>         Free open source implementation of the Object Exchange (OBEX)
>>         protocol.
>
> What about the Config.in comment, and the reverse dependencies of
> BR2_PACKAGE_OPENOBEX ?

Well, I was not really sure about what to mention... and also wanted
to heard Waldemar opinion.
FYI, this commit 53996bee433f09a91b12aa53b2be0f7d22c0acbe seems to fix
a similar issue.

>
> Also, I'd like to hear from Waldemar about accept4 availability on
> Blackfin/uClibc-ng.
>
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux and Kernel engineering
> http://free-electrons.com


Regards,

-- 
Samuel



More information about the buildroot mailing list