From 1f1408b9b22fad16ceff6932d2a515342dd6b35b Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 14 Oct 2015 11:02:17 +0200 Subject: functions.sh: switch to systemd [BB-123] As per BB-123 switch the builds to systemd. DISTRO_FEATURES_INITMAN isn't being used in OE-core, so drop the usage and just hardcode systemd. Change-Id: I4f57aa1072955867156140c51155cf70a3943b4f Signed-off-by: Koen Kooi --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index 6aca6a9..485eeb9 100755 --- a/functions.sh +++ b/functions.sh @@ -189,7 +189,7 @@ EOF fi # enable a distro feature that is compatible with the minimal goal we have -echo 'DISTRO_FEATURES = "pam x11 alsa argp ext2 largefile usbgadget usbhost xattr nfs zeroconf opengl ${DISTRO_FEATURES_LIBC} ${DISTRO_FEATURES_INITMAN}"' >>conf/site.conf +echo 'DISTRO_FEATURES = "pam x11 alsa argp ext2 largefile usbgadget usbhost xattr nfs zeroconf opengl ${DISTRO_FEATURES_LIBC} systemd"' >>conf/site.conf # allow the user to specify a local, pre-existing download directory if [ -n "$LOCALDLDIR" ]; then -- cgit v1.2.3