Merge branch 'holger/enterprise' into org.openembedded.dev
[vuplus_openembedded] / conf / machine / beagleboard.conf
1 #@TYPE: Machine
2 #@NAME: Beagleboard machine
3 #@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board 
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-video-omapfb \
11            xf86-input-keyboard"
12
13 # Only has DVI connector for external screen
14 GUI_MACHINE_CLASS = "bigscreen"
15
16 #Ship all kernel modules till the board support has matured enough
17 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
18
19 #include conf/machine/include/tune-arm1136jf-s.inc
20 # requires gcc 4.3.0:
21 include conf/machine/include/tune-cortexa8.inc
22
23
24 IMAGE_FSTYPES += "tar.bz2 jffs2"
25 EXTRA_IMAGECMD_jffs2 = "-lnp "
26
27 # Guesswork
28 SERIAL_CONSOLE = "115200 ttyS2"
29
30 # No kernel recipe yet
31 PREFERRED_PROVIDER_virtual/kernel = "linux-omap2"
32
33 KERNEL_IMAGETYPE = "uImage"
34
35 UBOOT_ENTRYPOINT = "0x80008000"
36 UBOOT_LOADADDRESS = "0x80008000"
37
38 PREFERRED_VERSION_u-boot = "git"
39 EXTRA_IMAGEDEPENDS += "u-boot x-load"
40
41 # and sdio
42 MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"