merge of 'a1d436a1b0cce90dce4363a3bfd62bd8c6f53913'
[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 TARGET_FPU = "hard"
17 include conf/machine/include/tune-arm1136jf-s.inc
18 # requires gcc 4.3.0:
19 #include conf/machine/include/tune-cortexa8.inc
20
21
22 IMAGE_FSTYPES ?= "tar.bz2"
23
24 # Guesswork
25 SERIAL_CONSOLE = "115200 ttyS2"
26
27 # No kernel recipe yet
28 PREFERRED_PROVIDER_virtual/kernel = "linux-omap2"
29
30 KERNEL_IMAGETYPE = "uImage"
31
32 UBOOT_ENTRYPOINT = "0x80008000"
33 UBOOT_LOADADDRESS = "0x80008000"
34
35
36 # and sdio
37 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa"