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
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,
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
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
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
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
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
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