gdbm: switch to BBCLASSEXTENDED and bump PR
[openembedded.git] / conf / machine / omapzoom2.conf
blob698b24178f0857f0f0ed9b24d17538048464c21e
1 #@TYPE: Machine
2 #@NAME: omapzoom2 machine
3 #@DESCRIPTION: Machine configuration for the zoom2 at http://omapzoom.org
4 TARGET_ARCH = "arm"
6 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
7 XSERVER = "xserver-xorg \
8            xf86-input-evdev \
9            xf86-input-tslib \
10            xf86-input-mouse \
11            xf86-video-omapfb \
12            xf86-video-fbdev \
13            xf86-input-keyboard"
15 # Only has DVI connector for external screen
16 GUI_MACHINE_CLASS = "bigscreen"
18 require conf/machine/include/omap3.inc
20 IMAGE_FSTYPES += "tar.bz2 jffs2"
21 EXTRA_IMAGECMD_jffs2 = "-lnp "
23 # Guesswork
24 SERIAL_CONSOLE = "115200 ttyS3"
26 PREFERRED_PROVIDER_virtual/kernel = "linux-omap-zoomsync"
28 KERNEL_IMAGETYPE = "uImage"
30 UBOOT_ENTRYPOINT = "0x80008000"
31 UBOOT_LOADADDRESS = "0x80008000"
32 UBOOT_MACHINE = "omap3430zoom2_config"
33 XLOAD_MACHINE = "omap3430zoom2_config"
35 # do ubiattach /dev/ubi_ctrl -m 4
36 # From dmesg:
37 # UBI: smallest flash I/O unit:    2048
38 # UBI: logical eraseblock size:    129024 bytes
39 # from ubiattach stdout:
40 # UBI device number 0, total 1996 LEBs
41 MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
43 # do ubiattach /dev/ubi_ctrl -m 4
44 # from dmesg:
45 # UBI: smallest flash I/O unit:    2048
46 # UBI: physical eraseblock size:   131072 bytes (128 KiB)
47 # UBI: sub-page size:              512
48 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
51 PREFERRED_VERSION_u-boot = "git"
52 #EXTRA_IMAGEDEPENDS += "u-boot x-load"
54 MACHINE_EXTRA_RRECOMMENDS = ""
55 # and sdio
56 MACHINE_FEATURES = "kernel26 touchscreen phone screen apm usbgadget usbhost vfat alsa"