xserver-kdrive-common: fix Xserver script to detect overo and run xorg
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 15 Apr 2009 06:07:07 +0000 (16:07 +1000)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 15 Apr 2009 06:07:07 +0000 (16:07 +1000)
recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb

index f6f5943..584cb0a 100644 (file)
@@ -155,7 +155,7 @@ case `module_id` in
         "Freescale MX21ADS")
        # That's what /proc/cpuinfo shows as hardware on the chumby
                  ARGS="$ARGS -dpi 121 -screen 320x240 -hide-cursor -mouse tslib" ;;
-        "OMAP3 Beagle Board")
+        "OMAP3 Beagle Board" | "Gumstix Overo")
                  ARGS="$ARGS ${PPM}"
 # 32bpp - we'll enable it once newer kernels are.. working.                 
 #                 ARGS="$ARGS -fbbpp32"
index 6b585c4..abd7191 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Common X11 scripts"
 LICENSE = "GPL"
 SECTION = "x11"
-PR = "r36"
+PR = "r37"
 
 SRC_URI = "\
   file://Xdefaults \