avahi configuration (without d-bus/X11)
Arno Steffens <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I need the avahi to announce my embedded device to network and give it
an IP if DCHP is not working.
Over the normal "avahi-daemon.conf" I want to disable d-bus and ipv6.
That is working by do_install:append changing that file.
But, adding to image the package "avahi-daemon" (avahi-autoipd is not a
problem) bloats my rootfs with dbus-daemon and libs and libX11 libs. I
don't have an screen attached.
So question: How to avoid that?
In my avahi_%.bbappend I added:
EXTRA_OECONF += " \
--disable-dbus \
--disable-gtk \
--disable-gtk3 \
--disable-libevent \
--disable-qt5 \
"
But that doesn't seem to help.
I am using a sysV system with poky distro (Yocto 4.0)
Best regards,
Arno