commit | dd4e6efd8f5388b5ae0ccbc9da98246f0f406d56 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Dec 20 18:29:59 2021 -0800 |
committer | William A. Kennington III <wak@google.com> | Mon Dec 20 19:19:21 2021 -0800 |
tree | 3d86c755e3ecf616e573fa9998732c39f1e6e843 | |
parent | 17fea4afc95d5c672cf066c571ac8a6070d54162 [diff] |
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>
diff --git a/meta-google/recipes-core/systemd/systemd_%.bbappend b/meta-google/recipes-core/systemd/systemd_%.bbappend index 5975105..5185a5e 100644 --- a/meta-google/recipes-core/systemd/systemd_%.bbappend +++ b/meta-google/recipes-core/systemd/systemd_%.bbappend
@@ -6,3 +6,6 @@ # We don't need any legacy sysv rc compatability PACKAGECONFIG:remove:gbmc = "sysvinit" + +# We don't enable kernel modules +PACKAGECONFIG:remove:gbmc = "kmod"