omap3-pandora.conf: Commit latest machine file.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 2 Mar 2010 15:12:40 +0000 (15:12 +0000)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Thu, 8 Apr 2010 07:19:42 +0000 (08:19 +0100)
conf/machine/omap3-pandora.conf

index eee2bf9..2564eae 100644 (file)
@@ -5,20 +5,19 @@
 
 TARGET_ARCH = "arm"
 
-
-PREFERRED_PROVIDER_u-boot = "u-boot-omap3pandora"
-
+# Make sure we are using a recent XOrg X server
+# (kDrive never really worked well on OMAP3 ;))
 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
 
 XSERVER = " \
        xserver-xorg \
-       xserver-xorg-extension-glx \
-       xserver-xorg-extension-dri \
+       xserver-xorg-extension-dri2 \
        xf86-input-tslib \
        xf86-input-evdev \
        xf86-input-mouse \
        xf86-input-keyboard \
        xf86-video-omapfb \
+       xf86-video-fbdev \
 "
 
 #800 * 480 Widescreen
@@ -27,8 +26,7 @@ MACHINE_GUI_CLASS = "bigscreen"
 MACHINE_DISPLAY_WIDTH_PIXELS = "800"
 MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
 
-#IMAGE_FSTYPES += "tar.bz2 ubi"
-IMAGE_FSTYPES = "tar.bz2"
+IMAGE_FSTYPES = "tar.bz2 squashfs"
 
 SERIAL_CONSOLE = "115200 ttyS0"
 
@@ -36,7 +34,7 @@ require conf/machine/include/omap3.inc
 
 # Put it below omap3.inc as we override the kernel and PR here
 PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
-MACHINE_KERNEL_PR = "r3"
+MACHINE_KERNEL_PR = "r12"
 
 # Use our 'Powered by Angstrom' splash for the images.
 PREFERRED_PROVIDER_virtual/psplash = "psplash-omap3pandora"
@@ -65,8 +63,5 @@ UBOOT_MACHINE = "omap3_pandora_config"
 
 PREFERRED_PROVIDER_u-boot = "u-boot-omap3pandora"
 PREFERRED_PROVIDER_x-load = "x-load-omap3pandora"
-PREFERRED_VERSION_u-boot-omap3pandora = "git"
-PREFERRED_VERSION_x-load-omap3pandora = "git"
-EXTRA_IMAGEDEPENDS += "u-boot x-load"
 
 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio"