merge of '86dacb8c8e579fd5d42ab61a0c0f344bcf74146d'
[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-kdrive"
8 XSERVER = "xserver-kdrive-fbdev"
9
10 # Only has DVI connector for external screen
11 GUI_MACHINE_CLASS = "bigscreen"
12
13 #Ship all kernel modules till the board support has matured enough
14 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
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
21 IMAGE_FSTYPES ?= "tar.bz2"
22
23 # Guesswork
24 SERIAL_CONSOLE = "115200 ttyS2"
25
26 # No kernel recipe yet
27 PREFERRED_PROVIDER_virtual/kernel = "linux-omap2"
28
29 KERNEL_IMAGETYPE = "uImage"
30
31 UBOOT_ENTRYPOINT = "0x80008000"
32 UBOOT_LOADADDRESS = "0x80008000"
33
34
35 # and sdio
36 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa"