diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-04-12 16:31:50 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-04-12 16:31:50 +0000 |
| commit | aa1177323ac2d2475e92a62101bf694c815190db (patch) | |
| tree | c153f21c7b33241b256236ef49523405dd365f40 /openembedded/packages/tslib | |
| parent | 78913760b63f4ab0fb28c5f6fee78c2f28db8a8f (diff) | |
| download | poky-aa1177323ac2d2475e92a62101bf694c815190db.tar.gz | |
oe/packages: Remove borzoi machine
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@350 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/tslib')
| -rw-r--r-- | openembedded/packages/tslib/tslib/borzoi/tslib.sh | 16 | ||||
| -rw-r--r-- | openembedded/packages/tslib/tslib_cvs.bb | 2 |
2 files changed, 1 insertions, 17 deletions
diff --git a/openembedded/packages/tslib/tslib/borzoi/tslib.sh b/openembedded/packages/tslib/tslib/borzoi/tslib.sh deleted file mode 100644 index dc7484cada..0000000000 --- a/openembedded/packages/tslib/tslib/borzoi/tslib.sh +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | case `uname -r` in | ||
| 4 | 2.4*) | ||
| 5 | TSLIB_TSDEVICE=/dev/ts | ||
| 6 | TSLIB_TSEVENTTYPE=CORGI | ||
| 7 | TSLIB_CONFFILE=/usr/share/tslib/ts.conf-corgi-2.4 | ||
| 8 | ;; | ||
| 9 | *) | ||
| 10 | TSLIB_TSDEVICE=/dev/input/event1 | ||
| 11 | TSLIB_TSEVENTTYPE=INPUT | ||
| 12 | TSLIB_CONFFILE=/usr/share/tslib/ts.conf-corgi | ||
| 13 | ;; | ||
| 14 | esac | ||
| 15 | |||
| 16 | export TSLIB_TSDEVICE TSLIB_TSEVENTTYPE TSLIB_CONFFILE | ||
diff --git a/openembedded/packages/tslib/tslib_cvs.bb b/openembedded/packages/tslib/tslib_cvs.bb index 67ed66482c..cf79999b25 100644 --- a/openembedded/packages/tslib/tslib_cvs.bb +++ b/openembedded/packages/tslib/tslib_cvs.bb | |||
| @@ -45,7 +45,7 @@ do_install_append() { | |||
| 45 | done | 45 | done |
| 46 | rm -f ${D}${sysconfdir}/ts.conf | 46 | rm -f ${D}${sysconfdir}/ts.conf |
| 47 | ;; | 47 | ;; |
| 48 | c7x0 | spitz | akita | tosa | borzoi ) | 48 | c7x0 | spitz | akita | tosa ) |
| 49 | install -d ${D}${datadir}/tslib | 49 | install -d ${D}${datadir}/tslib |
| 50 | for f in ts.conf-corgi ts.conf-corgi-2.4; do | 50 | for f in ts.conf-corgi ts.conf-corgi-2.4; do |
| 51 | install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ | 51 | install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ |
