systemd-image: Do not install conman on uclibc systems for now
conman needs some features from libresolv e.g. ns_initparse which are missing in uclibc. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -12,11 +12,13 @@ IMAGE_INSTALL += " \
|
||||
dropbear-systemd openssh-sftp \
|
||||
e2fsprogs-e2fsck e2fsprogs-blkid \
|
||||
avahi-daemon avahi-utils avahi-systemd \
|
||||
connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-systemd \
|
||||
${CONMANPKGS} \
|
||||
systemd-compat-units \
|
||||
cpufrequtils \
|
||||
htop \
|
||||
"
|
||||
CONMANPKGS = "connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-systemd"
|
||||
CONMANPKGS_libc-uclibc = ""
|
||||
|
||||
IMAGE_DEV_MANAGER = "udev"
|
||||
IMAGE_INIT_MANAGER = "systemd"
|
||||
|
||||
Reference in New Issue
Block a user