merge of '9e9036263aa2cf4c53293c1bd44b54810ab8834f'
[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 PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6 armv7 armv7a"
6
7 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
8 XSERVER = "xserver-xorg \
9            xf86-input-evdev \
10            xf86-input-mouse \
11            xf86-video-fbdev \
12            xf86-input-keyboard"
13
14 # Only has DVI connector for external screen
15 GUI_MACHINE_CLASS = "bigscreen"
16
17 #Ship all kernel modules till the board support has matured enough
18 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
19
20 #include conf/machine/include/tune-arm1136jf-s.inc
21 # requires gcc 4.3.0:
22 include conf/machine/include/tune-cortexa8.inc
23
24
25 IMAGE_FSTYPES += "tar.bz2 jffs2"
26 EXTRA_IMAGECMD_jffs2 = "-lnp "
27
28 # Guesswork
29 SERIAL_CONSOLE = "115200 ttyS2"
30
31 # No kernel recipe yet
32 PREFERRED_PROVIDER_virtual/kernel = "linux-omap2"
33
34 KERNEL_IMAGETYPE = "uImage"
35
36 UBOOT_ENTRYPOINT = "0x80008000"
37 UBOOT_LOADADDRESS = "0x80008000"
38
39 PREFERRED_VERSION_u-boot = "git"
40 EXTRA_IMAGEDEPENDS += "u-boot x-load"
41
42 # and sdio
43 MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"