From fcd537ea439e328005805656849b25a7513fdb20 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 28 May 2011 15:14:54 +0200 Subject: [PATCH] systemd: expand RRECOMMENDS with kernel modules recommended by INSTALL This makes on-demand mounting work for systems that have autofs4 as a module (From meta-openembedded rev: f1b62bb0a907068af55b38919b71116f3423bcdf) Signed-off-by: Koen Kooi Signed-off-by: Patrick Ohly --- meta-openembedded/meta-oe/recipes-core/systemd/systemd_git.bb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/meta-openembedded/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-openembedded/meta-oe/recipes-core/systemd/systemd_git.bb index d1f4cbe..ba57a02 100644 --- a/meta-openembedded/meta-oe/recipes-core/systemd/systemd_git.bb +++ b/meta-openembedded/meta-oe/recipes-core/systemd/systemd_git.bb @@ -15,7 +15,7 @@ inherit gitpkgv PKGV = "v${GITPKGVTAG}" PV = "git" -PR = "r2" +PR = "r3" inherit autotools vala update-alternatives @@ -90,7 +90,12 @@ RDEPENDS_${PN} += "dbus-systemd udev-systemd" # kbd -> loadkeys,setfont # systemd calls 'modprobe -sab --', which busybox doesn't support due to lack # of blacklist support, so use proper modprobe from module-init-tools -RRECOMMENDS_${PN} += "kbd kbd-consolefonts ${PN}-serialgetty module-init-tools" +# And pull in the kernel modules mentioned in INSTALL +RRECOMMENDS_${PN} += "kbd kbd-consolefonts \ + ${PN}-serialgetty \ + module-init-tools \ + kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \ +" # TODO: # u-a for runlevel and telinit -- 2.7.4