Re: [yocto] [meta-freescale] Remove Bluez4 and add Bluez5 in core-image-base

2014-08-26 Thread Christopher Larson
On Tue, Aug 26, 2014 at 9:47 AM, Khem Raj  wrote:

> On 14-08-26 20:18:36, jags gediya wrote:
> > I am using yocto project for imx6sl evolution kit based custom board.
> > I want to use core-image-base as basic image and put other packages on
> that.
> > By default , core-image-base have Bluez4, but i want to use Bluez5.
> > How can i remove default Bluez4 from core-image-base?
>
> PREFERRED_PROVIDER_bluez4 ?= "bluez5"
> and have 'bluetooth' in DISTRO_FEATURES


Afaik bluez5 is not a provider of bluez4, so oe-core doesn't provide a way
to swap between the two at this time.
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-freescale] Remove Bluez4 and add Bluez5 in core-image-base

2014-08-26 Thread Khem Raj
On 14-08-26 10:09:45, Christopher Larson wrote:
> On Tue, Aug 26, 2014 at 9:47 AM, Khem Raj  wrote:
> 
> > On 14-08-26 20:18:36, jags gediya wrote:
> > > I am using yocto project for imx6sl evolution kit based custom board.
> > > I want to use core-image-base as basic image and put other packages on
> > that.
> > > By default , core-image-base have Bluez4, but i want to use Bluez5.
> > > How can i remove default Bluez4 from core-image-base?
> >
> > PREFERRED_PROVIDER_bluez4 ?= "bluez5"
> > and have 'bluetooth' in DISTRO_FEATURES


ah, I thought it could since we ask for PREFERRED_PROVIDER_bluez4
may be we should have a packagegroup for bluez5
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto