oe/packages: Remove borzoi machine

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@350 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-04-12 16:31:50 +00:00
parent 78913760b6
commit aa1177323a
11 changed files with 3 additions and 770 deletions

View File

@@ -1,16 +0,0 @@
#!/bin/sh
case `uname -r` in
2.4*)
TSLIB_TSDEVICE=/dev/ts
TSLIB_TSEVENTTYPE=CORGI
TSLIB_CONFFILE=/usr/share/tslib/ts.conf-corgi-2.4
;;
*)
TSLIB_TSDEVICE=/dev/input/event1
TSLIB_TSEVENTTYPE=INPUT
TSLIB_CONFFILE=/usr/share/tslib/ts.conf-corgi
;;
esac
export TSLIB_TSDEVICE TSLIB_TSEVENTTYPE TSLIB_CONFFILE

View File

@@ -45,7 +45,7 @@ do_install_append() {
done
rm -f ${D}${sysconfdir}/ts.conf
;;
c7x0 | spitz | akita | tosa | borzoi )
c7x0 | spitz | akita | tosa )
install -d ${D}${datadir}/tslib
for f in ts.conf-corgi ts.conf-corgi-2.4; do
install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/