]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add basic support for cmx270 mxfb X
authorMatthew Allum <mallum@openedhand.com>
Thu, 31 Aug 2006 15:54:49 +0000 (15:54 +0000)
committerMatthew Allum <mallum@openedhand.com>
Thu, 31 Aug 2006 15:54:49 +0000 (15:54 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@686 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver
meta/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb

index 64017fb8bb0892d6e72cc64f2eedf9d1c7f0e53a..ad053533510984ca092582763fea8f2a974a72fb 100644 (file)
@@ -69,8 +69,12 @@ case `module_id` in
                ARGS="$ARGS -rgba rgb" ;;
        "Generic OMAP1510/1610/1710")
                ARGS="$ARGS -mouse /dev/input/event0" ;;
-       "ARM-IntegratorCP")
-               ARGS="$ARGS -rgba vrgb"
+       "ARM-IntegratorCP" | "ARM-Versatile PB")
+               ARGS="$ARGS -rgba vrgb" ;;
+       "Compulab CM-x270")
+                modprobe mbxfb
+               ARGS="$ARGS -fb /dev/fb1"
+                ;;
 esac
 
 DISPLAY=':0'
index 04ac1c19318915b720d301eea0d7f05c39a169c5..bccd58a220bd768cc2df43535ca23b2ac8d1c0ee 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit"
-PR = "r7"
+PR = "r8"
 
 SRC_URI = "file://etc"
 S = ${WORKDIR}