vala: add version 0.11.2.1
[openembedded.git] / conf / machine / babbage.conf
bloba8a4b212931b0ef18bc83b3a2fcf6e0da5a61ba7
1 #@TYPE: Machine
2 #@NAME: Freescale i.MX51 Babbage
3 #@DESCRIPTION: Machine configuration for the Babbage board
4 #@URL: http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX515
5 TARGET_ARCH = "arm"
7 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
8 XSERVER = "xserver-xorg \
9            xf86-input-evdev \
10            xf86-input-mouse \
11            xf86-input-keyboard \
12            xf86-input-tslib \
13            xf86-video-fbdev"
15 # Only has DVI connector for external screen
16 GUI_MACHINE_CLASS = "bigscreen"
18 require conf/machine/include/imx51.inc
20 PREFERRED_PROVIDER_virtual/kernel = "linux"
21 PREFFERED_PROVIDER_virtual/bootloader = "u-boot"
23 UBOOT_MACHINE = "mx51_bbg_config"
25 IMAGE_FSTYPES += "tar.bz2 ubi"
26 EXTRA_IMAGECMD_jffs2 = "-lnp "
28 SERIAL_CONSOLE = "115200 ttymxc0"
30 MACHINE_FEATURES = "kernel26 screen apm usbhost vfat alsa touchscreen"
32 # The board expects the bootloader to be at offset 0x400 of SD-CARd in the bottom slot.
33 # The generated u-boot.bin is zero-padded from offset 0x000 to offset 0x400.
35 # You may flash it using a command like :
36 #       # dd if=/u-boot.bin of=/dev/sdX
38 # Alternatively, if you want to keep your partition table intact, you can use
39 # something like :
40 #       # dd if=/u-boot.bin of=/dev/sdX bs=512 seek=2 skip=2
42 # Note that both of these commands will destroy any filesystem present on the
43 # sectors u-boot will be written. Please Consider creating your partition
44 # table accordingly.