Merge branch 'rpurdie/canadian-sofar' into org.openembedded.dev
[vuplus_openembedded] / conf / machine / omap3evm.conf
1 #@TYPE: Machine
2 #@NAME: omap3 EVM
3 #@DESCRIPTION: Machine configuration for the TI omap3 EVM
4 TARGET_ARCH = "arm"
5
6 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
7 XSERVER = "xserver-xorg \
8            xf86-input-evdev \
9            xf86-input-mouse \
10            xf86-input-tslib \
11            xf86-video-omapfb \
12            xf86-input-keyboard"
13
14 GUI_MACHINE_CLASS = "smallscreen"
15
16 #include conf/machine/include/tune-arm1136jf-s.inc
17 # requires gcc 4.3.0:
18 include conf/machine/include/tune-cortexa8.inc
19
20 # Ship all kernel modules
21 MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules kernel-modules"
22
23 IMAGE_FSTYPES ?= "jffs2 tar.bz2"
24 EXTRA_IMAGECMD_jffs2 = "-lnp "
25
26 SERIAL_CONSOLE = "115200 ttyS0"
27
28 PREFERRED_PROVIDER_virtual/kernel ?= "linux-omap"
29
30 KERNEL_IMAGETYPE = "uImage"
31
32 UBOOT_ENTRYPOINT = "0x80008000"
33 UBOOT_LOADADDRESS = "0x80008000"
34 UBOOT_ARCH = "arm"
35 UBOOT_MACHINE = "omap3_evm_config"
36
37 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen"
38