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