]> Untitled Git - yocto/meta-hvmpd.git/commitdiff
Set libnss-mdns PREFERRED_PROVIDER
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 28 Mar 2026 17:23:30 +0000 (13:23 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 28 Mar 2026 21:11:34 +0000 (17:11 -0400)
There now could be multiple providers of runtime libnss-mdns with
OE-Core providing one by avahi package and meta-oe providing another
one by mdns package. Set PREFERRED_RPROVIDER to be explit and to
suppress the corresponding message:

| NOTE: Multiple providers are available for runtime libnss-mdns (avahi-l=
ibnss-mdns, mdns)
| Consider defining a PREFERRED_RPROVIDER entry to match libnss-mdns

Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
conf/distro/hvmpd.conf

index 17d7753ffe160da07eff45641d85265eb4fc4bed..78acf4706ffc125141e1e6fe47c222d09d79c3de 100644 (file)
@@ -57,3 +57,5 @@ SWU_PRESERVE_FILES ?= "\
 SWU_PRESERVE_FOLDERS ?= "\
     /root/.ssh \
 "
+
+PREFERRED_RPROVIDER_libnss-mdns = "avahi-libnss-mdns"