From 6b7c2a610628f08915c11c42e96908b3867add3f Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 2 Oct 2018 19:45:14 +0200 Subject: 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 --- recipes-core/systemd/systemd_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3