From: Randolph Sapp <[email protected]> Use systemd's built-in getty generator instead of the OE-Core variant.
Signed-off-by: Randolph Sapp <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 1 + 1 file changed, 1 insertion(+) 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" -- 2.41.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14557): https://lists.yoctoproject.org/g/meta-arago/message/14557 Mute This Topic: https://lists.yoctoproject.org/mt/99415870/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
