[oe-commits] Lukas Gorris : Add xorg-driver for msm platform, use it on msm machines. ( wip)

git version control git at git.openembedded.org
Tue Feb 2 19:05:22 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 54c6fa7af1c69196c28e1ec7df0f4b50785e8674
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=54c6fa7af1c69196c28e1ec7df0f4b50785e8674

Author: Lukas Gorris <lukas.gorris at gmail.com>
Date:   Tue Feb  2 17:04:15 2010 +0100

Add xorg-driver for msm platform, use it on msm machines. (wip)

---

 conf/machine/include/htc-msm7.inc         |   14 ++++++++++++--
 recipes/xorg-driver/xf86-video-msm_git.bb |   16 ++++++++++++++++
 2 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/conf/machine/include/htc-msm7.inc b/conf/machine/include/htc-msm7.inc
index f2164bd..991156f 100644
--- a/conf/machine/include/htc-msm7.inc
+++ b/conf/machine/include/htc-msm7.inc
@@ -2,8 +2,18 @@
 PREFERRED_PROVIDER_virtual/kernel = "linux-msm7xxxx"
 
 # xserver
-PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
-XSERVER = "xserver-kdrive-fbdev"
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+
+XSERVER = " \
+	xserver-xorg \
+	xserver-xorg-extension-glx \
+	xserver-xorg-extension-dri \
+	xf86-input-evtouch \	
+	xf86-input-evdev \
+	xf86-input-mouse \
+	xf86-input-keyboard \
+	xf86-video-msm \
+"
 
 # capability database
 MACHINE_DISPLAY_WIDTH_PIXELS = "480"
diff --git a/recipes/xorg-driver/xf86-video-msm_git.bb b/recipes/xorg-driver/xf86-video-msm_git.bb
new file mode 100644
index 0000000..faccb87
--- /dev/null
+++ b/recipes/xorg-driver/xf86-video-msm_git.bb
@@ -0,0 +1,16 @@
+require xorg-driver-video.inc
+
+DESCRIPTION = "X.Org X server -- MSM display driver"
+
+PR_append = "d"
+
+SRCREV = "5f7df59155ae301a3ebc40aec22ed16d203cb5fc"
+PV = "1.1.0+${PR}+gitr${SRCREV}"
+PE = "1"
+
+SRC_URI = "git://codeaurora.org/quic/xwin/xf86-video-msm.git;protocol=git\
+          "
+
+S = "${WORKDIR}/git"
+
+CFLAGS += " -I${STAGING_INCDIR}/xorg "





More information about the Openembedded-commits mailing list