summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-12-21 05:29:59 +0300
committerWilliam A. Kennington III <wak@google.com>2021-12-21 06:19:21 +0300
commitdd4e6efd8f5388b5ae0ccbc9da98246f0f406d56 (patch)
tree3d86c755e3ecf616e573fa9998732c39f1e6e843
parent17fea4afc95d5c672cf066c571ac8a6070d54162 (diff)
downloadopenbmc-dd4e6efd8f5388b5ae0ccbc9da98246f0f406d56.tar.xz
meta-google: systemd: Remove kmod support
gBMC does not use kernel modules Change-Id: I75d8309a787cb74f3be1f5bae08de2897ffdac0a Signed-off-by: William A. Kennington III <wak@google.com>
-rw-r--r--meta-google/recipes-core/systemd/systemd_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-google/recipes-core/systemd/systemd_%.bbappend b/meta-google/recipes-core/systemd/systemd_%.bbappend
index 59751059a..5185a5eaf 100644
--- a/meta-google/recipes-core/systemd/systemd_%.bbappend
+++ b/meta-google/recipes-core/systemd/systemd_%.bbappend
@@ -6,3 +6,6 @@ PACKAGECONFIG:remove:gbmc = "timesyncd"
# We don't need any legacy sysv rc compatability
PACKAGECONFIG:remove:gbmc = "sysvinit"
+
+# We don't enable kernel modules
+PACKAGECONFIG:remove:gbmc = "kmod"