Add basic support for cmx270 mxfb X

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@686 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Matthew Allum 2006-08-31 15:54:49 +00:00
parent 99da426eb5
commit 18117c4390
2 changed files with 7 additions and 3 deletions

View 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'

View 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}