merge of '36133f7d8e7f5d20b7036c64abff8ec2452f0282'
[vuplus_openembedded] / conf / machine / at32stk1000.conf
1 #@TYPE: Machine
2 #@Name: Atmel STK1000 AVR32AP7000 Development Platform
3 #@DESCRIPTION: Atmel STK1000 AVR32AP7000 Development Platform
4
5
6 TARGET_ARCH = "avr32"
7
8 PREFERRED_PROVIDER_virtual/kernel = "linux"
9 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
10
11 #don't try to access tty1
12 USE_VT = "0"
13
14 MACHINE_FEATURES = "kernel26 alsa ext2 usbgadget touchscreen screen"
15
16 # used by sysvinit_2
17 SERIAL_CONSOLE = "115200"
18
19 # used by some images
20 ROOT_FLASH_SIZE = "8"
21 EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536"
22
23 KERNEL_IMAGETYPE = "uImage"
24 PREFERRED_VERSION_u-boot = "1.1.4"
25
26