Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into...
[vuplus_openembedded] / conf / machine / at91sam9g20ek.conf
1 #@TYPE: Machine
2 #@Name: Atmel AT91SAM9G20EK Development Platform
3 #@DESCRIPTION: Machine configuration for the at91sam9g20ek development board with a at91sam9g20 processor
4
5 TARGET_ARCH = "arm"
6
7 PREFERRED_PROVIDER_virtual/kernel = "linux"
8 PREFERRED_VERSION_linux = "2.6.28"
9 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
10
11 KERNEL_IMAGETYPE = "uImage"
12 PREFERRED_VERSION_u-boot = "2009.01"
13 UBOOT_MACHINE = "at91sam9g20ek_config"
14
15 PREFERRED_VERSION_at91bootstrap = "2.10"
16
17 #don't try to access tty1
18 USE_VT = "0"
19
20 MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget"
21 EXTRA_IMAGEDEPENDS += "at91bootstrap u-boot"
22
23 # used by sysvinit_2
24 SERIAL_CONSOLE = "115200 ttyS0"
25 IMAGE_FSTYPES ?= "jffs2"
26 EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
27
28 require conf/machine/include/tune-arm926ejs.inc