mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
27 lines
656 B
Plaintext
27 lines
656 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: BeagleBone machine
|
|
#@DESCRIPTION: Machine configuration for the http://beagleboard.org/bone board
|
|
|
|
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
|
XSERVER = "xserver-xorg \
|
|
xf86-input-evdev \
|
|
xf86-video-fbdev"
|
|
|
|
# Only has DVI connector for external screen
|
|
GUI_MACHINE_CLASS = "bigscreen"
|
|
|
|
require conf/machine/include/ti33x.inc
|
|
EXTRA_IMAGEDEPENDS = "u-boot"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp"
|
|
|
|
IMAGE_FSTYPES += "tar.bz2 "
|
|
|
|
# Guesswork
|
|
SERIAL_CONSOLE = "115200 ttyO0"
|
|
|
|
UBOOT_MACHINE = "am335x_evm_config"
|
|
|
|
# and sdio
|
|
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
|