All of lore.kernel.org
 help / color / mirror / Atom feed
* Remove Bluez4 and add Bluez5 in core-image-base
@ 2014-08-26 14:48 jags gediya
  2014-08-26 16:47   ` [yocto] " Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: jags gediya @ 2014-08-26 14:48 UTC (permalink / raw)
  To: yocto@yoctoproject.org, meta-freescale@yoctoproject.org

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?


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

* Re: Remove Bluez4 and add Bluez5 in core-image-base
  2014-08-26 14:48 Remove Bluez4 and add Bluez5 in core-image-base jags gediya
@ 2014-08-26 16:47   ` Khem Raj
  0 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2014-08-26 16:47 UTC (permalink / raw)
  To: jags gediya; +Cc: meta-freescale@yoctoproject.org, yocto@yoctoproject.org

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


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

* Re: [yocto] Remove Bluez4 and add Bluez5 in core-image-base
@ 2014-08-26 16:47   ` Khem Raj
  0 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2014-08-26 16:47 UTC (permalink / raw)
  To: jags gediya; +Cc: meta-freescale@yoctoproject.org, yocto@yoctoproject.org

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


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

* Re: [meta-freescale] Remove Bluez4 and add Bluez5 in core-image-base
  2014-08-26 16:47   ` [yocto] " Khem Raj
@ 2014-08-26 17:09     ` Christopher Larson
  -1 siblings, 0 replies; 7+ messages in thread
From: Christopher Larson @ 2014-08-26 17:09 UTC (permalink / raw)
  To: Khem Raj
  Cc: jags gediya, meta-freescale@yoctoproject.org,
	yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 776 bytes --]

On Tue, Aug 26, 2014 at 9:47 AM, Khem Raj <raj.khem@gmail.com> 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

[-- Attachment #2: Type: text/html, Size: 1177 bytes --]

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

* Re: [yocto] Remove Bluez4 and add Bluez5 in core-image-base
@ 2014-08-26 17:09     ` Christopher Larson
  0 siblings, 0 replies; 7+ messages in thread
From: Christopher Larson @ 2014-08-26 17:09 UTC (permalink / raw)
  To: Khem Raj
  Cc: jags gediya, meta-freescale@yoctoproject.org,
	yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 776 bytes --]

On Tue, Aug 26, 2014 at 9:47 AM, Khem Raj <raj.khem@gmail.com> 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

[-- Attachment #2: Type: text/html, Size: 1177 bytes --]

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

* Re: [meta-freescale] Remove Bluez4 and add Bluez5 in core-image-base
  2014-08-26 17:09     ` [yocto] " Christopher Larson
@ 2014-08-26 17:47       ` Khem Raj
  -1 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2014-08-26 17:47 UTC (permalink / raw)
  To: Christopher Larson
  Cc: jags gediya, meta-freescale@yoctoproject.org,
	yocto@yoctoproject.org

On 14-08-26 10:09:45, Christopher Larson wrote:
> On Tue, Aug 26, 2014 at 9:47 AM, Khem Raj <raj.khem@gmail.com> 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


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

* Re: [yocto] Remove Bluez4 and add Bluez5 in core-image-base
@ 2014-08-26 17:47       ` Khem Raj
  0 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2014-08-26 17:47 UTC (permalink / raw)
  To: Christopher Larson
  Cc: jags gediya, meta-freescale@yoctoproject.org,
	yocto@yoctoproject.org

On 14-08-26 10:09:45, Christopher Larson wrote:
> On Tue, Aug 26, 2014 at 9:47 AM, Khem Raj <raj.khem@gmail.com> 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


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

end of thread, other threads:[~2014-08-26 17:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-26 14:48 Remove Bluez4 and add Bluez5 in core-image-base jags gediya
2014-08-26 16:47 ` Khem Raj
2014-08-26 16:47   ` [yocto] " Khem Raj
2014-08-26 17:09   ` [meta-freescale] " Christopher Larson
2014-08-26 17:09     ` [yocto] " Christopher Larson
2014-08-26 17:47     ` [meta-freescale] " Khem Raj
2014-08-26 17:47       ` [yocto] " Khem Raj

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.