[oe-commits] Adrian Alonso : xserver-kdrive-common: xilinx virtex5 support

git version control git at git.openembedded.org
Wed Aug 4 17:48:12 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 630b8ed6743753d5ce848270ef6e01abf9733c82
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=630b8ed6743753d5ce848270ef6e01abf9733c82

Author: Adrian Alonso <aalonso00 at gmail.com>
Date:   Tue Aug  3 06:23:25 2010 +0000

xserver-kdrive-common: xilinx virtex5 support

* Add Xserver args support for virtex5 board
* Increase PR
* v2 split changes for handling xilinx virtex platforms

Signed-off-by: Adrian Alonso <aalonso00 at gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 .../xserver-kdrive-common/Xserver                  |    2 ++
 .../xserver-kdrive-common_0.1.bb                   |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
index b6c27df..c1a9a44 100644
--- a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
+++ b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
@@ -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
diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb b/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
index 52a88b8..04a3f13 100644
--- a/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
+++ b/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Common X11 scripts"
 LICENSE = "GPL"
 SECTION = "x11"
-PR = "r45"
+PR = "r46"
 
 SRC_URI = "\
   file://Xdefaults \





More information about the Openembedded-commits mailing list