From b271ce4d2368c09fdff1bda6506d5cf30ffcd0b4 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 18 Feb 2016 20:22:47 +0100 Subject: [PATCH] sysmocom-defaults: Add more systemd features needed to build Disabling the new "binfmt" doesn't work and breaks the build. I have sent an email to the mailinglist and this might be fixed but at the same time binfmt is split into a new package anyway. At the same time we should enable some items we have now switched off. Once we start to use/stabilize this build we need to check what we need and what the cost is. --- conf/distro/include/sysmocom-defaults.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/distro/include/sysmocom-defaults.conf b/conf/distro/include/sysmocom-defaults.conf index 37140106a2..5d5d2d4dc4 100644 --- a/conf/distro/include/sysmocom-defaults.conf +++ b/conf/distro/include/sysmocom-defaults.conf @@ -30,8 +30,8 @@ USE_NLS = "no" # We don't need x11, nfc, selinux, pam in our builds DISTRO_FEATURES_remove = "x11 nfc selinux pam" -# Get rid off XZ for systemd -PACKAGECONFIG_pn-systemd = "ldconfig" +# Get rid off XZ, xkbcommon, pam, selinux for systemd and many more now +PACKAGECONFIG_pn-systemd = "compat ldconfig binfmt sysusers randomseed myhostname firstboot utmp" # From fido on.. build curl with libssl to avoid gnutls PACKAGECONFIG_pn-curl="ipv6 ssl zlib"