Re: [yocto] [meta-raspberrypi][PATCH v2 1/2] bluez5: add functions/variables to enabling bluetooth on another raspberrypi

2017-09-08 Thread Yusuke Mitsuki
Hello Andrei and Paul Thanks for your replies. I will create PR in github. 2017-09-07 2:52 GMT+09:00 Andrei Gherzan : > On Wed, Sep 6, 2017 at 10:18 AM, Paul Barker wrote: >> >> On Tue, Sep 5, 2017 at 11:34 PM, Yusuke Mitsuki >> wrote: >> > functions/variables in this bbappend implemented for

Re: [yocto] [meta-raspberrypi][PATCH v2 1/2] bluez5: add functions/variables to enabling bluetooth on another raspberrypi

2017-09-06 Thread Andrei Gherzan
On Wed, Sep 6, 2017 at 10:18 AM, Paul Barker wrote: > On Tue, Sep 5, 2017 at 11:34 PM, Yusuke Mitsuki > wrote: > > functions/variables in this bbappend implemented for only raspberrypi3. > > But these must be able to used to enabling bluetooth on another > raspberrypi that has bluetooth feature

Re: [yocto] [meta-raspberrypi][PATCH v2 1/2] bluez5: add functions/variables to enabling bluetooth on another raspberrypi

2017-09-06 Thread Paul Barker
On Tue, Sep 5, 2017 at 11:34 PM, Yusuke Mitsuki wrote: > functions/variables in this bbappend implemented for only raspberrypi3. > But these must be able to used to enabling bluetooth on another raspberrypi > that has bluetooth feature such as raspberrypi0-wifi. > > The simple solution is a dupli

[yocto] [meta-raspberrypi][PATCH v2 1/2] bluez5: add functions/variables to enabling bluetooth on another raspberrypi

2017-09-05 Thread Yusuke Mitsuki
functions/variables in this bbappend implemented for only raspberrypi3. But these must be able to used to enabling bluetooth on another raspberrypi that has bluetooth feature such as raspberrypi0-wifi. The simple solution is a duplicating these but it is not good ideas for maintainance. Add fun