summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-07-13 16:27:45 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-16 15:09:20 +0100
commitfdbd3227b3d92d5f94a82aa44eec8be22026a903 (patch)
treee258724377f232c753ae7866aa7eb400ec4cf252 /meta/recipes-core/systemd
parentdf2e393c1fec3d06fcc5b3740e89c6927da25fee (diff)
downloadpoky-fdbd3227b3d92d5f94a82aa44eec8be22026a903.tar.gz
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. (From OE-Core rev: a2e7a94f8d777d1cd9a07e1543b88a0cf1f9cd67) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_219.bb9
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/ $
307RDEPENDS_${PN} += "kmod dbus util-linux-mount udev (= ${EXTENDPKGV})" 307RDEPENDS_${PN} += "kmod dbus util-linux-mount udev (= ${EXTENDPKGV})"
308RDEPENDS_${PN} += "volatile-binds" 308RDEPENDS_${PN} += "volatile-binds"
309 309
310RRECOMMENDS_${PN} += "systemd-serialgetty systemd-compat-units udev-hwdb\ 310RRECOMMENDS_${PN} += "systemd-serialgetty systemd-vconsole-setup \
311 util-linux-agetty \ 311 systemd-compat-units udev-hwdb \
312 util-linux-fsck e2fsprogs-e2fsck \ 312 util-linux-agetty util-linux-fsck e2fsprogs-e2fsck \
313 kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 os-release \ 313 kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \
314 os-release \
314" 315"
315 316
316PACKAGES =+ "udev-dbg udev udev-hwdb" 317PACKAGES =+ "udev-dbg udev udev-hwdb"