llvm-common: use do_stage for now, until there is a better solution
[openembedded.git] / conf / machine / omapzoom36x.conf
blob88b39f4632bedc88d8bf7ad98d069174c7113d2f
1 #@TYPE: Machine
2 #@NAME: omapzoom36x machine
3 #@DESCRIPTION: Machine configuration for the OMAP Zoom36x at http://omapzoom.org
4 TARGET_ARCH = "arm"
6 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
7 XSERVER = "xserver-xorg \
8            xf86-input-evdev \
9            xf86-input-tslib \
10            xf86-input-mouse \
11            xf86-video-omapfb \
12            xf86-video-fbdev \
13            xf86-input-keyboard"
15 # Has HDMI connector for external screen
16 GUI_MACHINE_CLASS = "bigscreen"
18 require conf/machine/include/omap3.inc
20 IMAGE_FSTYPES += "tar.bz2"
22 SERIAL_CONSOLE = "115200 ttyS3"
24 PREFERRED_PROVIDER_virtual/kernel = "linux-omap-zoomsync"
26 KERNEL_IMAGETYPE = "uImage"
28 UBOOT_ENTRYPOINT = "0x80008000"
29 UBOOT_LOADADDRESS = "0x80008000"
30 UBOOT_MACHINE = "omap3630zoom3_config"
31 XLOAD_MACHINE = "omap3630zoom3_config"
33 PREFERRED_VERSION_u-boot = "git"
34 PREFERRED_VERSION_x-load = "git"
35 EXTRA_IMAGEDEPENDS += "u-boot x-load"
37 MACHINE_EXTRA_RRECOMMENDS = ""
38 MACHINE_FEATURES = "kernel26 touchscreen phone screen apm usbgadget usbhost vfat alsa"