Initial import of my local openpandora.oe.git Open Embedded overlay to the GIT server...
[openpandora.oe.git] / conf / machine / omap3-pandora.conf.notused
1 #@TYPE: Machine
2 #@NAME: OMAP3 based Pandora Handheld Console
3 #@DESCRIPTION: Machine configuration for the Pandora http://www.openpandora.org/ Handheld Console
4
5 TARGET_ARCH = "arm"
6 include conf/machine/include/tune-cortexa8.inc
7
8 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
9
10 XSERVER = " \
11         xserver-xorg \
12         xf86-input-evdev \
13         xf86-input-mouse \
14         xf86-input-tslib \
15         xf86-video-omapfb \
16         xf86-input-keyboard \
17 "
18
19 #What is the correct one, both seem in use?
20 MACHINE_GUI_CLASS = "bigscreen"
21 GUI_MACHINE_CLASS = "bigscreen"
22
23 #800 * 480 Widescreen
24 MACHINE_DISPLAY_WIDTH_PIXELS = "800"
25 MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
26
27 # Ship all kernel modules
28 MACHINE_EXTRA_RRECOMMENDS = "omap3-sgx-modules kernel-modules"
29
30 # Make sure firmware is installed for BT and WiFi.
31 MACHINE_EXTRA_RDEPENDS = "pandora-firmware"
32
33 IMAGE_FSTYPES += "jffs2 tar.bz2"
34 EXTRA_IMAGECMD_jffs2 = "-lnp "
35
36 SERIAL_CONSOLE = "115200 ttyS0"
37
38 #PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
39 PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
40
41 KERNEL_IMAGETYPE = "uImage"
42
43 UBOOT_ENTRYPOINT = "0x80008000"
44 UBOOT_LOADADDRESS = "0x80008000"
45 UBOOT_ARCH = "arm"
46 UBOOT_MACHINE = "omap3_pandora_config"
47
48 PREFERRED_VERSION_u-boot = "git"
49 #EXTRA_IMAGEDEPENDS += "u-boot x-load"
50
51 MACHINE_FEATURES = "kernel26 apm alsa usbgadget usbhost keyboard vfat ext2 screen touchscreen bluetooth wifi"