FILESEXTRAPATHS:prepend:anaconda := "${THISDIR}/files:" SRC_URI:append:anaconda = " \ file://0001-set-tty2-as-default-instance.patch \ " PACKAGECONFIG:remove:anaconda = "timesyncd" do_install:append:anaconda() { # Explicitly enable tty2 mkdir -p ${D}${sysconfdir}/systemd/system/getty.target.wants ln -nsf ${systemd_unitdir}/system/getty@.service \ ${D}${sysconfdir}/systemd/system/getty.target.wants/getty@tty2.service rm -f ${D}${systemd_unitdir}/system/autovt@.service }