diff mbox series

[meta-arago,master/kirkstone,2/2] arago.conf: add serial-getty-generator to systemd

Message ID 20230608204752.2060719-3-rs@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series Fix some configuration options for systemd | expand

Commit Message

Randolph Sapp June 8, 2023, 8:47 p.m. UTC
From: Randolph Sapp <rs@ti.com>

Use systemd's built-in getty generator instead of the OE-Core variant.

Signed-off-by: Randolph Sapp <rs@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 03272511..63a2281e 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -70,6 +70,7 @@  DISTRO_FEATURES:remove = "${@ '' if oe.types.boolean(d.getVar('ARAGO_SYSVINIT'))
 
 # Distro-specific package configuration
 PACKAGECONFIG:append:pn-systemd = " coredump"
+PACKAGECONFIG:append:pn-systemd = " serial-getty-generator"
 
 # Configure Qt5 flags (GLES is still required for qtdeclarative and qtwebkit)
 PACKAGECONFIG_GL:pn-qtbase = "gles2 linuxfb"