diff options
author | Ross Burton <ross.burton@intel.com> | 2013-02-20 14:04:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-01 13:03:26 +0000 |
commit | 5b9b0140ced6b706e10054feb27e94e31002abe8 (patch) | |
tree | 68c0cd37acb41b88ba10d2a3dcd6cba0d0c41042 /meta/recipes-core | |
parent | 9d6fb02fc45405aaad8398b129609fc96da1f8de (diff) | |
download | poky-5b9b0140ced6b706e10054feb27e94e31002abe8.tar.gz |
systemd: systemd uses libkmod instead of modprobe, remove dependencies
(From OE-Core rev: 7e73a8eddd93c86863e3ff886984526a2163ca56)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_197.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index 0c3ebc49b2..880fbcdd67 100644 --- a/meta/recipes-core/systemd/systemd_197.bb +++ b/meta/recipes-core/systemd/systemd_197.bb | |||
@@ -174,8 +174,6 @@ FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ $ | |||
174 | RDEPENDS_${PN} += "dbus udev-systemd" | 174 | RDEPENDS_${PN} += "dbus udev-systemd" |
175 | 175 | ||
176 | # kbd -> loadkeys,setfont | 176 | # kbd -> loadkeys,setfont |
177 | # systemd calls 'modprobe -sab --', which busybox doesn't support due to lack | ||
178 | # of blacklist support, so use proper modprobe from module-init-tools | ||
179 | # And pull in the kernel modules mentioned in INSTALL | 177 | # And pull in the kernel modules mentioned in INSTALL |
180 | # swapon -p is also not supported by busybox | 178 | # swapon -p is also not supported by busybox |
181 | # busybox mount is broken | 179 | # busybox mount is broken |
@@ -183,7 +181,6 @@ RRECOMMENDS_${PN} += "systemd-serialgetty \ | |||
183 | util-linux-agetty \ | 181 | util-linux-agetty \ |
184 | util-linux-swaponoff \ | 182 | util-linux-swaponoff \ |
185 | util-linux-fsck e2fsprogs-e2fsck \ | 183 | util-linux-fsck e2fsprogs-e2fsck \ |
186 | module-init-tools \ | ||
187 | util-linux-mount util-linux-umount \ | 184 | util-linux-mount util-linux-umount \ |
188 | kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \ | 185 | kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \ |
189 | " | 186 | " |