diff options
author | Ross Burton <ross.burton@intel.com> | 2015-07-13 16:27:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-16 15:08:43 +0100 |
commit | a2e7a94f8d777d1cd9a07e1543b88a0cf1f9cd67 (patch) | |
tree | 0ce35facc484c8c1680a2383bce8af777dc2e30d /meta/recipes-core/systemd | |
parent | 47889cb154bdfa75b2ccccf5e27c8b84c588d61b (diff) | |
download | openembedded-core-a2e7a94f8d777d1cd9a07e1543b88a0cf1f9cd67.tar.gz openembedded-core-a2e7a94f8d777d1cd9a07e1543b88a0cf1f9cd67.tar.bz2 openembedded-core-a2e7a94f8d777d1cd9a07e1543b88a0cf1f9cd67.zip |
systemd: recommend the vconsole setup units
systemd's early boot wants to run the vconsole setup units. They were split out
so that systems without visible consoles don't need the overhead of packaging
kbd etc, but we should pull them in by default.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r-- | meta/recipes-core/systemd/systemd_219.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb index 8010405da5..e131d69fb9 100644 --- a/meta/recipes-core/systemd/systemd_219.bb +++ b/meta/recipes-core/systemd/systemd_219.bb @@ -307,10 +307,11 @@ FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ $ RDEPENDS_${PN} += "kmod dbus util-linux-mount udev (= ${EXTENDPKGV})" RDEPENDS_${PN} += "volatile-binds" -RRECOMMENDS_${PN} += "systemd-serialgetty systemd-compat-units udev-hwdb\ - util-linux-agetty \ - util-linux-fsck e2fsprogs-e2fsck \ - kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 os-release \ +RRECOMMENDS_${PN} += "systemd-serialgetty systemd-vconsole-setup \ + systemd-compat-units udev-hwdb \ + util-linux-agetty util-linux-fsck e2fsprogs-e2fsck \ + kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \ + os-release \ " PACKAGES =+ "udev-dbg udev udev-hwdb" |