msmcommd: add libmsmhll as dependency and bump PR
[openembedded.git] / conf / machine / at91-l9260.conf
blob3dbbc0ac2e556626245bf3c0c3cec43c747c0589
1 #@TYPE: Machine
2 #@Name: Olimex eval board for the AT91SAM9260
3 #@DESCRIPTION: Machine configuration for the AT91SAM9260 development board with a at91sam9260 processor
5 TARGET_ARCH = "arm"
7 PREFERRED_PROVIDER_virtual/kernel = "linux"
8 PREFERRED_VERSION_linux = "2.6.25"
9 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
11 KERNEL_IMAGETYPE = "uImage"
13 #don't try to access tty1
14 USE_VT = "0"
16 MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget"
18 # used by sysvinit_2
19 SERIAL_CONSOLE = "115200 ttyS0"
20 IMAGE_FSTYPES ?= "jffs2"
21 EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
23 require conf/machine/include/tune-arm926ejs.inc