xserver-kdrive-common: xilinx virtex5 support
authorAdrian Alonso <aalonso00@gmail.com>
Tue, 3 Aug 2010 06:23:25 +0000 (06:23 +0000)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 4 Aug 2010 17:47:04 +0000 (19:47 +0200)
* Add Xserver args support for virtex5 board
* Increase PR
* v2 split changes for handling xilinx virtex platforms

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb

index b6c27df..c1a9a44 100644 (file)
@@ -175,6 +175,8 @@ case `module_id` in
                  if [ "$XSERVER" = "/usr/bin/Xorg" ];then
                       ARGS=""
                  fi;; #TODO: handle kdrive
+        "Xilinx Virtex"*)
+                ARGS="$ARGS $PPM" ;;
         *)
                 # It is a device we do not know about, in which case we force
                 # kdrive to use the current framebuffer geometry -- otherwise
index 52a88b8..04a3f13 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Common X11 scripts"
 LICENSE = "GPL"
 SECTION = "x11"
-PR = "r45"
+PR = "r46"
 
 SRC_URI = "\
   file://Xdefaults \