beagleboard: build u-boot and x-load
[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 jffs2"
22 EXTRA_IMAGECMD_jffs2 = "-lnp "
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 PREFERRED_VERSION_u-boot = "git"
36 EXTRA_IMAGEDEPENDS += "u-boot x-load"
37
38 # and sdio
39 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa"