mh355.conf: Added producer website to machine conf
[openembedded.git] / conf / machine / mh355.conf
1 #@TYPE: Machine
2 #@Name: Microhard MH355 CPU Module based on AT91SAM9263 processor <http://www.microhard.biz>
3 #@DESCRIPTION: Machine.configuration for the Microhard board with MH355 module
4 #@MAINTAINER: Marco Cavallini <m.cavallini@koansoftware.com>
5
6 TARGET_ARCH = "arm"
7
8 PREFERRED_PROVIDER_virtual/kernel = "linux"
9 PREFERRED_PROVIDER_xserver = "xserver-xorg"
10
11 KERNEL_IMAGETYPE = "uImage"
12
13 #don't try to access tty1
14 USE_VT = "0"
15
16 MACHINE_FEATURES = "kernel26 ext2 usbhost usbgadget screen touchscreen"
17
18 # used by sysvinit_2
19 SERIAL_CONSOLE = "115200 ttyS0"
20 IMAGE_FSTYPES ?= "jffs2"
21 EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
22
23 require conf/machine/include/tune-arm926ejs.inc
24