summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2015-10-14 11:02:17 +0200
committerKoen Kooi <koen.kooi@linaro.org>2015-10-14 11:02:17 +0200
commit1f1408b9b22fad16ceff6932d2a515342dd6b35b (patch)
tree1e0796bb454f4665426e06b822e17f8a681c6bda
parent44519a2952e793912393085d68b14588e3391867 (diff)
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 <koen.kooi@linaro.org>
-rwxr-xr-xfunctions.sh2
1 files changed, 1 insertions, 1 deletions
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