Re: [yocto] [meta-raspberrypi][PATCH] bluez5: add functions for raspberrypi0-wifi

2017-09-05 Thread Yusuke Mitsuki
Sorry I am late. I could not get time enough for this work. I will send patches soon. By the way, If the Michal's work that Andrei pointed and my patches are similar, please drop my patches. 2017-09-04 20:05 GMT+09:00 Andrei Gherzan : > > > On Fri, Aug 25, 2017 at 9:17

Re: [yocto] [meta-raspberrypi][PATCH] bluez5: add functions for raspberrypi0-wifi

2017-09-04 Thread Andrei Gherzan
On Fri, Aug 25, 2017 at 9:17 PM, Yusuke Mitsuki < mickey.happygolu...@gmail.com> wrote: > okay. I will try. > > 2017-08-25 17:51 GMT+09:00 Paul Barker : > >> On Thu, Aug 24, 2017 at 1:05 PM, Yusuke Mitsuki >> wrote: >> > hciattach on

Re: [yocto] [meta-raspberrypi][PATCH] bluez5: add functions for raspberrypi0-wifi

2017-08-25 Thread Yusuke Mitsuki
okay. I will try. 2017-08-25 17:51 GMT+09:00 Paul Barker : > On Thu, Aug 24, 2017 at 1:05 PM, Yusuke Mitsuki > wrote: > > hciattach on raspberrypi0-wifi failed because BCM43430A1.hcd is not > found. > > > > Paches that in order to use

Re: [yocto] [meta-raspberrypi][PATCH] bluez5: add functions for raspberrypi0-wifi

2017-08-25 Thread Paul Barker
On Thu, Aug 24, 2017 at 1:05 PM, Yusuke Mitsuki wrote: > hciattach on raspberrypi0-wifi failed because BCM43430A1.hcd is not found. > > Paches that in order to use bluetooth with BCM43430 are not enabled. > Functions are only enabled with raspberrypi3 in

[yocto] [meta-raspberrypi][PATCH] bluez5: add functions for raspberrypi0-wifi

2017-08-24 Thread Yusuke Mitsuki
hciattach on raspberrypi0-wifi failed because BCM43430A1.hcd is not found. Paches that in order to use bluetooth with BCM43430 are not enabled. Functions are only enabled with raspberrypi3 in bluez5_%.bbappend like as follows: - SRC_URI_append_raspberrypi3 - do_install_append_raspberrypi3() -

[yocto] [meta-raspberrypi][PATCH] bluez5: add functions for raspberrypi0-wifi

2017-08-24 Thread Yusuke Mitsuki
I could not use bluetooth with raspberrypi0-wifi. hciattach on raspberrypi0-wifi failed because BCM43430A1.hcd is not found. Functions in bluez5_%.bbappend should be enabled with raspberrypi0-wifi too. I know that these changes are redundant. If you have any ideas for better solution, let me