diff options
Diffstat (limited to 'conf/machine/bug.conf')
| -rw-r--r-- | conf/machine/bug.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/machine/bug.conf b/conf/machine/bug.conf new file mode 100644 index 0000000000..d79cf15129 --- /dev/null +++ b/conf/machine/bug.conf @@ -0,0 +1,24 @@ +#@TYPE: Machine +#@NAME: Bug Labs BUG Computer +#@DESCRIPTION: Machine configuration for the BUG base unit. +TARGET_ARCH = "arm" + +MACHINE_EXTRA_RRECOMMENDS = "marvell-gspi-fw marvell-sdio-fw" +PREFERRED_PROVIDER_virtual/kernel = "linux-bug" + +MACHINE_FEATURES = "kernel26 screen touchscreen hotplug alsa wifi usbhost usbgadget" +SERIAL_CONSOLE = "-L 115200 ttymxc4" + +CPU_FEATURES += "vfp" + +require conf/machine/include/tune-arm1136jf-s.inc + +KERNEL_IMAGETYPE = "uImage" + +PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" +XSERVER = "xserver-xorg \ + xf86-input-evdev \ + xf86-input-tslib \ + xf86-input-mouse \ + xf86-video-fbdev \ + xf86-input-keyboard" |
