From 4299283326f57381614d4e912308cf51bb8a6e2e Mon Sep 17 00:00:00 2001 From: Bhuvanchandra DV Date: Mon, 24 Apr 2017 10:51:56 +0200 Subject: systemd: Add a acl packageconfig We found that having ACL enabled in systemd on a ubifs adversely affects power cut resilience. Currently systemd is unconditionally enabled in a systemd build. Add a acl packageconfig option, but do not enable it. Signed-off-by: Bhuvanchandra DV Acked-by: Marcel Ziswiler --- recipes-core/systemd/systemd_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-core') diff --git a/recipes-core/systemd/systemd_%.bbappend b/recipes-core/systemd/systemd_%.bbappend index 8130a38..a31646f 100644 --- a/recipes-core/systemd/systemd_%.bbappend +++ b/recipes-core/systemd/systemd_%.bbappend @@ -4,6 +4,8 @@ SRC_URI += "file://rndis.network" PACKAGECONFIG_append = " networkd" +PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl" + do_install_append() { # The network files need to be in /usr/lib/systemd, not ${systemd_unitdir}... install -d ${D}${prefix}/lib/systemd/network/ -- cgit v1.2.3