Re: [yocto] PREFERRED_PROVIDER entry in local.conf

2014-04-10 Thread Romain
Thanks for filing the bug. I confirm that adding the line in my local.conf fix the jpeg provider : PREFERRED_PROVIDER_jpeg = "libjpeg-turbo" Thanks for your help ! Romain -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/l

Re: [yocto] PREFERRED_PROVIDER entry in local.conf

2014-04-10 Thread Paul Eggleton
On Thursday 10 April 2014 15:53:12 Romain wrote: > On 10 April 2014 14:31, Paul Eggleton wrote: > > Of these, only PREFERRED_PROVIDER_sshd = "openssh" would be expected to > > work. However, testing it locally I think there is a problem here; I'll do > > some more investigation. > > > > That said,

Re: [yocto] PREFERRED_PROVIDER entry in local.conf

2014-04-10 Thread Paul Barker
On 10 April 2014 15:53, Romain wrote: > Hi Paul, > > I am now using "openssh-sshd" in IMAGE_INSTALL and it solved the problem. > For jpeg unfortunately it can't be solved like this because others recipes > depends on jpeg. I think the PREFERRED_PROVIDER is the only solution to > choose between jpe

Re: [yocto] PREFERRED_PROVIDER entry in local.conf

2014-04-10 Thread Romain
Hi Paul, I am now using "openssh-sshd" in IMAGE_INSTALL and it solved the problem. For jpeg unfortunately it can't be solved like this because others recipes depends on jpeg. I think the PREFERRED_PROVIDER is the only solution to choose between jpeg and libjpeg-turbo. Cheers, Romain On 10 April

Re: [yocto] PREFERRED_PROVIDER entry in local.conf

2014-04-10 Thread Paul Eggleton
Hi Romain, On Tuesday 08 April 2014 18:10:11 Romain wrote: > While building an image I get those notes, and I would like to lock down > the providers for sshd and jpeg : > NOTE: multiple providers are available for runtime sshd (openssh, dropbear) > NOTE: consider defining a PREFERRED_PROVIDER ent

Re: [yocto] PREFERRED_PROVIDER entry in local.conf

2014-04-10 Thread Paul Eggleton
On Thursday 10 April 2014 16:55:15 Gaurang Shastri wrote: > Did you try writing in "meta/conf/distro/include/default-providers.inc " > like below: > > == > PREFERRED_PROVIDER_virtual/sshd ?= "openssh" > PREFERRED_PROVIDER_virtual/jpeg ?= "jpeg" > == You shouldn't modify this file directly - modif

Re: [yocto] PREFERRED_PROVIDER entry in local.conf

2014-04-10 Thread Gaurang Shastri
Dear Romain, Did you try writing in "meta/conf/distro/include/default-providers.inc " like below: == PREFERRED_PROVIDER_virtual/sshd ?= "openssh" PREFERRED_PROVIDER_virtual/jpeg ?= "jpeg" == //Gaurang Shastri On Thu, Apr 10, 2014 at 3:51 PM, Romain wrote: > Hi, any clue ? > > Thanks and Rega

Re: [yocto] PREFERRED_PROVIDER entry in local.conf

2014-04-10 Thread Romain
Hi, any clue ? Thanks and Regards Romain On 8 April 2014 18:10, Romain wrote: > Hello all, > > While building an image I get those notes, and I would like to lock down > the providers for sshd and jpeg : > NOTE: multiple providers are available for runtime sshd (openssh, dropbear) > NOTE: consi