mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +00:00
370ba3ef40
Keystone uses the old ttyS0 serial name instead of the new ttyO0. Also disable spawning gettys on virtual terminals. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
26 lines
605 B
Plaintext
26 lines
605 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: Keystone 2 machine
|
|
#@DESCRIPTION: Machine configuration for the TI Keystone 2
|
|
|
|
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
|
XSERVER = "xserver-xorg \
|
|
xf86-input-evdev \
|
|
xf86-video-fbdev"
|
|
|
|
GUI_MACHINE_CLASS = "bigscreen"
|
|
|
|
require conf/machine/include/keystone.inc
|
|
#EXTRA_IMAGEDEPENDS = "u-boot"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-keystone"
|
|
|
|
IMAGE_FSTYPES += "tar.bz2 cpio"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
|
|
SYSVINIT_ENABLED_GETTYS = ""
|
|
|
|
UBOOT_MACHINE = "tci6638_evm_config"
|
|
|
|
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
|