All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bluez] Bluez5 utils/tools not found
@ 2021-08-18 13:05 Honoré Julien Abijuru
  2021-08-18 13:13 ` Michael Nosthoff via buildroot
  0 siblings, 1 reply; 4+ messages in thread
From: Honoré Julien Abijuru @ 2021-08-18 13:05 UTC (permalink / raw)
  To: buildroot


[-- Attachment #1.1: Type: text/plain, Size: 547 bytes --]

Hello,

I'm using buildroot to develop an embedded system that uses bluetooth and
for that I enabled bluez5-tools and bluez5-utils. I got the images for my
target but when I test them I have any blueZ util/tool. Especially I want
the bluetoothctl command line tool.

My systems specifications are as follows:

Buildroot : 2020.02.1 (obliged by the target designer)
Toolchain : mips-linux-gnu-gcc-7.2.0
Toolchain C library : eglibc/glibc
Bluez5-utils : 5.54
Kernel : 4.4.94

Thanks in advance for your help,
Honoré Julien ABIJURU

[-- Attachment #1.2: Type: text/html, Size: 730 bytes --]

[-- Attachment #2: Type: text/plain, Size: 145 bytes --]

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [Bluez] Bluez5 utils/tools not found
  2021-08-18 13:05 [Buildroot] [Bluez] Bluez5 utils/tools not found Honoré Julien Abijuru
@ 2021-08-18 13:13 ` Michael Nosthoff via buildroot
  2021-08-18 13:28   ` Honoré Julien Abijuru
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Nosthoff via buildroot @ 2021-08-18 13:13 UTC (permalink / raw)
  To: Honoré Julien Abijuru, buildroot

Hi,

On 18.08.21 15:05, Honoré Julien Abijuru wrote:
>
> Hello,
>
> I'm using buildroot to develop an embedded system that uses bluetooth 
> and for that I enabled bluez5-tools and bluez5-utils. I got the images 
> for my target but when I test them I have any blueZ util/tool. 
> Especially I want the bluetoothctl command line tool.
>
the option BR2_PACKAGE_BLUEZ5_UTILS_TOOLS installs
bluemoon, btattach, hex2hcd, l2test, l2ping, mpris-proxy, rctest


If you need bluetoothctl you have to select 
BR2_PACKAGE_BLUEZ5_UTILS_CLIENT ("build CLI client").


Regards,

Michael

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [Bluez] Bluez5 utils/tools not found
  2021-08-18 13:13 ` Michael Nosthoff via buildroot
@ 2021-08-18 13:28   ` Honoré Julien Abijuru
  2021-08-18 15:14     ` Michael Nosthoff via buildroot
  0 siblings, 1 reply; 4+ messages in thread
From: Honoré Julien Abijuru @ 2021-08-18 13:28 UTC (permalink / raw)
  To: Michael Nosthoff, buildroot


[-- Attachment #1.1: Type: text/plain, Size: 1018 bytes --]

Hello Micheal,

Thanks for the reply. I already enabled the CLI client but I still can't
find bluetoothctl.

When I type in my target command line :
#bluetooth
I get : -/bin/sh: bluetoothctl: not found

In fact, I don't have any bluez tool, util or client in my target.

Regards,

Le mer. 18 août 2021 à 15:13, Michael Nosthoff <buildroot@heine.tech> a
écrit :

> Hi,
>
> On 18.08.21 15:05, Honoré Julien Abijuru wrote:
> >
> > Hello,
> >
> > I'm using buildroot to develop an embedded system that uses bluetooth
> > and for that I enabled bluez5-tools and bluez5-utils. I got the images
> > for my target but when I test them I have any blueZ util/tool.
> > Especially I want the bluetoothctl command line tool.
> >
> the option BR2_PACKAGE_BLUEZ5_UTILS_TOOLS installs
> bluemoon, btattach, hex2hcd, l2test, l2ping, mpris-proxy, rctest
>
>
> If you need bluetoothctl you have to select
> BR2_PACKAGE_BLUEZ5_UTILS_CLIENT ("build CLI client").
>
>
> Regards,
>
> Michael
>
>

[-- Attachment #1.2: Type: text/html, Size: 1549 bytes --]

[-- Attachment #2: Type: text/plain, Size: 145 bytes --]

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [Bluez] Bluez5 utils/tools not found
  2021-08-18 13:28   ` Honoré Julien Abijuru
@ 2021-08-18 15:14     ` Michael Nosthoff via buildroot
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Nosthoff via buildroot @ 2021-08-18 15:14 UTC (permalink / raw)
  To: Honoré Julien Abijuru, buildroot


[-- Attachment #1.1: Type: text/plain, Size: 1605 bytes --]

Hi,

On 18.08.21 15:28, Honoré Julien Abijuru wrote:
> Hello Micheal,
>
> Thanks for the reply. I already enabled the CLI client but I still 
> can't find bluetoothctl.
>
> When I type in my target command line :
> #bluetooth
> I get : -/bin/sh: bluetoothctl: not found
>
> In fact, I don't have any bluez tool, util or client in my target.


I just noticed I oversaw your buildroot version. In the 2021.08 release 
we added a new tools option to
bluez5-utils so I was under the false impression you meant that option.

the bluez-tools package is for another project (see 
https://github.com/khvzak/bluez-tools).

So it is pretty strange, that the binaries from both packages are 
missing in your image.

For me that looks some kind of weirdness with your build. Did you do a 
fresh build?


Regards,

Michael

>
> Regards,
>
> Le mer. 18 août 2021 à 15:13, Michael Nosthoff <buildroot@heine.tech> 
> a écrit :
>
>     Hi,
>
>     On 18.08.21 15:05, Honoré Julien Abijuru wrote:
>     >
>     > Hello,
>     >
>     > I'm using buildroot to develop an embedded system that uses
>     bluetooth
>     > and for that I enabled bluez5-tools and bluez5-utils. I got the
>     images
>     > for my target but when I test them I have any blueZ util/tool.
>     > Especially I want the bluetoothctl command line tool.
>     >
>     the option BR2_PACKAGE_BLUEZ5_UTILS_TOOLS installs
>     bluemoon, btattach, hex2hcd, l2test, l2ping, mpris-proxy, rctest
>
>
>     If you need bluetoothctl you have to select
>     BR2_PACKAGE_BLUEZ5_UTILS_CLIENT ("build CLI client").
>
>
>     Regards,
>
>     Michael
>

[-- Attachment #1.2: Type: text/html, Size: 3369 bytes --]

[-- Attachment #2: Type: text/plain, Size: 145 bytes --]

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-18 15:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-18 13:05 [Buildroot] [Bluez] Bluez5 utils/tools not found Honoré Julien Abijuru
2021-08-18 13:13 ` Michael Nosthoff via buildroot
2021-08-18 13:28   ` Honoré Julien Abijuru
2021-08-18 15:14     ` Michael Nosthoff via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.