summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-09-28 15:24:37 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-08 21:09:00 +0200
commitd07130da01cec99b3e8e87e07bd200a0e36e32b8 (patch)
tree3f157935e08ef2cda82371c6853b32ac2578613a
parent55f728da71dcbe603fe20cdd635da42d14e162b9 (diff)
downloadmeta-ti-d07130da01cec99b3e8e87e07bd200a0e36e32b8.tar.gz
add beaglebone machine config
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--conf/machine/beaglebone.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
new file mode 100644
index 00000000..77d92a77
--- /dev/null
+++ b/conf/machine/beaglebone.conf
@@ -0,0 +1,26 @@
1#@TYPE: Machine
2#@NAME: BeagleBone machine
3#@DESCRIPTION: Machine configuration for the http://beagleboard.org/bone board
4
5PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
6XSERVER = "xserver-xorg \
7 xf86-input-evdev \
8 xf86-video-fbdev"
9
10# Only has DVI connector for external screen
11GUI_MACHINE_CLASS = "bigscreen"
12
13require conf/machine/include/omap3.inc
14EXTRA_IMAGEDEPENDS = "u-boot"
15
16PREFERRED_PROVIDER_virtual/kernel = "linux-am335x-joel"
17
18IMAGE_FSTYPES += "tar.bz2 "
19
20# Guesswork
21SERIAL_CONSOLE = "115200 ttyO0"
22
23UBOOT_MACHINE = "am335x_evm_config"
24
25# and sdio
26MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"