56a3948a77075423ebd0982608b3f5331ab46ea6
1 #@TYPE: Machine
2 #@NAME: BeagleBone machine
3 #@DESCRIPTION: Machine configuration for the http://beagleboard.org/bone board
5 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
6 XSERVER = "xserver-xorg \
7 xf86-input-evdev \
8 xf86-video-fbdev"
10 # Only has DVI connector for external screen
11 GUI_MACHINE_CLASS = "bigscreen"
13 require conf/machine/include/ti33x.inc
14 EXTRA_IMAGEDEPENDS = "u-boot"
16 PREFERRED_PROVIDER_virtual/kernel = "linux-am335x-joel"
18 IMAGE_FSTYPES += "tar.bz2 "
20 # Guesswork
21 SERIAL_CONSOLE = "115200 ttyO0"
23 UBOOT_MACHINE = "am335x_evm_config"
25 # and sdio
26 MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"