summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-10-02 19:45:14 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-04 17:09:51 +0100
commit6b7c2a610628f08915c11c42e96908b3867add3f (patch)
tree128d1d1f5a31fb8f62e99734516b890d2e24826d
parent6f2590ec6085c3f2596d9d4d851df8c75e7071a9 (diff)
systemd: bbappend: add kmod packageconfig
This starts a service which inserts kernel modules on boot. Updates in meta-angstrom removed this default packageconfig. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-core/systemd/systemd_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/systemd/systemd_%.bbappend b/recipes-core/systemd/systemd_%.bbappend
index 8ebb6cc..9d98091 100644
--- a/recipes-core/systemd/systemd_%.bbappend
+++ b/recipes-core/systemd/systemd_%.bbappend
@@ -3,3 +3,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/systemd:"
SRC_URI += " \
file://0001-systemd-udevd.service.in-set-MountFlags-shared.patch \
"
+
+PACKAGECONFIG_append = " kmod" \ No newline at end of file