[yocto] PREFERRED_PROVIDER entry in local.conf

Gaurang Shastri gmshastri at gmail.com
Thu Apr 10 04:25:15 PDT 2014


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 <romain145 at gmail.com> wrote:

> Hi, any clue ?
>
> Thanks and Regards
> Romain
>
> On 8 April 2014 18:10, Romain <romain145 at gmail.com> 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: consider defining a PREFERRED_PROVIDER entry to match sshd
>> NOTE: multiple providers are available for jpeg (jpeg, libjpeg-turbo)
>> NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg
>>
>> I tried a few syntax in the local.conf, but none of them seem to work :
>> PREFERRED_PROVIDER_virtual/sshd = "ssh-server-openssh"
>> PREFERRED_PROVIDER_sshd = "ssh-server-openssh"
>> PREFERRED_PROVIDER_sshd = "openssh"
>> PREFERRED_PROVIDER_openssh = "sshd"
>>
>> Thanks !
>> Romain
>>
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20140410/b72d9078/attachment.html>


More information about the yocto mailing list