From d07130da01cec99b3e8e87e07bd200a0e36e32b8 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 28 Sep 2011 15:24:37 +0200 Subject: add beaglebone machine config Signed-off-by: Koen Kooi --- conf/machine/beaglebone.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 conf/machine/beaglebone.conf 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 @@ +#@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/omap3.inc +EXTRA_IMAGEDEPENDS = "u-boot" + +PREFERRED_PROVIDER_virtual/kernel = "linux-am335x-joel" + +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" -- cgit v1.2.3-54-g00ecf