summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2019-09-25 03:02:33 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-27 01:51:01 +0300
commitcb084e4daecfccbe762b1daa240ada487fe9d308 (patch)
tree0bd4bcd743a4156daea21a62fd42204c83cbf1e9
parentbf156b574c7aeae830534d4c1bb7df9edefc4138 (diff)
downloadopenbmc-cb084e4daecfccbe762b1daa240ada487fe9d308.tar.xz
systemd: Add kmod option
Without kmod, the udev daemon is unable to run builtin kmod operations for loading modules on demand. This breaks automatic loading via modalias, meaning hotplugged USB devices won't have their modules loaded. (From meta-phosphor rev: 1b024a64b7a12b075556f19030a26182f2951a9c) Change-Id: I32293fa5c206830eb3cfa84a0582db71886dd030 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-core/systemd/systemd_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-core/systemd/systemd_%.bbappend b/meta-phosphor/recipes-core/systemd/systemd_%.bbappend
index f9d830157..0e76c2ea9 100644
--- a/meta-phosphor/recipes-core/systemd/systemd_%.bbappend
+++ b/meta-phosphor/recipes-core/systemd/systemd_%.bbappend
@@ -2,7 +2,7 @@ FILES_${PN}-catalog-extralocales = \
"${exec_prefix}/lib/systemd/catalog/*.*.catalog"
PACKAGES =+ "${PN}-catalog-extralocales"
PACKAGECONFIG = "pam hostnamed networkd randomseed resolved sysusers timedated \
- timesyncd xz"
+ timesyncd xz kmod"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://default.network"