mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
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:
@@ -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
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user